Home
last modified time | relevance | path

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

/drivers/usb/cdns3/
Dcdnsp-gadget.c871 if (setup == SETUP_CONTEXT_ONLY && dev_state == SLOT_STATE_DEFAULT) { in cdnsp_setup_device()
1771 cdnsp_setup_device(pdev, SETUP_CONTEXT_ONLY); in cdnsp_irq_reset()
Dcdnsp-gadget.h958 SETUP_CONTEXT_ONLY, enumerator
Dcdnsp-ring.c2390 (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0)); in cdnsp_queue_address_device()
/drivers/usb/host/
Dxhci.c4192 const char *act = setup == SETUP_CONTEXT_ONLY ? "context" : "address"; in xhci_setup_device()
4232 if (setup == SETUP_CONTEXT_ONLY) { in xhci_setup_device()
4380 return xhci_setup_device(hcd, udev, SETUP_CONTEXT_ONLY); in xhci_enable_device()
Dxhci.h1268 SETUP_CONTEXT_ONLY, enumerator
Dxhci-ring.c4379 | (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0), false); in xhci_queue_address_device()