Searched refs:USB_REQ_GET_DESCRIPTOR (Results 1 – 25 of 26) sorted by relevance
12
| /Linux-v6.6/drivers/usb/common/ |
| D | debug.c | 166 bRequest == USB_REQ_GET_DESCRIPTOR ? "Get" : "Set", in usb_decode_get_set_descriptor() 246 case USB_REQ_GET_DESCRIPTOR: in usb_decode_ctrl_standard()
|
| /Linux-v6.6/drivers/usb/misc/ |
| D | ehset.c | 132 ret = usb_control_msg_recv(dev, 0, USB_REQ_GET_DESCRIPTOR, in ehset_probe()
|
| D | lvstest.c | 275 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, USB_DT_DEVICE << 8, in get_dev_desc_store() 424 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in lvs_rh_probe()
|
| D | usbtest.c | 1245 req.bRequest = USB_REQ_GET_DESCRIPTOR; in test_ctrl_queue()
|
| /Linux-v6.6/drivers/usb/usbip/ |
| D | vudc_sysfs.c | 35 req.bRequest = USB_REQ_GET_DESCRIPTOR; in get_gadget_descs()
|
| D | vhci_hcd.c | 418 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in vhci_hub_control() 779 case USB_REQ_GET_DESCRIPTOR: in vhci_urb_enqueue()
|
| D | usbip_common.c | 185 case USB_REQ_GET_DESCRIPTOR: in usbip_dump_usb_ctrlrequest()
|
| /Linux-v6.6/drivers/usb/gadget/legacy/ |
| D | dbgp.c | 361 if (request == USB_REQ_GET_DESCRIPTOR) { in dbgp_setup()
|
| D | inode.c | 1380 case USB_REQ_GET_DESCRIPTOR: in gadgetfs_setup()
|
| /Linux-v6.6/sound/usb/ |
| D | midi2.c | 530 USB_REQ_GET_DESCRIPTOR, in get_group_terminal_block_descs() 549 USB_REQ_GET_DESCRIPTOR, in get_group_terminal_block_descs()
|
| /Linux-v6.6/include/linux/usb/ |
| D | hcd.h | 599 #define GetHubDescriptor HUB_CLASS_REQ(USB_DIR_IN, USB_RT_HUB, USB_REQ_GET_DESCRIPTOR)
|
| /Linux-v6.6/include/uapi/linux/usb/ |
| D | ch9.h | 82 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
|
| /Linux-v6.6/drivers/usb/core/ |
| D | hcd.c | 549 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in rh_call_control() 654 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in rh_call_control() 2196 dr->bRequest = USB_REQ_GET_DESCRIPTOR; in ehset_single_step_set_feature()
|
| D | message.c | 795 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_descriptor() 845 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_string()
|
| D | hub.c | 410 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in get_hub_descriptor() 4745 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in get_bMaxPacketSize0()
|
| /Linux-v6.6/drivers/usb/early/ |
| D | ehci-dbgp.c | 557 USB_REQ_GET_DESCRIPTOR, (USB_DT_DEBUG << 8), 0, in _dbgp_external_startup()
|
| /Linux-v6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
| D | hub.c | 455 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in ast_vhub_std_hub_request()
|
| /Linux-v6.6/drivers/hid/ |
| D | hid-uclogic-params.c | 177 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in uclogic_params_get_str_desc()
|
| /Linux-v6.6/drivers/usb/gadget/function/ |
| D | f_hid.c | 723 | USB_REQ_GET_DESCRIPTOR): in hidg_setup()
|
| D | f_midi2.c | 1406 ctrl->bRequest != USB_REQ_GET_DESCRIPTOR) in f_midi2_setup()
|
| /Linux-v6.6/drivers/usb/host/ |
| D | max3421-hcd.c | 1698 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in max3421_hub_control()
|
| D | xhci-hub.c | 1243 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in xhci_hub_control()
|
| /Linux-v6.6/drivers/hid/usbhid/ |
| D | hid-core.c | 671 USB_REQ_GET_DESCRIPTOR, USB_RECIP_INTERFACE | USB_DIR_IN, in hid_get_class_descriptor()
|
| /Linux-v6.6/drivers/usb/gadget/ |
| D | composite.c | 1823 case USB_REQ_GET_DESCRIPTOR: in composite_setup()
|
| /Linux-v6.6/drivers/usb/gadget/udc/ |
| D | dummy_hcd.c | 2169 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in dummy_hub_control()
|
12