Home
last modified time | relevance | path

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

/linux/sound/aoa/codecs/
H A Dtas.c88 hw_enabled:1; member
263 if (tas->hw_enabled) in tas_snd_vol_put()
302 if (tas->hw_enabled) in tas_snd_mute_put()
353 if (tas->hw_enabled) in tas_snd_mixer_put()
406 if (tas->hw_enabled) in tas_snd_drc_range_put()
442 if (tas->hw_enabled) in tas_snd_drc_switch_put()
496 if (tas->hw_enabled) in tas_snd_capture_source_put()
554 if (tas->hw_enabled) in tas_snd_treble_put()
601 if (tas->hw_enabled) in tas_snd_bass_put()
689 tas->hw_enabled = 0; in tas_switch_clock()
[all …]
/linux/drivers/hwtracing/coresight/
H 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()
685 if (drvdata->config.hw_enabled) in cti_cpu_pm_notify()
691 if (drvdata->config.hw_enabled) { in cti_cpu_pm_notify()
693 drvdata->config.hw_enabled = false; in cti_cpu_pm_notify()
700 drvdata->config.hw_enabled = false; in cti_cpu_pm_notify()
708 drvdata->config.hw_enabled = true; in cti_cpu_pm_notify()
[all …]
H A Dcoresight-cti.h146 bool hw_enabled; member
240 return cfg->hw_powered && cfg->hw_enabled; in cti_active()
/linux/drivers/watchdog/
H A Dmpc8xxx_wdt.c45 bool hw_enabled; member
155 if (!enabled && wdt_type->hw_enabled) { in mpc8xxx_wdt_probe()
229 .hw_enabled = true,
237 .hw_enabled = true,
/linux/drivers/net/ethernet/microchip/
H 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/drivers/net/usb/
H A Dlan78xx.c808 static int lan78xx_stop_hw(struct lan78xx_net *dev, u32 reg, u32 hw_enabled, in lan78xx_stop_hw() argument
822 if (buf & hw_enabled) { in lan78xx_stop_hw()
823 buf &= ~hw_enabled; in lan78xx_stop_hw()