Home
last modified time | relevance | path

Searched refs:stEvent (Results 1 - 7 of 7) sorted by relevance

/device/qemu/drivers/uart/
H A Duart.c44 (void)LOS_EventRead(&udd->wait.stEvent, 0x1, LOS_WAITMODE_OR, LOS_WAIT_FOREVER); in Hi35xxRead()
48 (void)LOS_EventClear(&udd->wait.stEvent, ~(0x1)); in Hi35xxRead()
190 (void)LOS_EventWrite(&udd->wait.stEvent, 0x1); in Hi35xxSetTransMode()
209 (void)LOS_EventInit(&wait->stEvent); in Hi35xxInit()
263 LOS_EventDestroy(&wait->stEvent); in Hi35xxDeinit()
H A Duart_pl011.c405 LOS_EventWrite(&wait->stEvent, 0x1); in Pl011Notify()
/device/soc/hisilicon/common/platform/uart/
H A Duart_hi35xx.c115 (void)LOS_EventRead(&udd->wait.stEvent, 0x1, LOS_WAITMODE_OR, LOS_WAIT_FOREVER); in Hi35xxRead()
119 (void)LOS_EventClear(&udd->wait.stEvent, ~(0x1)); in Hi35xxRead()
269 (void)LOS_EventWrite(&udd->wait.stEvent, 0x1); in Hi35xxSetTransMode()
296 (void)LOS_EventInit(&wait->stEvent); in Hi35xxInit()
352 LOS_EventDestroy(&wait->stEvent); in Hi35xxDeinit()
H A Duart_pl011.c404 LOS_EventWrite(&wait->stEvent, 0x1); in Pl011Notify()
/device/soc/hisilicon/common/platform/hieth-sf/include/
H A Dhieth.h101 EVENT_CB_S stEvent; member
/device/soc/hisilicon/common/platform/hieth-sf/src/
H A Dinterface.c155 LOS_EventWrite(&(g_stHiethPlatformData[priv->index].stEvent), EVENT_NET_TX_RX); in HisiEthIsr()
167 uwRet = LOS_EventRead(&(g_stHiethPlatformData[priv->index].stEvent), EVENT_NET_TX_RX, in HisiEthDsr()
232 uwRet = LOS_EventRead(&(g_stHiethPlatformData[priv->index].stEvent), in HiethCanSend()
606 (void)LOS_EventInit(&(g_stHiethPlatformData[0].stEvent)); in HiethInit()
H A Dctrl.c320 LOS_EventWrite(&(hiethPlatformData[priv->index].stEvent), EVENT_NET_CAN_SEND); in HiethXmitReleasePkt()

Completed in 6 milliseconds