Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dxhci.h1007 #define TRB_DISABLE_SLOT 10 macro
Dxhci.c2450 if (xhci_queue_slot_control(xhci, TRB_DISABLE_SLOT, udev->slot_id)) { in xhci_free_dev()
2507 if (!xhci_queue_slot_control(xhci, TRB_DISABLE_SLOT, udev->slot_id)) in xhci_alloc_dev()
Dxhci-ring.c1086 case TRB_TYPE(TRB_DISABLE_SLOT): in handle_cmd_completion()