/Linux-v5.15/arch/arm/mach-omap2/ |
D | mcbsp.c | 34 static int omap3_mcbsp_force_ick_on(struct clk *clk, bool force_on) in omap3_mcbsp_force_ick_on() argument 39 if (force_on) in omap3_mcbsp_force_ick_on()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hwseq.c | 364 bool force_on = true; /* disable power gating */ in dcn31_enable_power_gating_plane() local 367 force_on = false; in dcn31_enable_power_gating_plane() 370 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane() 371 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane() 374 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane() 375 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane() 378 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane() 379 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane() 380 REG_UPDATE(DOMAIN18_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
|
/Linux-v5.15/include/linux/platform_data/ |
D | asoc-ti-mcbsp.h | 29 int (*force_ick_on)(struct clk *clk, bool force_on);
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hwseq.c | 189 bool force_on = true; /* disable power gating */ in dcn20_enable_power_gating_plane() local 192 force_on = false; in dcn20_enable_power_gating_plane() 195 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 196 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 197 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 198 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 200 REG_UPDATE(DOMAIN8_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 202 REG_UPDATE(DOMAIN10_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 205 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 206 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() [all …]
|
/Linux-v5.15/drivers/gpu/drm/gma500/ |
D | power.c | 249 bool gma_power_begin(struct drm_device *dev, bool force_on) in gma_power_begin() argument 264 if (force_on == false) in gma_power_begin()
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | vlv_suspend.c | 305 static int vlv_force_gfx_clock(struct drm_i915_private *i915, bool force_on) in vlv_force_gfx_clock() argument 313 if (force_on) in vlv_force_gfx_clock() 317 if (!force_on) in vlv_force_gfx_clock()
|
/Linux-v5.15/arch/x86/kernel/cpu/resctrl/ |
D | core.c | 708 bool force_off, force_on; member 740 o->force_on = true; in set_rdt_options() 761 if (o->force_on) in rdt_cpu_has()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 493 bool force_on = true; /* disable power gating */ in dcn10_enable_power_gating_plane() local 496 force_on = false; in dcn10_enable_power_gating_plane() 499 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 500 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 501 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 502 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 505 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 506 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 507 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 508 REG_UPDATE(DOMAIN7_PG_CONFIG, DOMAIN7_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
|
/Linux-v5.15/drivers/iommu/intel/ |
D | iommu.c | 164 static int force_on = 0; variable 3335 if (force_on) in init_dmars() 3490 if (force_on) in init_iommu_hw() 3564 if (force_on) in iommu_resume() 3859 if (force_on) in intel_iommu_add() 4288 force_on = (!intel_iommu_tboot_noforce && tboot_force_iommu()) || in intel_iommu_init() 4292 if (force_on) in intel_iommu_init() 4299 if (force_on) in intel_iommu_init() 4305 if (force_on) in intel_iommu_init() 4362 if (force_on) in intel_iommu_init()
|