Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
A Dconfig.c625 if (config->desc.bDescriptorType != USB_DT_CONFIG || in usb_parse_configuration()
733 header->bDescriptorType == USB_DT_CONFIG) in usb_parse_configuration()
898 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
928 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
A Dhcd.c233 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
280 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
328 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
597 case USB_DT_CONFIG << 8: in rh_call_control()
A Dhub.c5144 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
A Dhub.c88 .bDescriptorType = USB_DT_CONFIG,
274 case USB_DT_CONFIG: in ast_vhub_rep_desc()
430 case USB_DT_CONFIG: in ast_vhub_std_hub_request()
/linux/drivers/usb/gadget/
A Dconfig.c102 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
A Dcomposite.c1754 case USB_DT_CONFIG: in composite_setup()
/linux/include/uapi/linux/usb/
A Dch9.h241 #define USB_DT_CONFIG 0x02 macro
274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/linux/drivers/usb/common/
A Ddebug.c114 case USB_DT_CONFIG: in usb_decode_get_set_descriptor()
/linux/drivers/usb/misc/
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/
A Dinode.c1396 case USB_DT_CONFIG: in gadgetfs_setup()
1783 return config->bDescriptorType == USB_DT_CONFIG in is_valid_config()
1844 if (kbuf [1] == USB_DT_CONFIG) { in dev_config()
/linux/drivers/usb/gadget/function/
A Df_fs.c2055 case USB_DT_CONFIG: in ffs_do_single_desc()

Completed in 62 milliseconds