Home
last modified time | relevance | path

Searched refs:chr_ioctl (Results 1 – 3 of 3) sorted by relevance

/external/qemu/include/sysemu/
Dchar.h58 int (*chr_ioctl)(struct CharDriverState *s, int cmd, void *arg); member
/external/qemu/android/
Dcharpipe.c213 cs->chr_ioctl = NULL; in charpipehalf_init()
409 cs->chr_ioctl = NULL; in charbuffer_init()
/external/qemu/
Dqemu-char.c179 if (!s->chr_ioctl) in qemu_chr_ioctl()
181 return s->chr_ioctl(s, cmd, arg); in qemu_chr_ioctl()
1298 chr->chr_ioctl = tty_serial_ioctl; in qemu_chr_open_tty()
1441 chr->chr_ioctl = pp_ioctl; in qemu_chr_open_pp()
1502 chr->chr_ioctl = pp_ioctl; in qemu_chr_open_pp()