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
1223 if (pg_cntl->funcs->plane_otg_pg_control) in dcn35_hw_block_power_down()1224 pg_cntl->funcs->plane_otg_pg_control(pg_cntl, false); in dcn35_hw_block_power_down()1265 if (pg_cntl->funcs->plane_otg_pg_control) in dcn35_hw_block_power_up()1266 pg_cntl->funcs->plane_otg_pg_control(pg_cntl, true); in dcn35_hw_block_power_up()
531 .plane_otg_pg_control = pg_cntl35_plane_otg_pg_control,