Home
last modified time | relevance | path

Searched refs:force_on (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dmcbsp.c34 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/
Dasoc-ti-mcbsp.h29 int (*force_ick_on)(struct clk *clk, bool force_on);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c188 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/
Dpower.c249 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/
Dvlv_suspend.c305 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/
Dcore.c769 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/
Ddcn10_hw_sequencer.c486 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/
Diommu.c181 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 …]