Lines Matching refs:notif_hdr
85 struct wa_notif_hdr *notif_hdr; in wa_notif_dispatch() local
100 if (size < sizeof(*notif_hdr)) { in wa_notif_dispatch()
101 missing = sizeof(*notif_hdr) - size; in wa_notif_dispatch()
104 notif_hdr = itr; in wa_notif_dispatch()
105 if (size < notif_hdr->bLength) in wa_notif_dispatch()
107 itr += notif_hdr->bLength; in wa_notif_dispatch()
108 size -= notif_hdr->bLength; in wa_notif_dispatch()
110 switch (notif_hdr->bNotifyType) { in wa_notif_dispatch()
113 hwa_dn = container_of(notif_hdr, struct hwa_notif_dn, in wa_notif_dispatch()
117 notif_hdr->bLength - sizeof(*hwa_dn)); in wa_notif_dispatch()
121 wa_handle_notif_xfer(wa, notif_hdr); in wa_notif_dispatch()
132 notif_hdr->bNotifyType, in wa_notif_dispatch()
133 (size_t)notif_hdr->bLength); in wa_notif_dispatch()