Home
last modified time | relevance | path

Searched defs: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
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs563 pub unsafe extern "C" fn pl011_receive(opaque: *mut c_void, buf: *const u8, size: c_int) { in pl011_receive() function