Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/base/
Dproperty.c992 struct fwnode_handle *ep, *port_parent = NULL; in fwnode_graph_get_next_endpoint() local
1001 port_parent = fwnode_graph_get_port_parent(prev); in fwnode_graph_get_next_endpoint()
1002 parent = port_parent; in fwnode_graph_get_next_endpoint()
1016 fwnode_handle_put(port_parent); in fwnode_graph_get_next_endpoint()
/linux-6.1.9/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c1340 if (mstb->port_parent) in drm_dp_free_mst_branch_device()
1341 drm_dp_mst_put_port_malloc(mstb->port_parent); in drm_dp_free_mst_branch_device()
2108 mstb->port_parent = port; in drm_dp_port_set_pdt()
2181 if (mstb->port_parent) { in drm_dp_check_mstb_guid()
2183 mstb->port_parent, in drm_dp_check_mstb_guid()
3060 if (!mstb->port_parent) in drm_dp_get_last_connected_port_to_mstb()
3063 if (mstb->port_parent->mstb != mstb) in drm_dp_get_last_connected_port_to_mstb()
3064 return mstb->port_parent; in drm_dp_get_last_connected_port_to_mstb()
3066 return drm_dp_get_last_connected_port_to_mstb(mstb->port_parent->parent); in drm_dp_get_last_connected_port_to_mstb()
5014 if (port->parent->port_parent) in drm_dp_mst_port_downstream_of_branch()
[all …]
/linux-6.1.9/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()
/linux-6.1.9/include/drm/display/
Ddrm_dp_mst_helper.h239 struct drm_dp_mst_port *port_parent; member
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c230 if (!aconnector->dsc_aux && !port->parent->port_parent && in validate_dsc_caps_on_connector()