OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tty_receive
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/
goldfish_tty.c
187
static void
tty_receive
(void *opaque, const uint8_t *buf, int size)
function
225
qemu_chr_add_handlers(cs, tty_can_receive,
tty_receive
, NULL, s);
Completed in 167 milliseconds