Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-trace.h358 TP_PROTO(struct xhci_slot_ctx *ctx),
379 TP_PROTO(struct xhci_slot_ctx *ctx),
384 TP_PROTO(struct xhci_slot_ctx *ctx),
389 TP_PROTO(struct xhci_slot_ctx *ctx),
394 TP_PROTO(struct xhci_slot_ctx *ctx),
399 TP_PROTO(struct xhci_slot_ctx *ctx),
404 TP_PROTO(struct xhci_slot_ctx *ctx),
409 TP_PROTO(struct xhci_slot_ctx *ctx),
414 TP_PROTO(struct xhci_slot_ctx *ctx),
419 TP_PROTO(struct xhci_slot_ctx *ctx),
H A Dxhci-dbg.c16 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_get_slot_state()
H A Dxhci-mem.c504 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, in xhci_get_slot_ctx()
508 return (struct xhci_slot_ctx *)ctx->bytes; in xhci_get_slot_ctx()
510 return (struct xhci_slot_ctx *) in xhci_get_slot_ctx()
1072 struct xhci_slot_ctx *slot_ctx; in xhci_setup_addressable_virt_dev()
1601 /* Copy output xhci_slot_ctx to the input xhci_slot_ctx.
1610 struct xhci_slot_ctx *in_slot_ctx; in xhci_slot_copy()
1611 struct xhci_slot_ctx *out_slot_ctx; in xhci_slot_copy()
H A Dxhci.c1981 struct xhci_slot_ctx *slot_ctx; in xhci_zero_in_ctx()
2794 struct xhci_slot_ctx *slot_ctx; in xhci_configure_endpoint()
2912 struct xhci_slot_ctx *slot_ctx; in xhci_check_bandwidth()
3687 struct xhci_slot_ctx *slot_ctx; in xhci_discover_or_reset_device()
3861 struct xhci_slot_ctx *slot_ctx; in xhci_free_dev()
3971 struct xhci_slot_ctx *slot_ctx; in xhci_alloc_dev()
4070 struct xhci_slot_ctx *slot_ctx; in xhci_setup_device()
4285 struct xhci_slot_ctx *slot_ctx; in xhci_change_max_exit_latency()
5032 struct xhci_slot_ctx *slot_ctx; in xhci_update_hub_device()
5434 BUILD_BUG_ON(sizeof(struct xhci_slot_ctx) != 8*32/8); in xhci_hcd_init()
H A Dxhci-ring.c1403 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_set_deq()
1577 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_disable_slot()
1628 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_addr_dev()
1640 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_reset_dev()
2589 struct xhci_slot_ctx *slot_ctx; in process_bulk_intr_td()
H A Dxhci-debugfs.c262 struct xhci_slot_ctx *slot_ctx; in xhci_slot_context_show()
H A Dxhci.h360 * struct xhci_slot_ctx
370 struct xhci_slot_ctx { struct
1987 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx);
371 dev_infoxhci_slot_ctx global() argument
372 dev_info2xhci_slot_ctx global() argument
373 tt_infoxhci_slot_ctx global() argument
374 dev_statexhci_slot_ctx global() argument
376 reservedxhci_slot_ctx global() argument
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c625 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_ctrl *ctrl, in xhci_get_slot_ctx()
629 return (struct xhci_slot_ctx *)ctx->bytes; in xhci_get_slot_ctx()
631 return (struct xhci_slot_ctx *) in xhci_get_slot_ctx()
700 struct xhci_slot_ctx *in_slot_ctx; in xhci_slot_copy()
701 struct xhci_slot_ctx *out_slot_ctx; in xhci_slot_copy()
723 struct xhci_slot_ctx *slot_ctx; in xhci_setup_addressable_virt_dev()
864 xhci_flush_cache((uintptr_t)slot_ctx, sizeof(struct xhci_slot_ctx)); in xhci_setup_addressable_virt_dev()
H A Dxhci.h507 struct xhci_slot_ctx { struct
1238 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_ctrl *ctrl,
H A Dxhci.c494 struct xhci_slot_ctx *slot_ctx; in xhci_set_configuration()
628 struct xhci_slot_ctx *slot_ctx; in xhci_address_device()
1409 struct xhci_slot_ctx *slot_ctx; in xhci_update_hub_device()