Home
last modified time | relevance | path

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

/linux-6.1.9/sound/aoa/codecs/
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()
721 tas->hw_enabled = 0; in tas_switch_clock()
[all …]
/linux-6.1.9/drivers/hwtracing/coresight/
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()
162 if (!config->hw_enabled || !config->hw_powered) in cti_disable_hw()
169 config->hw_enabled = false; in cti_disable_hw()
674 if (drvdata->config.hw_enabled) in cti_cpu_pm_notify()
680 if (drvdata->config.hw_enabled) { in cti_cpu_pm_notify()
682 drvdata->config.hw_enabled = false; in cti_cpu_pm_notify()
689 drvdata->config.hw_enabled = false; in cti_cpu_pm_notify()
697 drvdata->config.hw_enabled = true; in cti_cpu_pm_notify()
[all …]
Dcoresight-cti.h145 bool hw_enabled; member
238 return cfg->hw_powered && cfg->hw_enabled; in cti_active()
Dcoresight-cti-sysfs.c90 enabled = drvdata->config.hw_enabled; in enable_show()
/linux-6.1.9/drivers/watchdog/
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.1.9/drivers/net/ethernet/microchip/
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.1.9/drivers/gpu/drm/i915/display/
Dintel_display_power_well.h121 bool hw_enabled; member
Dintel_display_power_well.c97 power_well->hw_enabled = true; in intel_power_well_enable()
104 power_well->hw_enabled = false; in intel_power_well_disable()
112 power_well->hw_enabled = in intel_power_well_sync_hw()
142 return power_well->hw_enabled; in intel_power_well_is_enabled_cached()
/linux-6.1.9/drivers/net/usb/
Dlan78xx.c2757 static int lan78xx_stop_hw(struct lan78xx_net *dev, u32 reg, u32 hw_enabled, in lan78xx_stop_hw() argument
2771 if (buf & hw_enabled) { in lan78xx_stop_hw()
2772 buf &= ~hw_enabled; in lan78xx_stop_hw()