Searched refs:stEvent (Results 1 - 7 of 7) sorted by relevance
/device/qemu/drivers/uart/ |
H A D | uart.c | 44 (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 D | uart_pl011.c | 405 LOS_EventWrite(&wait->stEvent, 0x1); in Pl011Notify()
|
/device/soc/hisilicon/common/platform/uart/ |
H A D | uart_hi35xx.c | 115 (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 D | uart_pl011.c | 404 LOS_EventWrite(&wait->stEvent, 0x1); in Pl011Notify()
|
/device/soc/hisilicon/common/platform/hieth-sf/include/ |
H A D | hieth.h | 101 EVENT_CB_S stEvent; member
|
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
H A D | interface.c | 155 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 D | ctrl.c | 320 LOS_EventWrite(&(hiethPlatformData[priv->index].stEvent), EVENT_NET_CAN_SEND); in HiethXmitReleasePkt()
|
Completed in 5 milliseconds