Home
last modified time | relevance | path

Searched refs:virt_dev (Results 1 – 9 of 9) sorted by relevance

/drivers/usb/host/
Dxhci.c1526 struct xhci_virt_device *virt_dev; in xhci_check_args() local
1545 virt_dev = xhci->devs[udev->slot_id]; in xhci_check_args()
1546 if (virt_dev->udev != udev) { in xhci_check_args()
2016 struct xhci_virt_device *virt_dev; in xhci_add_endpoint() local
2040 virt_dev = xhci->devs[udev->slot_id]; in xhci_add_endpoint()
2041 in_ctx = virt_dev->in_ctx; in xhci_add_endpoint()
2053 if (virt_dev->eps[ep_index].ring && in xhci_add_endpoint()
2075 if (xhci_endpoint_init(xhci, virt_dev, udev, ep, GFP_NOIO) < 0) { in xhci_add_endpoint()
2095 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_add_endpoint()
2107 static void xhci_zero_in_ctx(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev) in xhci_zero_in_ctx() argument
[all …]
Dxhci-debugfs.h114 struct xhci_virt_device *virt_dev,
117 struct xhci_virt_device *virt_dev,
120 struct xhci_virt_device *virt_dev,
131 struct xhci_virt_device *virt_dev, in xhci_debugfs_create_endpoint() argument
135 struct xhci_virt_device *virt_dev, in xhci_debugfs_remove_endpoint() argument
139 struct xhci_virt_device *virt_dev, in xhci_debugfs_create_stream_files() argument
Dxhci-mtk-sch.c128 struct xhci_virt_device *virt_dev; in get_bw_info() local
131 virt_dev = xhci->devs[udev->slot_id]; in get_bw_info()
132 if (!virt_dev->real_port) { in get_bw_info()
139 bw_index = (virt_dev->real_port - 1) * 2; in get_bw_info()
141 bw_index = (virt_dev->real_port - 1) * 2 + 1; in get_bw_info()
144 bw_index = virt_dev->real_port + xhci->usb3_rhub.num_ports - 1; in get_bw_info()
683 struct xhci_virt_device *virt_dev; in add_ep_quirk() local
687 virt_dev = xhci->devs[udev->slot_id]; in add_ep_quirk()
689 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in add_ep_quirk()
743 struct xhci_virt_device *virt_dev = xhci->devs[udev->slot_id]; in xhci_mtk_check_bandwidth() local
[all …]
Dxhci-mem.c414 struct xhci_virt_device *virt_dev, in xhci_free_endpoint_ring() argument
417 xhci_ring_free(xhci, virt_dev->eps[ep_index].ring); in xhci_free_endpoint_ring()
418 virt_dev->eps[ep_index].ring = NULL; in xhci_free_endpoint_ring()
802 struct xhci_virt_device *virt_dev, in xhci_free_tt_info() argument
812 if (virt_dev->real_port == 0 || in xhci_free_tt_info()
813 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
818 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
832 struct xhci_virt_device *virt_dev, in xhci_alloc_tt_info() argument
855 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info()
856 tt_info->slot_id = virt_dev->udev->slot_id; in xhci_alloc_tt_info()
[all …]
Dxhci-hub.c477 struct xhci_virt_device *virt_dev; in xhci_stop_device() local
484 virt_dev = xhci->devs[slot_id]; in xhci_stop_device()
485 if (!virt_dev) in xhci_stop_device()
488 trace_xhci_stop_device(virt_dev); in xhci_stop_device()
496 if (virt_dev->eps[i].ring && virt_dev->eps[i].ring->dequeue) { in xhci_stop_device()
500 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, i); in xhci_stop_device()
Dxhci.h2048 void xhci_endpoint_zero(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev, struct usb_host_e…
2050 struct xhci_virt_device *virt_dev,
2056 struct xhci_virt_device *virt_dev);
2064 int xhci_endpoint_init(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev,
2081 struct xhci_virt_device *virt_dev,
2095 struct xhci_virt_device *virt_dev, bool drop_control_ep);
2141 struct xhci_virt_device *virt_dev,
Dxhci-ring.c1517 struct xhci_virt_device *virt_dev; in xhci_handle_cmd_disable_slot() local
1520 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_disable_slot()
1521 if (!virt_dev) in xhci_handle_cmd_disable_slot()
1524 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot()
1529 xhci_free_device_endpoint_resources(xhci, virt_dev, true); in xhci_handle_cmd_disable_slot()
1535 struct xhci_virt_device *virt_dev; in xhci_handle_cmd_config_ep() local
1550 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_config_ep()
1551 if (!virt_dev) in xhci_handle_cmd_config_ep()
1553 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_handle_cmd_config_ep()
1564 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index); in xhci_handle_cmd_config_ep()
[all …]
/drivers/base/power/
Ddomain.c2766 struct device *virt_dev; in genpd_dev_pm_attach_by_id() local
2780 virt_dev = kzalloc(sizeof(*virt_dev), GFP_KERNEL); in genpd_dev_pm_attach_by_id()
2781 if (!virt_dev) in genpd_dev_pm_attach_by_id()
2784 dev_set_name(virt_dev, "genpd:%u:%s", index, dev_name(dev)); in genpd_dev_pm_attach_by_id()
2785 virt_dev->bus = &genpd_bus_type; in genpd_dev_pm_attach_by_id()
2786 virt_dev->release = genpd_release_dev; in genpd_dev_pm_attach_by_id()
2787 virt_dev->of_node = of_node_get(dev->of_node); in genpd_dev_pm_attach_by_id()
2789 ret = device_register(virt_dev); in genpd_dev_pm_attach_by_id()
2791 put_device(virt_dev); in genpd_dev_pm_attach_by_id()
2796 ret = __genpd_dev_pm_attach(virt_dev, dev, index, false); in genpd_dev_pm_attach_by_id()
[all …]
/drivers/opp/
Dcore.c2357 struct device *virt_dev; in dev_pm_opp_attach_genpd() local
2393 virt_dev = dev_pm_domain_attach_by_name(dev, *name); in dev_pm_opp_attach_genpd()
2394 if (IS_ERR_OR_NULL(virt_dev)) { in dev_pm_opp_attach_genpd()
2395 ret = virt_dev ? PTR_ERR(virt_dev) : -ENODEV; in dev_pm_opp_attach_genpd()
2400 opp_table->genpd_virt_devs[index] = virt_dev; in dev_pm_opp_attach_genpd()