Home
last modified time | relevance | path

Searched refs:SETUP_CONTEXT_ONLY (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.c871 if (setup == SETUP_CONTEXT_ONLY && dev_state == SLOT_STATE_DEFAULT) { in cdnsp_setup_device()
1764 cdnsp_setup_device(pdev, SETUP_CONTEXT_ONLY); in cdnsp_irq_reset()
Dcdnsp-gadget.h961 SETUP_CONTEXT_ONLY, enumerator
Dcdnsp-ring.c2417 (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0)); in cdnsp_queue_address_device()
/linux-6.12.1/drivers/usb/host/
Dxhci.c4083 const char *act = setup == SETUP_CONTEXT_ONLY ? "context" : "address"; in xhci_setup_device()
4123 if (setup == SETUP_CONTEXT_ONLY) { in xhci_setup_device()
4275 return xhci_setup_device(hcd, udev, SETUP_CONTEXT_ONLY, in xhci_enable_device()
Dxhci.h989 SETUP_CONTEXT_ONLY, enumerator
Dxhci-ring.c4332 | (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0), false); in xhci_queue_address_device()