Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/usb/
Dcdc_ncm.c178 req->bNotificationType, req->bmRequestType, in cdc_ncm_do_request()
207 req.bNotificationType = USB_CDC_GET_NTB_PARAMETERS; in cdc_ncm_setup()
261 req.bNotificationType = USB_CDC_SET_NTB_INPUT_SIZE; in cdc_ncm_setup()
340 req.bNotificationType = USB_CDC_SET_CRC_MODE; in cdc_ncm_setup()
354 req.bNotificationType = USB_CDC_SET_NTB_FORMAT; in cdc_ncm_setup()
373 req.bNotificationType = USB_CDC_GET_MAX_DATAGRAM_SIZE; in cdc_ncm_setup()
403 req.bNotificationType = USB_CDC_SET_MAX_DATAGRAM_SIZE; in cdc_ncm_setup()
1168 switch (event->bNotificationType) { in cdc_ncm_status()
1200 "notification 0x%02x!\n", event->bNotificationType); in cdc_ncm_status()
Dcdc_ether.c395 switch (event->bNotificationType) { in usbnet_cdc_status()
417 event->bNotificationType); in usbnet_cdc_status()
Dsierra_net.c590 switch (event->bNotificationType) { in sierra_net_status()
600 event->bNotificationType); in sierra_net_status()
/linux-2.6.39/drivers/usb/gadget/
Df_ecm.c316 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ecm_do_notify()
330 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ecm_do_notify()
382 event->bNotificationType, req->status); in ecm_notify_complete()
Df_ncm.c487 event->bNotificationType = USB_CDC_NOTIFY_NETWORK_CONNECTION; in ncm_do_notify()
501 event->bNotificationType = USB_CDC_NOTIFY_SPEED_CHANGE; in ncm_do_notify()
562 event->bNotificationType); in ncm_notify_complete()
570 event->bNotificationType, req->status); in ncm_notify_complete()
Df_acm.c481 notify->bNotificationType = type; in acm_cdc_notify()
/linux-2.6.39/include/linux/usb/
Dcdc.h268 __u8 bNotificationType; member
/linux-2.6.39/drivers/usb/class/
Dcdc-wdm.c192 switch (dr->bNotificationType) { in wdm_int_callback()
209 dr->bNotificationType, dr->wIndex, dr->wLength); in wdm_int_callback()
Dcdc-acm.c303 switch (dr->bNotificationType) { in acm_ctrl_irq()
336 dr->bNotificationType, dr->wIndex, in acm_ctrl_irq()