Searched refs:host_router_index (Results 1 – 2 of 2) sorted by relevance
6606 bool dc_get_host_router_index(const struct dc_link *link, unsigned int *host_router_index) in dc_get_host_router_index() argument6610 if (!link || !host_router_index || link->ep_type != DISPLAY_ENDPOINT_USB4_DPIA) in dc_get_host_router_index()6618 …*host_router_index = (link->link_index - dc->lowest_dpia_link_index) / dc->caps.num_of_dpias_per_h… in dc_get_host_router_index()6619 if (*host_router_index < dc->caps.num_of_host_routers) in dc_get_host_router_index()
2892 bool dc_get_host_router_index(const struct dc_link *link, unsigned int *host_router_index);