Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dpl011.c485 static int pl011_can_receive(void *opaque) in pl011_can_receive() function
634 qemu_chr_fe_set_handlers(&s->chr, pl011_can_receive, pl011_receive, in pl011_realize()
H A Dtrace-events60 pl011_can_receive(uint32_t lcr, int read_count, int r) "LCR 0x%08x read_count %d returning %d"
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs415 Some(pl011_can_receive), in realize()
548 pub unsafe extern "C" fn pl011_can_receive(opaque: *mut c_void) -> c_int { in pl011_can_receive() function