Home
last modified time | relevance | path

Searched refs:dpia_handle_usb4_bandwidth_allocation_for_link (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_dpia_bw.h76 int dpia_handle_usb4_bandwidth_allocation_for_link(struct dc_link *link, int peak_bw);
Dlink_dp_dpia_bw.c431 int dpia_handle_usb4_bandwidth_allocation_for_link(struct dc_link *link, int peak_bw) in dpia_handle_usb4_bandwidth_allocation_for_link() function
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dlink.h217 int (*dpia_handle_usb4_bandwidth_allocation_for_link)( member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/
Dlink_factory.c175 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()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_exports.c362 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()