Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1863 switch (event->bNotificationType) { in cdc_ncm_status()
1889 event->bNotificationType); in cdc_ncm_status()
/linux-6.1.9/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.c558 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ncm_do_notify()
572 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ncm_do_notify()
634 event->bNotificationType); in ncm_notify_complete()
644 event->bNotificationType, req->status); in ncm_notify_complete()
Df_acm.c512 notify->bNotificationType = type; in acm_cdc_notify()
/linux-6.1.9/include/uapi/linux/usb/
Dcdc.h303 __u8 bNotificationType; member
/linux-6.1.9/drivers/usb/class/
Dcdc-wdm.c281 switch (dr->bNotificationType) { in wdm_int_callback()
302 dr->bNotificationType, in wdm_int_callback()
Dcdc-acm.c297 switch (dr->bNotificationType) { in acm_process_notification()
355 dr->bNotificationType, dr->wIndex, dr->wLength); in acm_process_notification()