Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/usb/
Dcdc_ether.c404 switch (event->bNotificationType) { in usbnet_cdc_status()
423 event->bNotificationType); in usbnet_cdc_status()
495 if (event->bNotificationType != USB_CDC_NOTIFY_NETWORK_CONNECTION) { in usbnet_cdc_zte_status()
Dsierra_net.c595 switch (event->bNotificationType) { in sierra_net_status()
605 event->bNotificationType); in sierra_net_status()
Dcdc_ncm.c1859 switch (event->bNotificationType) { in cdc_ncm_status()
1884 event->bNotificationType); in cdc_ncm_status()
/Linux-v5.10/drivers/usb/gadget/function/
Df_ecm.c393 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ecm_do_notify()
407 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ecm_do_notify()
461 event->bNotificationType, req->status); in ecm_notify_complete()
Df_ncm.c562 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ncm_do_notify()
576 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ncm_do_notify()
638 event->bNotificationType); in ncm_notify_complete()
648 event->bNotificationType, req->status); in ncm_notify_complete()
Df_acm.c512 notify->bNotificationType = type; in acm_cdc_notify()
/Linux-v5.10/include/uapi/linux/usb/
Dcdc.h299 __u8 bNotificationType; member
/Linux-v5.10/drivers/usb/class/
Dcdc-wdm.c267 switch (dr->bNotificationType) { in wdm_int_callback()
288 dr->bNotificationType, in wdm_int_callback()
Dcdc-acm.c284 switch (dr->bNotificationType) { in acm_process_notification()
337 dr->bNotificationType, dr->wIndex, dr->wLength); in acm_process_notification()