Searched refs:boost_ind (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | cs35l34.h | 21 unsigned int boost_ind; member
|
H A D | cs35l36.h | 32 int boost_ind; member
|
H A D | cs35l35.h | 100 int boost_ind; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | cs35l34.h | 21 unsigned int boost_ind; member
|
H A D | cs35l36.h | 32 int boost_ind; member
|
H A D | cs35l35.h | 100 int boost_ind; member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cs35l34.c | 758 if (cs35l34->pdata.boost_ind) in cs35l34_probe() 759 ret = cs35l34_boost_inductor(cs35l34, cs35l34->pdata.boost_ind); in cs35l34_probe() 827 pdata->boost_ind = val; in cs35l34_handle_of_data()
|
H A D | cs35l35.c | 852 ret = cs35l35_boost_inductor(cs35l35, cs35l35->pdata.boost_ind); in cs35l35_component_probe() 1282 pdata->boost_ind = val32; in cs35l35_handle_of_data()
|
H A D | cs35l36.c | 1218 if (cs35l36->pdata.boost_ind) { in cs35l36_component_probe() 1219 ret = cs35l36_boost_inductor(cs35l36, cs35l36->pdata.boost_ind); in cs35l36_component_probe() 1496 pdata->boost_ind = val; in cs35l36_handle_of_data()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cs35l41-lib.c | 985 static int cs35l41_boost_config(struct device *dev, struct regmap *regmap, int boost_ind, in cs35l41_boost_config() argument 991 switch (boost_ind) { in cs35l41_boost_config() 1005 dev_err(dev, "Invalid boost inductor value: %d nH\n", boost_ind); in cs35l41_boost_config()
|
H A D | cs35l34.c | 759 if (cs35l34->pdata.boost_ind) in cs35l34_probe() 760 ret = cs35l34_boost_inductor(cs35l34, cs35l34->pdata.boost_ind); in cs35l34_probe() 830 pdata->boost_ind = val; in cs35l34_handle_of_data()
|
H A D | cs35l35.c | 852 ret = cs35l35_boost_inductor(cs35l35, cs35l35->pdata.boost_ind); in cs35l35_component_probe() 1281 pdata->boost_ind = val32; in cs35l35_handle_of_data()
|
H A D | cs35l36.c | 1218 if (cs35l36->pdata.boost_ind) { in cs35l36_component_probe() 1219 ret = cs35l36_boost_inductor(cs35l36, cs35l36->pdata.boost_ind); in cs35l36_component_probe() 1495 pdata->boost_ind = val; in cs35l36_handle_of_data()
|
Completed in 13 milliseconds