Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dpl011.c495 static void pl011_receive(void *opaque, const uint8_t *buf, int size) in pl011_receive() function
634 qemu_chr_fe_set_handlers(&s->chr, pl011_can_receive, pl011_receive, in pl011_realize()
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs416 Some(pl011_receive), in realize()
563 pub unsafe extern "C" fn pl011_receive(opaque: *mut c_void, buf: *const u8, size: c_int) { in pl011_receive() function