Searched refs:USB_REQ_GET_DESCRIPTOR (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v5.10/drivers/usb/common/ |
D | debug.c | 165 bRequest == USB_REQ_GET_DESCRIPTOR ? "Get" : "Set", in usb_decode_get_set_descriptor() 229 case USB_REQ_GET_DESCRIPTOR: in usb_decode_ctrl()
|
/Linux-v5.10/drivers/usb/misc/ |
D | ehset.c | 84 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, 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-v5.10/drivers/usb/usbip/ |
D | vudc_sysfs.c | 35 req.bRequest = USB_REQ_GET_DESCRIPTOR; in get_gadget_descs()
|
D | vhci_hcd.c | 416 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in vhci_hub_control() 769 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-v5.10/drivers/usb/gadget/legacy/ |
D | dbgp.c | 348 if (request == USB_REQ_GET_DESCRIPTOR) { in dbgp_setup()
|
D | inode.c | 1366 case USB_REQ_GET_DESCRIPTOR: in gadgetfs_setup()
|
/Linux-v5.10/include/linux/usb/ |
D | hcd.h | 596 #define GetHubDescriptor HUB_CLASS_REQ(USB_DIR_IN, USB_RT_HUB, USB_REQ_GET_DESCRIPTOR)
|
/Linux-v5.10/include/uapi/linux/usb/ |
D | ch9.h | 85 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
|
/Linux-v5.10/drivers/hid/ |
D | hid-uclogic-params.c | 84 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in uclogic_params_get_str_desc()
|
/Linux-v5.10/drivers/input/tablet/ |
D | gtco.c | 925 USB_REQ_GET_DESCRIPTOR, in gtco_probe()
|
/Linux-v5.10/drivers/usb/core/ |
D | message.c | 793 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_descriptor() 839 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_string()
|
D | hcd.c | 570 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in rh_call_control() 679 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in rh_call_control()
|
D | hub.c | 391 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in get_hub_descriptor() 4708 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in hub_port_init()
|
/Linux-v5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 432 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in ast_vhub_std_hub_request()
|
/Linux-v5.10/drivers/usb/early/ |
D | ehci-dbgp.c | 557 USB_REQ_GET_DESCRIPTOR, (USB_DT_DEBUG << 8), 0, in _dbgp_external_startup()
|
/Linux-v5.10/drivers/usb/gadget/function/ |
D | f_hid.c | 550 | USB_REQ_GET_DESCRIPTOR): in hidg_setup()
|
/Linux-v5.10/drivers/usb/host/ |
D | ehci-hub.c | 825 dr->bRequest = USB_REQ_GET_DESCRIPTOR; in ehset_single_step_set_feature()
|
D | max3421-hcd.c | 1727 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in max3421_hub_control()
|
D | xhci-hub.c | 1133 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in xhci_hub_control()
|
/Linux-v5.10/drivers/hid/usbhid/ |
D | hid-core.c | 673 USB_REQ_GET_DESCRIPTOR, USB_RECIP_INTERFACE | USB_DIR_IN, in hid_get_class_descriptor()
|
/Linux-v5.10/drivers/usb/gadget/ |
D | composite.c | 1661 case USB_REQ_GET_DESCRIPTOR: in composite_setup()
|
/Linux-v5.10/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 2137 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in dummy_hub_control()
|
12