Home
last modified time | relevance | path

Searched refs:StartTx (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.h118 int32_t (*StartTx)(struct UartDriverData *udd, const char *buf, size_t count); member
H A Duart_hi35xx.c137 if (udd->ops->StartTx != NULL) { in Hi35xxWrite()
138 ret = udd->ops->StartTx(udd, (char *)data, size); in Hi35xxWrite()
H A Duart_pl011.c348 .StartTx = Pl011StartTx,
/device/qemu/drivers/uart/
H A Duart_pl011.h118 int32_t (*StartTx)(struct UartDriverData *udd, const char *buf, size_t count); member
H A Duart.c66 if (udd->ops->StartTx != NULL) { in Hi35xxWrite()
67 ret = udd->ops->StartTx(udd, (char *)data, size); in Hi35xxWrite()
H A Duart_pl011.c349 .StartTx = Pl011StartTx,

Completed in 7 milliseconds