Searched refs:xhci_get_slot_ctx (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/ |
D | xhci-dbg.c | 438 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()
|
D | xhci.c | 1621 slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_drop_endpoint() 1740 slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_add_endpoint() 1776 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_zero_in_ctx() 2702 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_check_bandwidth() 3371 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_discover_or_reset_device() 3688 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_address_device() 3782 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_address_device() 4404 slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx); in xhci_change_max_exit_latency() 4580 slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx); in xhci_update_hub_device()
|
D | xhci-mem.c | 392 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, in xhci_get_slot_ctx() function 1062 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); in xhci_setup_addressable_virt_dev() 1601 in_slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_slot_copy() 1602 out_slot_ctx = xhci_get_slot_ctx(xhci, out_ctx); in xhci_slot_copy()
|
D | xhci.h | 1853 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx);
|
D | xhci-ring.c | 1077 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in handle_set_deq_completion()
|