Searched refs:Pl011Read (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/common/platform/uart/ |
H A D | uart_pl011.h | 189 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count);
|
H A D | uart_pl011.c | 354 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count) in Pl011Read() function
|
H A D | uart_hi35xx.c | 117 ret = Pl011Read(udd, (char *)data, size); in Hi35xxRead()
|
/device/qemu/drivers/uart/ |
H A D | uart_pl011.h | 187 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count);
|
H A D | uart_pl011.c | 355 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count) in Pl011Read() function
|
H A D | uart.c | 46 ret = Pl011Read(udd, (char *)data, size); in Hi35xxRead()
|
Completed in 5 milliseconds