Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/
Dwa-nep.c110 switch (notif_hdr->bNotifyType) { in wa_notif_dispatch()
132 notif_hdr->bNotifyType, in wa_notif_dispatch()
Dwa-xfer.c2780 if (xfer_result->hdr.bNotifyType != WA_XFER_RESULT) { in wa_dti_cb()
2782 xfer_result->hdr.bNotifyType); in wa_dti_cb()
2910 BUG_ON(notif_hdr->bNotifyType != WA_NOTIF_TRANSFER); in wa_handle_notif_xfer()
/Linux-v5.4/drivers/staging/wusbcore/include/
Dwusb-wa.h145 u8 bNotifyType; /* enum wa_notif_type */ member