Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c1118 struct fwnode_handle *ep, *port_parent = NULL; in fwnode_graph_get_next_endpoint() local
1127 port_parent = fwnode_graph_get_port_parent(prev); in fwnode_graph_get_next_endpoint()
1128 parent = port_parent; in fwnode_graph_get_next_endpoint()
1142 fwnode_handle_put(port_parent); in fwnode_graph_get_next_endpoint()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c287 if (!aconnector->dsc_aux && !port->parent->port_parent && in validate_dsc_caps_on_connector()
337 struct drm_dp_mst_port *port_parent; in retrieve_branch_specific_data() local
344 port_parent = port->parent->port_parent; in retrieve_branch_specific_data()
346 immediate_upstream_aux = port_parent ? &port_parent->aux : port->mgr->aux; in retrieve_branch_specific_data()
1927 if (aconnector->mst_output_port->parent->port_parent) in dm_dp_mst_is_port_support_mode()
1928 immediate_upstream_port = aconnector->mst_output_port->parent->port_parent; in dm_dp_mst_is_port_support_mode()