Lines Matching defs:chr
20 Chardev *chr = CHARDEV(scd); in vmc_write() local
63 Chardev *chr = CHARDEV(scd); in vmc_event() local
81 Chardev *chr = CHARDEV(scd); in vmc_state() local
129 Chardev *chr = CHARDEV(src->scd); in spice_char_source_prepare() local
143 Chardev *chr = CHARDEV(src->scd); in spice_char_source_check() local
156 Chardev *chr = CHARDEV(src->scd); in spice_char_source_dispatch() local
169 static GSource *spice_chr_add_watch(Chardev *chr, GIOCondition cond) in spice_chr_add_watch()
183 static int spice_chr_write(Chardev *chr, const uint8_t *buf, int len) in spice_chr_write()
218 static void spice_vmc_set_fe_open(struct Chardev *chr, int fe_open) in spice_vmc_set_fe_open()
228 static void spice_port_set_fe_open(struct Chardev *chr, int fe_open) in spice_port_set_fe_open()
239 static void spice_chr_accept_input(struct Chardev *chr) in spice_chr_accept_input()
246 static void chr_open(Chardev *chr, const char *subtype) in chr_open()
254 static void qemu_chr_open_spice_vmc(Chardev *chr, in qemu_chr_open_spice_vmc()
290 static void qemu_chr_open_spice_port(Chardev *chr, in qemu_chr_open_spice_port()