Home
last modified time | relevance | path

Searched refs:cs35l41_global_enable (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/sound/soc/codecs/
Dcs35l41-lib.c1168 int cs35l41_global_enable(struct regmap *regmap, enum cs35l41_boost_type b_type, int enable) in cs35l41_global_enable() function
1194 EXPORT_SYMBOL_GPL(cs35l41_global_enable);
Dcs35l41.c523 cs35l41_global_enable(cs35l41->regmap, cs35l41->hw_cfg.bst_type, 1); in cs35l41_main_amp_event()
526 cs35l41_global_enable(cs35l41->regmap, cs35l41->hw_cfg.bst_type, 0); in cs35l41_main_amp_event()
/Linux-v6.1/sound/pci/hda/
Dcs35l41_hda.c518 ret = cs35l41_global_enable(reg, cs35l41->hw_cfg.bst_type, 1); in cs35l41_hda_playback_hook()
524 ret = cs35l41_global_enable(reg, cs35l41->hw_cfg.bst_type, 0); in cs35l41_hda_playback_hook()
667 cs35l41_global_enable(cs35l41->regmap, cs35l41->hw_cfg.bst_type, 0); in cs35l41_runtime_suspend()
/Linux-v6.1/include/sound/
Dcs35l41.h894 int cs35l41_global_enable(struct regmap *regmap, enum cs35l41_boost_type b_type, int enable);