Home
last modified time | relevance | path

Searched refs:chr_accept_input (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/chardev/
H A Dchar.h300 void (*chr_accept_input)(Chardev *chr); member
/openbmc/qemu/chardev/
H A Dmsmouse.c276 cc->chr_accept_input = msmouse_chr_accept_input; in char_msmouse_class_init()
H A Dwctablet.c352 cc->chr_accept_input = wctablet_chr_accept_input; in wctablet_chr_class_init()
H A Dspice.c356 cc->chr_accept_input = spice_chr_accept_input; in char_spice_class_init()
/openbmc/qemu/ui/
H A Dvdagent.c931 cc->chr_accept_input = vdagent_chr_accept_input; in vdagent_chr_class_init()
H A Dconsole-vc.c1191 cc->chr_accept_input = vc_chr_accept_input; in char_vc_class_init()
H A Dgtk.c1990 cc->chr_accept_input = gd_vc_chr_accept_input;