Searched refs:plane_otg_pg_control (Results 1 – 4 of 4) sorted by relevance
124 if (pg_cntl->funcs->plane_otg_pg_control) in dcn351_hw_block_power_down()125 pg_cntl->funcs->plane_otg_pg_control(pg_cntl, false); in dcn351_hw_block_power_down()165 if (pg_cntl->funcs->plane_otg_pg_control) in dcn351_hw_block_power_up()166 pg_cntl->funcs->plane_otg_pg_control(pg_cntl, true); in dcn351_hw_block_power_up()
44 void (*plane_otg_pg_control)(struct pg_cntl *pg_cntl, bool power_on); member
1273 if (pg_cntl->funcs->plane_otg_pg_control) in dcn35_hw_block_power_down()1274 pg_cntl->funcs->plane_otg_pg_control(pg_cntl, false); in dcn35_hw_block_power_down()1315 if (pg_cntl->funcs->plane_otg_pg_control) in dcn35_hw_block_power_up()1316 pg_cntl->funcs->plane_otg_pg_control(pg_cntl, true); in dcn35_hw_block_power_up()
510 .plane_otg_pg_control = pg_cntl35_plane_otg_pg_control,