Searched refs:USB_REQ_GET_DESCRIPTOR (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v4.19/drivers/usb/dwc3/ |
D | debug.h | 309 b == USB_REQ_GET_DESCRIPTOR ? "Get" : "Set", in dwc3_decode_get_set_descriptor() 420 case USB_REQ_GET_DESCRIPTOR: in dwc3_decode_ctrl()
|
/Linux-v4.19/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() 427 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in lvs_rh_probe()
|
D | usbtest.c | 1237 req.bRequest = USB_REQ_GET_DESCRIPTOR; in test_ctrl_queue()
|
/Linux-v4.19/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() 772 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-v4.19/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-v4.19/drivers/hid/ |
D | hid-uclogic.c | 807 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in uclogic_tablet_enable()
|
/Linux-v4.19/drivers/usb/wusbcore/ |
D | wa-rpipe.c | 65 USB_REQ_GET_DESCRIPTOR, in __rpipe_get_descr()
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 585 #define GetHubDescriptor HUB_CLASS_REQ(USB_DIR_IN, USB_RT_HUB, USB_REQ_GET_DESCRIPTOR)
|
/Linux-v4.19/include/uapi/linux/usb/ |
D | ch9.h | 85 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
|
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 390 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in ast_vhub_std_hub_request()
|
/Linux-v4.19/drivers/input/tablet/ |
D | gtco.c | 914 USB_REQ_GET_DESCRIPTOR, in gtco_probe()
|
/Linux-v4.19/drivers/usb/core/ |
D | message.c | 648 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_descriptor() 694 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_string()
|
D | hcd.c | 566 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in rh_call_control() 675 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in rh_call_control()
|
D | hub.c | 384 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in get_hub_descriptor() 4598 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in hub_port_init()
|
/Linux-v4.19/drivers/usb/early/ |
D | ehci-dbgp.c | 562 USB_REQ_GET_DESCRIPTOR, (USB_DT_DEBUG << 8), 0, in _dbgp_external_startup()
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_hid.c | 556 | USB_REQ_GET_DESCRIPTOR): in hidg_setup()
|
/Linux-v4.19/drivers/usb/host/ |
D | ehci-hub.c | 826 dr->bRequest = USB_REQ_GET_DESCRIPTOR; in ehset_single_step_set_feature()
|
D | xhci-hub.c | 1054 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in xhci_hub_control()
|
D | max3421-hcd.c | 1727 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in max3421_hub_control()
|
/Linux-v4.19/drivers/hid/usbhid/ |
D | hid-core.c | 676 USB_REQ_GET_DESCRIPTOR, USB_RECIP_INTERFACE | USB_DIR_IN, in hid_get_class_descriptor()
|
/Linux-v4.19/drivers/usb/gadget/ |
D | composite.c | 1592 case USB_REQ_GET_DESCRIPTOR: in composite_setup()
|
12