Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dconfig.c679 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 Dhcd.c212 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 Dhub.c5353 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c100 .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 Ddebug.c115 case USB_DT_CONFIG: in usb_decode_get_set_descriptor()
/linux/drivers/usb/misc/
H A Dusbtest.c713 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 Dinode.c1404 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 Dcomposite.c1840 case USB_DT_CONFIG: in composite_setup()
/linux/drivers/usb/gadget/function/
H A Df_fs.c2507 case USB_DT_CONFIG: in ffs_do_single_desc()