Home
last modified time | relevance | path

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

/linux-4.1.27/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()
Dxhci-mem.c547 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, in xhci_get_slot_ctx()
551 return (struct xhci_slot_ctx *)ctx->bytes; in xhci_get_slot_ctx()
553 return (struct xhci_slot_ctx *) in xhci_get_slot_ctx()
1092 struct xhci_slot_ctx *slot_ctx; in xhci_setup_addressable_virt_dev()
1627 struct xhci_slot_ctx *in_slot_ctx; in xhci_slot_copy()
1628 struct xhci_slot_ctx *out_slot_ctx; in xhci_slot_copy()
Dxhci.c1835 struct xhci_slot_ctx *slot_ctx; in xhci_zero_in_ctx()
2760 struct xhci_slot_ctx *slot_ctx; in xhci_check_bandwidth()
3461 struct xhci_slot_ctx *slot_ctx; in xhci_discover_or_reset_device()
3810 struct xhci_slot_ctx *slot_ctx; in xhci_setup_device()
4021 struct xhci_slot_ctx *slot_ctx; in xhci_change_max_exit_latency()
4761 struct xhci_slot_ctx *slot_ctx; in xhci_update_hub_device()
5059 BUILD_BUG_ON(sizeof(struct xhci_slot_ctx) != 8*32/8); in xhci_hcd_init()
Dxhci.h553 struct xhci_slot_ctx { struct
1881 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx);
Dxhci-ring.c962 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_set_deq()