Home
last modified time | relevance | path

Searched refs:bNotificationType (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/usb/
Dcdc_ether.c413 switch (event->bNotificationType) { in usbnet_cdc_status()
432 event->bNotificationType); in usbnet_cdc_status()
504 if (event->bNotificationType != USB_CDC_NOTIFY_NETWORK_CONNECTION) { in usbnet_cdc_zte_status()
Dsierra_net.c612 switch (event->bNotificationType) { in sierra_net_status()
622 event->bNotificationType); in sierra_net_status()
Dcdc_ncm.c1621 switch (event->bNotificationType) { in cdc_ncm_status()
1646 event->bNotificationType); in cdc_ncm_status()
/Linux-v4.19/drivers/usb/gadget/function/
Df_ecm.c392 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ecm_do_notify()
406 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ecm_do_notify()
458 event->bNotificationType, req->status); in ecm_notify_complete()
Df_ncm.c559 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ncm_do_notify()
573 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ncm_do_notify()
634 event->bNotificationType); in ncm_notify_complete()
642 event->bNotificationType, req->status); in ncm_notify_complete()
Df_acm.c510 notify->bNotificationType = type; in acm_cdc_notify()
/Linux-v4.19/include/uapi/linux/usb/
Dcdc.h299 __u8 bNotificationType; member
/Linux-v4.19/drivers/usb/class/
Dcdc-wdm.c264 switch (dr->bNotificationType) { in wdm_int_callback()
285 dr->bNotificationType, in wdm_int_callback()
Dcdc-acm.c283 switch (dr->bNotificationType) { in acm_process_notification()
336 dr->bNotificationType, dr->wIndex, dr->wLength); in acm_process_notification()