Searched refs:USB_DT_CONFIG (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/usb/core/ |
H A D | config.c | 679 if (config->desc.bDescriptorType != USB_DT_CONFIG || in usb_parse_configuration() 787 header->bDescriptorType == USB_DT_CONFIG) in usb_parse_configuration() 952 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration() 982 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
|
H A D | hcd.c | 212 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 259 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 307 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 571 case USB_DT_CONFIG << 8: in rh_call_control()
|
H A D | hub.c | 5353 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 100 .bDescriptorType = USB_DT_CONFIG, 298 case USB_DT_CONFIG: in ast_vhub_rep_desc() 459 case USB_DT_CONFIG: in ast_vhub_std_hub_request()
|
/linux/drivers/usb/common/ |
H A D | debug.c | 115 case USB_DT_CONFIG: in usb_decode_get_set_descriptor()
|
/linux/drivers/usb/misc/ |
H A D | usbtest.c | 713 case USB_DT_CONFIG: in is_good_config() 980 retval = usb_get_descriptor(udev, USB_DT_CONFIG, i, in ch9_postconfig() 1254 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue() 1282 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue() 1310 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue() 1330 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()
|
/linux/drivers/usb/gadget/legacy/ |
H A D | inode.c | 1404 case USB_DT_CONFIG: in gadgetfs_setup() 1795 return config->bDescriptorType == USB_DT_CONFIG in is_valid_config() 1857 if (kbuf [1] == USB_DT_CONFIG) { in dev_config()
|
/linux/drivers/usb/gadget/ |
H A D | composite.c | 1840 case USB_DT_CONFIG: in composite_setup()
|
/linux/drivers/usb/gadget/function/ |
H A D | f_fs.c | 2507 case USB_DT_CONFIG: in ffs_do_single_desc()
|