Home
last modified time | relevance | path

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

/linux/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.c593 switch (event->bNotificationType) { in sierra_net_status()
603 event->bNotificationType); in sierra_net_status()
H A Dcdc_ncm.c1874 switch (event->bNotificationType) { in cdc_ncm_status()
1900 event->bNotificationType); in cdc_ncm_status()
/linux/drivers/usb/gadget/function/
H A Df_ecm.c386 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ecm_do_notify()
399 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ecm_do_notify()
453 event->bNotificationType, req->status); in ecm_notify_complete()
H A Df_ncm.c555 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ncm_do_notify()
569 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ncm_do_notify()
631 event->bNotificationType); in ncm_notify_complete()
641 event->bNotificationType, req->status); in ncm_notify_complete()
H A Df_acm.c516 notify->bNotificationType = type; in acm_cdc_notify()
/linux/include/uapi/linux/usb/
H A Dcdc.h307 __u8 bNotificationType; member
/linux/drivers/usb/class/
H A Dcdc-wdm.c286 switch (dr->bNotificationType) { in wdm_int_callback()
307 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()