Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A 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()
H A Dcdnsp-gadget.h961 SETUP_CONTEXT_ONLY, enumerator
H A Dcdnsp-ring.c2415 (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0)); in cdnsp_queue_address_device()
/linux/drivers/usb/host/
H A 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()
H A Dxhci.h989 SETUP_CONTEXT_ONLY, enumerator
H A Dxhci-ring.c4336 | (setup == SETUP_CONTEXT_ONLY ? TRB_BSR : 0), false); in xhci_queue_address_device()