Searched refs:SETUP_CONTEXT_ONLY (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.h | 958 SETUP_CONTEXT_ONLY, enumerator
|
H A D | cdnsp-gadget.c | 850 * Issue an Address Device command with BSR=0 if setup is SETUP_CONTEXT_ONLY 871 if (setup == SETUP_CONTEXT_ONLY && dev_state == SLOT_STATE_DEFAULT) { in cdnsp_setup_device() 1768 cdnsp_setup_device(pdev, SETUP_CONTEXT_ONLY); in cdnsp_irq_reset()
|
H A D | cdnsp-ring.c | 2400 (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0)); in cdnsp_queue_address_device()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.c | 4126 const char *act = setup == SETUP_CONTEXT_ONLY ? "context" : "address"; in xhci_setup_device() 4166 if (setup == SETUP_CONTEXT_ONLY) { in xhci_setup_device() 4316 return xhci_setup_device(hcd, udev, SETUP_CONTEXT_ONLY); in xhci_enable_device()
|
H A D | xhci.h | 1265 SETUP_CONTEXT_ONLY, enumerator
|
H A D | xhci-ring.c | 4233 | (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0), false); in xhci_queue_address_device()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.c | 4017 const char *act = setup == SETUP_CONTEXT_ONLY ? "context" : "address"; in xhci_setup_device() 4057 if (setup == SETUP_CONTEXT_ONLY) { in xhci_setup_device() 4205 return xhci_setup_device(hcd, udev, SETUP_CONTEXT_ONLY); in xhci_enable_device()
|
H A D | xhci.h | 1266 SETUP_CONTEXT_ONLY, enumerator
|
H A D | xhci-ring.c | 4381 | (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0), false); in xhci_queue_address_device()
|
Completed in 45 milliseconds