Home
last modified time | relevance | path

Searched refs:xhci_get_slot_ctx (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dxhci-dbg.c438 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_get_slot_state()
460 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_dbg_slot_ctx()
573 slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_dbg_ctx()
Dxhci.c1636 slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_drop_endpoint()
1757 slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_add_endpoint()
1793 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_zero_in_ctx()
2708 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_check_bandwidth()
3377 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_discover_or_reset_device()
3709 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_address_device()
3803 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_address_device()
4110 slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx); in xhci_update_hub_device()
Dxhci-mem.c396 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, in xhci_get_slot_ctx() function
1086 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); in xhci_setup_addressable_virt_dev()
1625 in_slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_slot_copy()
1626 out_slot_ctx = xhci_get_slot_ctx(xhci, out_ctx); in xhci_slot_copy()
Dxhci.h1842 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx);
Dxhci-ring.c1091 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in handle_set_deq_completion()