Home
last modified time | relevance | path

Searched refs:ue_event (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.c125 if (LOS_EventInit(&ue->ue_event) != LOS_OK) { in uether_ifattach()
135 (void)LOS_EventDestroy(&ue->ue_event); in uether_ifattach()
323 if (LOS_EventWrite(&ue->ue_event, 0x01) != LOS_OK) { in ue_attach_post_task()
395 (void)LOS_EventDestroy(&ue->ue_event); in uether_ifdetach()
Dusb_ethernet.h110 EVENT_CB_S ue_event; member
Dif_urndis.c291 error = (int)LOS_EventRead(&ue->ue_event, 0x01, LOS_WAITMODE_OR | LOS_WAITMODE_CLR, 1000); in urndis_attach()