Searched refs:hubp_dpp_pg_control (Results 1 – 3 of 3) sorted by relevance
116 if (pg_cntl->funcs->hubp_dpp_pg_control) in dcn351_hw_block_power_down()117 pg_cntl->funcs->hubp_dpp_pg_control(pg_cntl, i, false); in dcn351_hw_block_power_down()173 if (pg_cntl->funcs->hubp_dpp_pg_control) in dcn351_hw_block_power_up()174 pg_cntl->funcs->hubp_dpp_pg_control(pg_cntl, i, true); in dcn351_hw_block_power_up()
41 void (*hubp_dpp_pg_control)(struct pg_cntl *pg_cntl, unsigned int hubp_dpp_inst, bool power_on); member
528 .hubp_dpp_pg_control = pg_cntl35_hubp_dpp_pg_control,