Searched refs:xhci_slot_ctx (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/usb/host/ |
D | xhci-trace.h | 359 TP_PROTO(struct xhci_slot_ctx *ctx), 380 TP_PROTO(struct xhci_slot_ctx *ctx), 385 TP_PROTO(struct xhci_slot_ctx *ctx), 390 TP_PROTO(struct xhci_slot_ctx *ctx), 395 TP_PROTO(struct xhci_slot_ctx *ctx), 400 TP_PROTO(struct xhci_slot_ctx *ctx), 405 TP_PROTO(struct xhci_slot_ctx *ctx), 410 TP_PROTO(struct xhci_slot_ctx *ctx), 415 TP_PROTO(struct xhci_slot_ctx *ctx), 420 TP_PROTO(struct xhci_slot_ctx *ctx),
|
D | xhci-dbg.c | 16 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_get_slot_state()
|
D | xhci-mem.c | 503 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, in xhci_get_slot_ctx() 507 return (struct xhci_slot_ctx *)ctx->bytes; in xhci_get_slot_ctx() 509 return (struct xhci_slot_ctx *) in xhci_get_slot_ctx() 1072 struct xhci_slot_ctx *slot_ctx; in xhci_setup_addressable_virt_dev() 1605 struct xhci_slot_ctx *in_slot_ctx; in xhci_slot_copy() 1606 struct xhci_slot_ctx *out_slot_ctx; in xhci_slot_copy()
|
D | xhci.c | 1999 struct xhci_slot_ctx *slot_ctx; in xhci_zero_in_ctx() 2810 struct xhci_slot_ctx *slot_ctx; in xhci_configure_endpoint() 2928 struct xhci_slot_ctx *slot_ctx; in xhci_check_bandwidth() 3722 struct xhci_slot_ctx *slot_ctx; in xhci_discover_or_reset_device() 3879 struct xhci_slot_ctx *slot_ctx; in xhci_free_dev() 3989 struct xhci_slot_ctx *slot_ctx; in xhci_alloc_dev() 4088 struct xhci_slot_ctx *slot_ctx; in xhci_setup_device() 4303 struct xhci_slot_ctx *slot_ctx; in xhci_change_max_exit_latency() 5042 struct xhci_slot_ctx *slot_ctx; in xhci_update_hub_device() 5444 BUILD_BUG_ON(sizeof(struct xhci_slot_ctx) != 8*32/8); in xhci_hcd_init()
|
D | xhci-ring.c | 1340 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_set_deq() 1513 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_disable_slot() 1563 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_addr_dev() 1575 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_reset_dev() 2515 struct xhci_slot_ctx *slot_ctx; in process_bulk_intr_td()
|
D | xhci-debugfs.c | 262 struct xhci_slot_ctx *slot_ctx; in xhci_slot_context_show()
|
D | xhci.h | 343 struct xhci_slot_ctx { struct 1946 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx);
|