Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci.c1255 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx); in xhci_check_maxpacket()
1614 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx); in xhci_drop_endpoint()
1709 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx); in xhci_add_endpoint()
1790 ctrl_ctx = xhci_get_input_control_ctx(xhci, virt_dev->in_ctx); in xhci_zero_in_ctx()
1901 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx); in xhci_count_num_new_endpoints()
1924 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx); in xhci_count_num_dropped_endpoints()
2486 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx); in xhci_reserve_bandwidth()
2697 ctrl_ctx = xhci_get_input_control_ctx(xhci, virt_dev->in_ctx); in xhci_check_bandwidth()
2779 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx); in xhci_setup_input_ctx_for_config_ep()
3720 ctrl_ctx = xhci_get_input_control_ctx(xhci, virt_dev->in_ctx); in xhci_address_device()
[all …]
Dxhci-dbg.c553 xhci_get_input_control_ctx(xhci, ctx); in xhci_dbg_ctx()
Dxhci.h1841 struct xhci_input_control_ctx *xhci_get_input_control_ctx(struct xhci_hcd *xhci, struct xhci_contai…
Dxhci-mem.c389 struct xhci_input_control_ctx *xhci_get_input_control_ctx(struct xhci_hcd *xhci, in xhci_get_input_control_ctx() function
Dxhci-ring.c1445 ctrl_ctx = xhci_get_input_control_ctx(xhci, in handle_cmd_completion()