Searched refs:chr_ioctl (Results 1 – 3 of 3) sorted by relevance
58 int (*chr_ioctl)(struct CharDriverState *s, int cmd, void *arg); member
213 cs->chr_ioctl = NULL; in charpipehalf_init()409 cs->chr_ioctl = NULL; in charbuffer_init()
179 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()