Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A 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()
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()
/openbmc/u-boot/include/linux/usb/
H A Dcdc.h220 __u8 bNotificationType; member
/openbmc/linux/drivers/usb/gadget/function/
H A 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()
H A 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()
H A Df_acm.c512 notify->bNotificationType = type; in acm_cdc_notify()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c1129 if (event->bNotificationType == USB_CDC_NOTIFY_NETWORK_CONNECTION in eth_status_complete()
1134 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in eth_status_complete()
1149 event->bNotificationType, value); in eth_status_complete()
1150 if (event->bNotificationType == in eth_status_complete()
1184 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in issue_start_status()
/openbmc/linux/include/uapi/linux/usb/
H A Dcdc.h303 __u8 bNotificationType; member
/openbmc/linux/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()