Searched refs:dpia_handle_usb4_bandwidth_allocation_for_link (Results 1 – 5 of 5) sorted by relevance
76 int dpia_handle_usb4_bandwidth_allocation_for_link(struct dc_link *link, int peak_bw);
431 int dpia_handle_usb4_bandwidth_allocation_for_link(struct dc_link *link, int peak_bw) in dpia_handle_usb4_bandwidth_allocation_for_link() function
217 int (*dpia_handle_usb4_bandwidth_allocation_for_link)( member
175 link_srv->dpia_handle_usb4_bandwidth_allocation_for_link = in construct_link_service_dp_phy_or_dpia()176 dpia_handle_usb4_bandwidth_allocation_for_link; in construct_link_service_dp_phy_or_dpia()
362 return link->dc->link_srv->dpia_handle_usb4_bandwidth_allocation_for_link(link, peak_bw); in dc_link_dp_dpia_handle_usb4_bandwidth_allocation_for_link()