HomeSort by relevance Sort by last modified time
    Searched refs:chr_ioctl (Results 1 - 4 of 4) sorted by null

  /external/qemu/
qemu-char.h 58 int (*chr_ioctl)(struct CharDriverState *s, int cmd, void *arg); member in struct:CharDriverState
charpipe.c 213 cs->chr_ioctl = NULL;
409 cs->chr_ioctl = NULL;
qemu-char.c 179 if (!s->chr_ioctl)
181 return s->chr_ioctl(s, cmd, arg);
    [all...]
  /external/qemu/hw/
bt-hci-csr.c 442 s->chr.chr_ioctl = csrhci_ioctl;

Completed in 412 milliseconds