Searched refs:xhci_queue_slot_control (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/usb/host/ |
D | xhci.c | 2450 if (xhci_queue_slot_control(xhci, TRB_DISABLE_SLOT, udev->slot_id)) { in xhci_free_dev() 2475 ret = xhci_queue_slot_control(xhci, TRB_ENABLE_SLOT, 0); in xhci_alloc_dev() 2507 if (!xhci_queue_slot_control(xhci, TRB_DISABLE_SLOT, udev->slot_id)) in xhci_alloc_dev()
|
D | xhci.h | 1500 int xhci_queue_slot_control(struct xhci_hcd *xhci, u32 trb_type, u32 slot_id);
|
D | xhci-ring.c | 3288 int xhci_queue_slot_control(struct xhci_hcd *xhci, u32 trb_type, u32 slot_id) in xhci_queue_slot_control() function
|