Lines Matching refs:notif_hdr
99 struct wa_notif_hdr *notif_hdr; in wa_notif_dispatch() local
115 if (size < sizeof(*notif_hdr)) { in wa_notif_dispatch()
116 missing = sizeof(*notif_hdr) - size; in wa_notif_dispatch()
119 notif_hdr = itr; in wa_notif_dispatch()
120 if (size < notif_hdr->bLength) in wa_notif_dispatch()
122 itr += notif_hdr->bLength; in wa_notif_dispatch()
123 size -= notif_hdr->bLength; in wa_notif_dispatch()
125 switch (notif_hdr->bNotifyType) { in wa_notif_dispatch()
128 hwa_dn = container_of(notif_hdr, struct hwa_notif_dn, in wa_notif_dispatch()
132 notif_hdr->bLength - sizeof(*hwa_dn)); in wa_notif_dispatch()
136 wa_handle_notif_xfer(wa, notif_hdr); in wa_notif_dispatch()
147 notif_hdr->bNotifyType, in wa_notif_dispatch()
148 (size_t)notif_hdr->bLength); in wa_notif_dispatch()