Searched refs:plane_otg_pg_control (Results 1 – 3 of 3) 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
531 .plane_otg_pg_control = pg_cntl35_plane_otg_pg_control,