Searched refs:StartTx (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/common/platform/uart/ |
H A D | uart_pl011.h | 118 int32_t (*StartTx)(struct UartDriverData *udd, const char *buf, size_t count); member
|
H A D | uart_hi35xx.c | 137 if (udd->ops->StartTx != NULL) { in Hi35xxWrite() 138 ret = udd->ops->StartTx(udd, (char *)data, size); in Hi35xxWrite()
|
H A D | uart_pl011.c | 348 .StartTx = Pl011StartTx,
|
/device/qemu/drivers/uart/ |
H A D | uart_pl011.h | 118 int32_t (*StartTx)(struct UartDriverData *udd, const char *buf, size_t count); member
|
H A D | uart.c | 66 if (udd->ops->StartTx != NULL) { in Hi35xxWrite() 67 ret = udd->ops->StartTx(udd, (char *)data, size); in Hi35xxWrite()
|
H A D | uart_pl011.c | 349 .StartTx = Pl011StartTx,
|
Completed in 7 milliseconds