Searched refs:cs35l41_global_enable (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/sound/soc/codecs/ |
D | cs35l41-lib.c | 1168 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);
|
D | cs35l41.c | 523 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/ |
D | cs35l41_hda.c | 518 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/ |
D | cs35l41.h | 894 int cs35l41_global_enable(struct regmap *regmap, enum cs35l41_boost_type b_type, int enable);
|