bNotificationType  405 drivers/net/usb/cdc_ether.c 	switch (event->bNotificationType) {
bNotificationType  424 drivers/net/usb/cdc_ether.c 			   event->bNotificationType);
bNotificationType  496 drivers/net/usb/cdc_ether.c 	if (event->bNotificationType != USB_CDC_NOTIFY_NETWORK_CONNECTION) {
bNotificationType 1621 drivers/net/usb/cdc_ncm.c 	switch (event->bNotificationType) {
bNotificationType 1646 drivers/net/usb/cdc_ncm.c 			event->bNotificationType);
bNotificationType  600 drivers/net/usb/sierra_net.c 	switch (event->bNotificationType) {
bNotificationType  610 drivers/net/usb/sierra_net.c 				event->bNotificationType);
bNotificationType  283 drivers/usb/class/cdc-acm.c 	switch (dr->bNotificationType) {
bNotificationType  336 drivers/usb/class/cdc-acm.c 			dr->bNotificationType, dr->wIndex, dr->wLength);
bNotificationType  264 drivers/usb/class/cdc-wdm.c 	switch (dr->bNotificationType) {
bNotificationType  285 drivers/usb/class/cdc-wdm.c 			dr->bNotificationType,
bNotificationType  510 drivers/usb/gadget/function/f_acm.c 	notify->bNotificationType = type;
bNotificationType  393 drivers/usb/gadget/function/f_ecm.c 		event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION;
bNotificationType  407 drivers/usb/gadget/function/f_ecm.c 		event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE;
bNotificationType  461 drivers/usb/gadget/function/f_ecm.c 			event->bNotificationType, req->status);
bNotificationType  560 drivers/usb/gadget/function/f_ncm.c 		event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION;
bNotificationType  574 drivers/usb/gadget/function/f_ncm.c 		event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE;
bNotificationType  636 drivers/usb/gadget/function/f_ncm.c 		     event->bNotificationType);
bNotificationType  646 drivers/usb/gadget/function/f_ncm.c 			event->bNotificationType, req->status);
bNotificationType  299 include/uapi/linux/usb/cdc.h 	__u8	bNotificationType;