Searched refs:force_on (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | asoc-ti-mcbsp.h | 29 int (*force_ick_on)(struct clk *clk, bool force_on);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hwseq.c | 188 bool force_on = true; /* disable power gating */ in dcn20_enable_power_gating_plane() local 191 force_on = false; in dcn20_enable_power_gating_plane() 194 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 195 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 196 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 197 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 199 REG_UPDATE(DOMAIN8_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 201 REG_UPDATE(DOMAIN10_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 204 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() 205 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | power.c | 249 bool gma_power_begin(struct drm_device *dev, bool force_on) in gma_power_begin() argument 263 if (force_on == false) in gma_power_begin()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/ |
D | core.c | 769 bool force_off, force_on; member 801 o->force_on = true; in set_rdt_options() 822 if (o->force_on) in rdt_cpu_has()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 486 bool force_on = true; /* disable power gating */ in dcn10_enable_power_gating_plane() local 489 force_on = false; in dcn10_enable_power_gating_plane() 492 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 493 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 494 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 495 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 498 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 499 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 500 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane() 501 REG_UPDATE(DOMAIN7_PG_CONFIG, DOMAIN7_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
|
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
D | iommu.c | 181 static int force_on = 0; variable 3433 if (force_on) in init_dmars() 4176 if (force_on) in init_iommu_hw() 4250 if (force_on) in iommu_resume() 4490 if (force_on) in intel_iommu_add() 4928 force_on = (!intel_iommu_tboot_noforce && tboot_force_iommu()) || in intel_iommu_init() 4932 if (force_on) in intel_iommu_init() 4939 if (force_on) in intel_iommu_init() 4945 if (force_on) in intel_iommu_init() 4993 if (force_on) in intel_iommu_init() [all …]
|