Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/usb/
Dcdc_ether.c417 switch (event->bNotificationType) { in usbnet_cdc_status()
436 event->bNotificationType); in usbnet_cdc_status()
509 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.c1870 switch (event->bNotificationType) { in cdc_ncm_status()
1896 event->bNotificationType); in cdc_ncm_status()
/Linux-v6.6/drivers/usb/gadget/function/
Df_ecm.c382 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ecm_do_notify()
396 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ecm_do_notify()
450 event->bNotificationType, req->status); in ecm_notify_complete()
Df_ncm.c543 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ncm_do_notify()
557 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ncm_do_notify()
619 event->bNotificationType); in ncm_notify_complete()
629 event->bNotificationType, req->status); in ncm_notify_complete()
Df_acm.c512 notify->bNotificationType = type; in acm_cdc_notify()
/Linux-v6.6/include/uapi/linux/usb/
Dcdc.h303 __u8 bNotificationType; member
/Linux-v6.6/drivers/usb/class/
Dcdc-wdm.c281 switch (dr->bNotificationType) { in wdm_int_callback()
302 dr->bNotificationType, in wdm_int_callback()
Dcdc-acm.c298 switch (dr->bNotificationType) { in acm_process_notification()
366 dr->bNotificationType, dr->wIndex, dr->wLength); in acm_process_notification()