Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/usb/
H A Dcdc_ether.c417 switch (event->bNotificationType) { in usbnet_cdc_status()
437 event->bNotificationType); in usbnet_cdc_status()
510 if (event->bNotificationType != USB_CDC_NOTIFY_NETWORK_CONNECTION) { in usbnet_cdc_zte_status()
H A Dsierra_net.c595 switch (event->bNotificationType) { in sierra_net_status()
605 event->bNotificationType); in sierra_net_status()
H A Dcdc_ncm.c1870 switch (event->bNotificationType) { in cdc_ncm_status()
1896 event->bNotificationType); in cdc_ncm_status()
/linux-6.15/drivers/usb/gadget/function/
H A Df_ecm.c383 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()
H A Df_ncm.c553 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ncm_do_notify()
567 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ncm_do_notify()
629 event->bNotificationType); in ncm_notify_complete()
639 event->bNotificationType, req->status); in ncm_notify_complete()
H A Df_acm.c513 notify->bNotificationType = type; in acm_cdc_notify()
/linux-6.15/include/uapi/linux/usb/
H A Dcdc.h303 __u8 bNotificationType; member
/linux-6.15/drivers/usb/class/
H A Dcdc-wdm.c281 switch (dr->bNotificationType) { in wdm_int_callback()
302 dr->bNotificationType, in wdm_int_callback()
H A Dcdc-acm.c298 switch (dr->bNotificationType) { in acm_process_notification()
366 dr->bNotificationType, dr->wIndex, dr->wLength); in acm_process_notification()