Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dconfig.c104 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
H A Dether.c365 .bDescriptorType = USB_DT_CONFIG,
379 .bDescriptorType = USB_DT_CONFIG,
1288 case USB_DT_CONFIG: in eth_setup()
H A Dcomposite.c866 case USB_DT_CONFIG: in composite_setup()
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c63 case USB_DT_CONFIG: { in usb_emul_find_descriptor()
279 if ((*ptr)->bDescriptorType == USB_DT_CONFIG) { in usb_emul_setup_device()
H A Dsandbox_keyb.c71 .bDescriptorType = USB_DT_CONFIG,
H A Dsandbox_hub.c58 .bDescriptorType = USB_DT_CONFIG,
H A Dsandbox_flash.c121 .bDescriptorType = USB_DT_CONFIG,
/OK3568_Linux_fs/kernel/drivers/usb/core/
H 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()
H 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()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h207 #define USB_DT_CONFIG 0x02 macro
240 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h87 #define USB_DT_CONFIG 0x02 macro
H A Dusbdevice.h195 #define USB_DT_CONFIG 0x02 macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c93 .bDescriptorType = USB_DT_CONFIG,
279 case USB_DT_CONFIG: in ast_vhub_rep_desc()
435 case USB_DT_CONFIG: in ast_vhub_std_hub_request()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dch9.h241 #define USB_DT_CONFIG 0x02 macro
274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dch9.h241 #define USB_DT_CONFIG 0x02 macro
274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h241 #define USB_DT_CONFIG 0x02 macro
274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dconfig.c102 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
/OK3568_Linux_fs/u-boot/common/
H A Dusb.c391 if (head->bDescriptorType != USB_DT_CONFIG) { in usb_parse_config()
593 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 9); in usb_get_configuration_len()
616 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, length); in usb_get_configuration_no()
/OK3568_Linux_fs/kernel/drivers/usb/common/
H A Ddebug.c114 case USB_DT_CONFIG: in usb_decode_get_set_descriptor()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dusbtty.c162 .bDescriptorType = USB_DT_CONFIG,
293 .bDescriptorType = USB_DT_CONFIG,
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dinode.c1399 case USB_DT_CONFIG: in gadgetfs_setup()
1786 return config->bDescriptorType == USB_DT_CONFIG in is_valid_config()
1848 if (kbuf [1] == USB_DT_CONFIG) { in dev_config()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dsl811-hcd.c670 case USB_DT_CONFIG: in sl811_rh_submit_urb()
H A Dxhci.c917 case USB_DT_CONFIG: in xhci_submit_root()
/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c656 case (USB_DT_CONFIG << 8): /* configuration descriptor */ in musb_submit_rh_msg()

12