Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/usb/
Dcdc_ether.c404 switch (event->bNotificationType) { in usbnet_cdc_status()
423 event->bNotificationType); in usbnet_cdc_status()
495 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.c1874 switch (event->bNotificationType) { in cdc_ncm_status()
1897 event->bNotificationType); in cdc_ncm_status()
/kernel/linux/linux-5.10/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.c564 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ncm_do_notify()
578 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ncm_do_notify()
640 event->bNotificationType); in ncm_notify_complete()
650 event->bNotificationType, req->status); in ncm_notify_complete()
Df_acm.c512 notify->bNotificationType = type; in acm_cdc_notify()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
Dcdc.h215 __u8 bNotificationType; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
Dcdc.h205 __u8 bNotificationType; member
/kernel/linux/linux-5.10/include/uapi/linux/usb/
Dcdc.h299 __u8 bNotificationType; member
/kernel/linux/linux-5.10/drivers/usb/class/
Dcdc-wdm.c267 switch (dr->bNotificationType) { in wdm_int_callback()
288 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()