Home
last modified time | relevance | path

Searched refs:UartHostPollEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h136 static inline int32_t UartHostPollEvent(struct UartHost *host, void *filep, void *table) in UartHostPollEvent() function
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Duart_dev.c208 return UartHostPollEvent(host, filep, table); in uartdev_poll()