Home
last modified time | relevance | path

Searched refs:bst_type (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/codecs/
H A Dcs35l41.c362 switch (cs35l41->hw_cfg.bst_type) { in cs35l41_boost_enable()
471 if (cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_ACTV || in cs35l41_irq()
472 cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_PASS) { in cs35l41_irq()
521 ret = cs35l41_global_enable(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type, in cs35l41_main_amp_event()
525 ret = cs35l41_global_enable(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type, in cs35l41_main_amp_event()
904 if (hw_cfg->bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) in cs35l41_set_pdata()
934 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) { in cs35l41_component_probe()
1026 hw_cfg->bst_type = CS35L41_SHD_BOOST_ACTV; in cs35l41_handle_pdata()
1028 hw_cfg->bst_type = CS35L41_SHD_BOOST_PASS; in cs35l41_handle_pdata()
1032 hw_cfg->bst_type = val; in cs35l41_handle_pdata()
[all …]
H A Dcs35l41-lib.c1145 switch (hw_cfg->bst_type) { in cs35l41_init_boost()
1172 dev_err(dev, "Boost type %d not supported\n", hw_cfg->bst_type); in cs35l41_init_boost()
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l41_hda.c660 if (cs35l41->hw_cfg.bst_type == CS35L41_INT_BOOST) in cs35l41_update_mixer()
706 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) in cs35l41_hda_play_start()
749 cs35l41_global_enable(dev, reg, cs35l41->hw_cfg.bst_type, 1, in cs35l41_hda_play_done()
762 cs35l41_global_enable(dev, reg, cs35l41->hw_cfg.bst_type, 0, in cs35l41_hda_pause_start()
774 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) in cs35l41_hda_pause_done()
935 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { in cs35l41_system_suspend_prep()
954 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { in cs35l41_system_suspend()
1017 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { in cs35l41_system_resume()
1061 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) in cs35l41_runtime_idle()
1073 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { in cs35l41_runtime_suspend()
[all …]
H A Dcs35l41_hda_property.c345 hw_cfg->bst_type = CS35L41_INT_BOOST; in generic_dsd_config()
352 hw_cfg->bst_type = CS35L41_EXT_BOOST; in generic_dsd_config()
393 hw_cfg->bst_type = CS35L41_INT_BOOST; in hp_i2c_int_2amp_dual_spkid()
426 hw_cfg->bst_type = CS35L41_EXT_BOOST_NO_VSPK_SWITCH; in lenovo_legion_no_acpi()
428 hw_cfg->bst_type = CS35L41_EXT_BOOST; in lenovo_legion_no_acpi()
/linux/include/sound/
H A Dcs35l41.h818 enum cs35l41_boost_type bst_type; member