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/
H A Dusb_ethernet.c123 if (LOS_EventInit(&ue->ue_event) != LOS_OK) { in uether_ifattach()
133 (void)LOS_EventDestroy(&ue->ue_event); in uether_ifattach()
321 if (LOS_EventWrite(&ue->ue_event, 0x01) != LOS_OK) { in ue_attach_post_task()
393 (void)LOS_EventDestroy(&ue->ue_event); in uether_ifdetach()
H A Dusb_ethernet.h107 EVENT_CB_S ue_event; member
H A Dif_urndis.c290 error = (int)LOS_EventRead(&ue->ue_event, 0x01, LOS_WAITMODE_OR | LOS_WAITMODE_CLR, 1000); in urndis_attach()

Completed in 3 milliseconds