Home
last modified time | relevance | path

Searched refs:xhci_get_input_control_ctx (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c521 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_set_configuration()
643 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_address_device()
799 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_check_maxpacket()
1425 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_update_hub_device()
H A Dxhci.h1237 *xhci_get_input_control_ctx(struct xhci_container_ctx *ctx);
H A Dxhci-mem.c612 *xhci_get_input_control_ctx(struct xhci_container_ctx *ctx) in xhci_get_input_control_ctx() function
/openbmc/linux/drivers/usb/host/
H A Dxhci.c1456 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_check_maxpacket()
1799 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_drop_endpoint()
1889 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_add_endpoint()
1961 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_zero_in_ctx()
2681 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_reserve_bandwidth()
2785 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_configure_endpoint()
2910 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_check_bandwidth()
3162 ctrl_ctx = xhci_get_input_control_ctx(cfg_cmd->in_ctx); in xhci_endpoint_reset()
3552 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_free_streams()
4081 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_setup_device()
[all …]
H A Dxhci.h2238 struct xhci_input_control_ctx *xhci_get_input_control_ctx(struct xhci_container_ctx *ctx);
H A Dxhci-mem.c495 struct xhci_input_control_ctx *xhci_get_input_control_ctx( in xhci_get_input_control_ctx() function
H A Dxhci-ring.c1545 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_handle_cmd_config_ep()