Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dcs35l41.c361 switch (cs35l41->hw_cfg.bst_type) { in cs35l41_boost_enable()
470 if (cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_ACTV || in cs35l41_irq()
471 cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_PASS) { in cs35l41_irq()
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()
1105 switch (cs35l41->hw_cfg.bst_type) { in cs35l41_dsp_init()
1116 cs35l41->hw_cfg.bst_type); in cs35l41_dsp_init()
1303 cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_ACTV) in cs35l41_probe()
[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-6.15/sound/pci/hda/
H A Dcs35l41_hda.c663 if (cs35l41->hw_cfg.bst_type == CS35L41_INT_BOOST) in cs35l41_hda_play_start()
675 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) in cs35l41_hda_play_start()
718 cs35l41_global_enable(dev, reg, cs35l41->hw_cfg.bst_type, 1, in cs35l41_hda_play_done()
731 cs35l41_global_enable(dev, reg, cs35l41->hw_cfg.bst_type, 0, in cs35l41_hda_pause_start()
743 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) in cs35l41_hda_pause_done()
1046 cs35l41->hw_cfg.bst_type); in cs35l41_runtime_suspend()
1050 cs35l41_safe_reset(cs35l41->regmap, cs35l41->hw_cfg.bst_type); in cs35l41_runtime_suspend()
1100 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) in cs35l41_runtime_resume()
1470 cs35l41->acpi_subsystem_id, cs35l41->hw_cfg.bst_type, in cs35l41_hda_bind()
1835 hw_cfg->bst_type = CS35L41_INT_BOOST; in cs35l41_hda_parse_acpi()
[all …]
H A Dcs35l41_hda_property.c340 hw_cfg->bst_type = CS35L41_INT_BOOST; in generic_dsd_config()
347 hw_cfg->bst_type = CS35L41_EXT_BOOST; in generic_dsd_config()
388 hw_cfg->bst_type = CS35L41_INT_BOOST; in hp_i2c_int_2amp_dual_spkid()
421 hw_cfg->bst_type = CS35L41_EXT_BOOST_NO_VSPK_SWITCH; in lenovo_legion_no_acpi()
423 hw_cfg->bst_type = CS35L41_EXT_BOOST; in lenovo_legion_no_acpi()
/linux-6.15/include/sound/
H A Dcs35l41.h806 enum cs35l41_boost_type bst_type; member