Searched refs:cs35l41_global_enable (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cs35l41-lib.c | 1204 * This event handler is where cs35l41_global_enable() is normally called from, 1215 int cs35l41_global_enable(struct device *dev, struct regmap *regmap, enum cs35l41_boost_type b_type, in cs35l41_global_enable() function 1352 EXPORT_SYMBOL_GPL(cs35l41_global_enable); variable 1356 * any shared boost activation initiated by cs35l41_global_enable().
|
H A D | cs35l41.c | 522 ret = cs35l41_global_enable(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type, in cs35l41_main_amp_event() 526 ret = cs35l41_global_enable(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type, in cs35l41_main_amp_event()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | cs35l41.h | 905 int cs35l41_global_enable(struct device *dev, struct regmap *regmap, enum cs35l41_boost_type b_type,
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | cs35l41_hda.c | 573 cs35l41_global_enable(dev, reg, cs35l41->hw_cfg.bst_type, 1, in cs35l41_hda_play_done() 592 cs35l41_global_enable(dev, reg, cs35l41->hw_cfg.bst_type, 0, in cs35l41_hda_pause_start()
|
Completed in 9 milliseconds