Searched refs:USB_DT_DEVICE (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | usb_ch9.h | 126 #define USB_DT_DEVICE 0x01 macro
|
D | usb.h | 51 #define USB_DT_DEVICE 0x01 macro
|
/linux-2.4.37.9/drivers/usb/ |
D | usb.c | 1323 (header->bDescriptorType == USB_DT_DEVICE)) in usb_parse_endpoint() 1429 (header->bDescriptorType == USB_DT_DEVICE)) in usb_parse_interface() 1464 (header->bDescriptorType == USB_DT_DEVICE))) in usb_parse_interface() 1563 (header->bDescriptorType == USB_DT_DEVICE)) in usb_parse_configuration() 1867 int ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, &dev->descriptor, in usb_get_device_descriptor() 2254 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, &dev->descriptor, 8); in usb_new_device()
|
D | hub.c | 1057 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, descriptor, in usb_reset_device()
|
D | hcd.c | 360 case USB_DT_DEVICE << 8: in rh_call_control()
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | zero.c | 234 .bDescriptorType = USB_DT_DEVICE, 941 case USB_DT_DEVICE: in zero_setup()
|
D | ether.c | 382 .bDescriptorType = USB_DT_DEVICE, 1459 case USB_DT_DEVICE: in eth_setup()
|
D | file_storage.c | 834 .bDescriptorType = USB_DT_DEVICE, 1330 case USB_DT_DEVICE: in standard_setup_req()
|
/linux-2.4.37.9/drivers/char/ |
D | au1000_usbraw.c | 106 bDescriptorType:USB_DT_DEVICE,
|
D | au1000_usbtty.c | 131 bDescriptorType:USB_DT_DEVICE,
|
/linux-2.4.37.9/drivers/usb/serial/ |
D | visor.c | 876 USB_DIR_IN | USB_DT_DEVICE, in clie_3_5_startup()
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | usbdev.c | 751 case USB_DT_DEVICE: in do_get_descriptor()
|
/linux-2.4.37.9/drivers/usb/host/ |
D | sl811.c | 525 case USB_DT_DEVICE: in sl811_rh_submit_urb()
|