HomeSort by: relevance | last modified time | path
    Searched defs:found_port (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 3048 struct drm_dp_mst_port *found_port; local in function:drm_dp_get_last_connected_port_and_mstb
3055 found_port = drm_dp_get_last_connected_port_to_mstb(mstb);
3056 if (!found_port)
3059 if (drm_dp_mst_topology_try_get_mstb(found_port->parent)) {
3060 rmstb = found_port->parent;
3061 *port_num = found_port->port_num;
3064 mstb = found_port->parent;
drm_dp_mst_topology.c 3048 struct drm_dp_mst_port *found_port; local in function:drm_dp_get_last_connected_port_and_mstb
3055 found_port = drm_dp_get_last_connected_port_to_mstb(mstb);
3056 if (!found_port)
3059 if (drm_dp_mst_topology_try_get_mstb(found_port->parent)) {
3060 rmstb = found_port->parent;
3061 *port_num = found_port->port_num;
3064 mstb = found_port->parent;

Completed in 66 milliseconds