Home
last modified time | relevance | path

Searched refs:hw_enabled (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/sound/aoa/codecs/
A Dtas.c88 hw_enabled:1; member
266 if (tas->hw_enabled) in tas_snd_vol_put()
309 if (tas->hw_enabled) in tas_snd_mute_put()
364 if (tas->hw_enabled) in tas_snd_mixer_put()
421 if (tas->hw_enabled) in tas_snd_drc_range_put()
461 if (tas->hw_enabled) in tas_snd_drc_switch_put()
519 if (tas->hw_enabled) in tas_snd_capture_source_put()
581 if (tas->hw_enabled) in tas_snd_treble_put()
632 if (tas->hw_enabled) in tas_snd_bass_put()
747 tas->hw_enabled = 0; in tas_suspend()
[all …]
/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-cti-core.c99 if (config->hw_enabled || !config->hw_powered) in cti_enable_hw()
109 config->hw_enabled = true; in cti_enable_hw()
140 config->hw_enabled = true; in cti_cpuhp_enable_hw()
169 if (!config->hw_enabled || !config->hw_powered) in cti_disable_hw()
176 config->hw_enabled = false; in cti_disable_hw()
681 if (drvdata->config.hw_enabled) in cti_cpu_pm_notify()
687 if (drvdata->config.hw_enabled) { in cti_cpu_pm_notify()
689 drvdata->config.hw_enabled = false; in cti_cpu_pm_notify()
696 drvdata->config.hw_enabled = false; in cti_cpu_pm_notify()
704 drvdata->config.hw_enabled = true; in cti_cpu_pm_notify()
[all …]
A Dcoresight-cti.h145 bool hw_enabled; member
238 return cfg->hw_powered && cfg->hw_enabled; in cti_active()
A Dcoresight-cti-sysfs.c90 enabled = drvdata->config.hw_enabled; in enable_show()
/linux-6.3-rc2/drivers/watchdog/
A Dmpc8xxx_wdt.c45 bool hw_enabled; member
153 if (!enabled && wdt_type->hw_enabled) { in mpc8xxx_wdt_probe()
227 .hw_enabled = true,
235 .hw_enabled = true,
/linux-6.3-rc2/drivers/net/ethernet/microchip/
A Dencx24j600.c57 bool hw_enabled; member
610 priv->hw_enabled = false; in encx24j600_hw_init()
665 priv->hw_enabled = true; in encx24j600_hw_enable()
676 priv->hw_enabled = false; in encx24j600_hw_disable()
685 if (!priv->hw_enabled) { in encx24j600_setlink()
732 if (priv->hw_enabled) { in encx24j600_set_hw_macaddr()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_display_power_well.h121 bool hw_enabled; member
A Dintel_display_power_well.c98 power_well->hw_enabled = true; in intel_power_well_enable()
105 power_well->hw_enabled = false; in intel_power_well_disable()
113 power_well->hw_enabled = in intel_power_well_sync_hw()
143 return power_well->hw_enabled; in intel_power_well_is_enabled_cached()
/linux-6.3-rc2/drivers/net/usb/
A Dlan78xx.c2732 static int lan78xx_stop_hw(struct lan78xx_net *dev, u32 reg, u32 hw_enabled, in lan78xx_stop_hw() argument
2746 if (buf & hw_enabled) { in lan78xx_stop_hw()
2747 buf &= ~hw_enabled; in lan78xx_stop_hw()

Completed in 31 milliseconds