notif_hdr          85 drivers/staging/wusbcore/wa-nep.c 	struct wa_notif_hdr *notif_hdr;
notif_hdr         100 drivers/staging/wusbcore/wa-nep.c 		if (size < sizeof(*notif_hdr)) {
notif_hdr         101 drivers/staging/wusbcore/wa-nep.c 			missing = sizeof(*notif_hdr) - size;
notif_hdr         104 drivers/staging/wusbcore/wa-nep.c 		notif_hdr = itr;
notif_hdr         105 drivers/staging/wusbcore/wa-nep.c 		if (size < notif_hdr->bLength)
notif_hdr         107 drivers/staging/wusbcore/wa-nep.c 		itr += notif_hdr->bLength;
notif_hdr         108 drivers/staging/wusbcore/wa-nep.c 		size -= notif_hdr->bLength;
notif_hdr         110 drivers/staging/wusbcore/wa-nep.c 		switch (notif_hdr->bNotifyType) {
notif_hdr         113 drivers/staging/wusbcore/wa-nep.c 			hwa_dn = container_of(notif_hdr, struct hwa_notif_dn,
notif_hdr         117 drivers/staging/wusbcore/wa-nep.c 					 notif_hdr->bLength - sizeof(*hwa_dn));
notif_hdr         121 drivers/staging/wusbcore/wa-nep.c 			wa_handle_notif_xfer(wa, notif_hdr);
notif_hdr         132 drivers/staging/wusbcore/wa-nep.c 				notif_hdr->bNotifyType,
notif_hdr         133 drivers/staging/wusbcore/wa-nep.c 				(size_t)notif_hdr->bLength);
notif_hdr        2903 drivers/staging/wusbcore/wa-xfer.c void wa_handle_notif_xfer(struct wahc *wa, struct wa_notif_hdr *notif_hdr)
notif_hdr        2909 drivers/staging/wusbcore/wa-xfer.c 	notif_xfer = container_of(notif_hdr, struct wa_notif_xfer, hdr);
notif_hdr        2910 drivers/staging/wusbcore/wa-xfer.c 	BUG_ON(notif_hdr->bNotifyType != WA_NOTIF_TRANSFER);