Searched refs:UartHostDevRead (Results 1 - 5 of 5) sorted by relevance
/drivers/hdf_core/adapter/platform/uart/ |
H A D | uart_wm.c | 214 static int32_t UartHostDevRead(struct UartHost *host, uint8_t *data, uint32_t size); 223 .Read = UartHostDevRead, 453 static int32_t UartHostDevRead(struct UartHost *host, uint8_t *data, uint32_t size) in UartHostDevRead() function
|
H A D | uart_stm32f4xx.c | 307 static int32_t UartHostDevRead(struct UartHost *host, uint8_t *data, uint32_t size);
315 .Read = UartHostDevRead,
677 static int32_t UartHostDevRead(struct UartHost *host, uint8_t *data, uint32_t size)
function
|
H A D | uart_bes.c | 406 static int32_t UartHostDevRead(struct UartHost *host, uint8_t *data, uint32_t size); 415 .Read = UartHostDevRead, 738 static int32_t UartHostDevRead(struct UartHost *host, uint8_t *data, uint32_t size) function
|
H A D | uart_gr5xx.c | 175 static int32_t UartHostDevRead(struct UartHost *host, uint8_t *data, uint32_t size) in UartHostDevRead() function 498 .Read = UartHostDevRead,
|
H A D | uart_asr.c | 228 static int32_t UartHostDevRead(struct UartHost *host, uint8_t *data, uint32_t size) in UartHostDevRead() function 521 .Read = UartHostDevRead,
|
Completed in 7 milliseconds