Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-char.c442 static void mux_chr_read(void *opaque, const uint8_t *buf, int size) in mux_chr_read() function
487 qemu_chr_add_handlers(d->drv, mux_chr_can_read, mux_chr_read, in mux_chr_update_read_handler()