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