Home
last modified time | relevance | path

Searched refs:xhci_queue_slot_control (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dxhci.h1807 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd,
Dxhci.c3666 if (xhci_queue_slot_control(xhci, command, TRB_DISABLE_SLOT, in xhci_free_dev()
3723 ret = xhci_queue_slot_control(xhci, command, TRB_ENABLE_SLOT, 0); in xhci_alloc_dev()
3789 if (!xhci_queue_slot_control(xhci, command, TRB_DISABLE_SLOT, in xhci_alloc_dev()
Dxhci-ring.c3862 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, in xhci_queue_slot_control() function