Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dxhci.c2450 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()
Dxhci.h1500 int xhci_queue_slot_control(struct xhci_hcd *xhci, u32 trb_type, u32 slot_id);
Dxhci-ring.c3288 int xhci_queue_slot_control(struct xhci_hcd *xhci, u32 trb_type, u32 slot_id) in xhci_queue_slot_control() function