Home
last modified time | relevance | path

Searched refs:port_parent (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c1382 if (mstb->port_parent) in drm_dp_free_mst_branch_device()
1383 drm_dp_mst_put_port_malloc(mstb->port_parent); in drm_dp_free_mst_branch_device()
2144 mstb->port_parent = port; in drm_dp_port_set_pdt()
2217 if (mstb->port_parent) { in drm_dp_check_mstb_guid()
2219 mstb->port_parent, in drm_dp_check_mstb_guid()
3107 if (!mstb->port_parent) in drm_dp_get_last_connected_port_to_mstb()
3110 if (mstb->port_parent->mstb != mstb) in drm_dp_get_last_connected_port_to_mstb()
3111 return mstb->port_parent; in drm_dp_get_last_connected_port_to_mstb()
3113 return drm_dp_get_last_connected_port_to_mstb(mstb->port_parent->parent); in drm_dp_get_last_connected_port_to_mstb()
5070 if (port->parent->port_parent) in drm_dp_mst_port_downstream_of_branch()
[all …]
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-platform.c149 of_coresight_count_ports(struct device_node *port_parent) in of_coresight_count_ports() argument
155 while ((ep = of_graph_get_next_endpoint(port_parent, ep))) { in of_coresight_count_ports()
/kernel/linux/linux-5.10/include/drm/
Ddrm_dp_mst_helper.h251 struct drm_dp_mst_port *port_parent; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c184 if (!aconnector->dsc_aux && !port->parent->port_parent && in validate_dsc_caps_on_connector()