Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.h1891 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd,
H A Dxhci.c4006 ret = xhci_queue_slot_control(xhci, command, TRB_DISABLE_SLOT, in xhci_disable_slot()
4068 ret = xhci_queue_slot_control(xhci, command, TRB_ENABLE_SLOT, 0); in xhci_alloc_dev()
H A Dxhci-ring.c4374 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, in xhci_queue_slot_control() function