Searched refs:chgfreq (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | cs42l73.h | 14 unsigned int chgfreq; member
|
H A D | cs42l52.h | 23 unsigned int chgfreq; member
|
H A D | cs42l56.h | 32 unsigned int chgfreq; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | cs42l73.h | 14 unsigned int chgfreq; member
|
H A D | cs42l52.h | 23 unsigned int chgfreq; member
|
H A D | cs42l56.h | 32 unsigned int chgfreq; member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cs42l56.c | 1153 if (of_property_read_u32(np, "cirrus,chgfreq-divisor", &val32) >= 0) in cs42l56_handle_of_data() 1154 pdata->chgfreq = val32; in cs42l56_handle_of_data() 1281 if (cs42l56->pdata.chgfreq) in cs42l56_i2c_probe() 1284 cs42l56->pdata.chgfreq); in cs42l56_i2c_probe()
|
H A D | cs42l52.c | 1134 "cirrus,chgfreq-divisor", &val32) >= 0) in cs42l52_i2c_probe() 1135 pdata->chgfreq = val32; in cs42l52_i2c_probe() 1192 if (cs42l52->pdata.chgfreq) in cs42l52_i2c_probe() 1195 cs42l52->pdata.chgfreq << in cs42l52_i2c_probe()
|
H A D | cs42l73.c | 1233 if (cs42l73->pdata.chgfreq) in cs42l73_probe() 1236 cs42l73->pdata.chgfreq << 4); in cs42l73_probe() 1304 "chgfreq", &val32) >= 0) in cs42l73_i2c_probe() 1305 pdata->chgfreq = val32; in cs42l73_i2c_probe()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cs42l52.c | 1132 "cirrus,chgfreq-divisor", &val32) >= 0) in cs42l52_i2c_probe() 1133 pdata->chgfreq = val32; in cs42l52_i2c_probe() 1195 if (cs42l52->pdata.chgfreq) in cs42l52_i2c_probe() 1198 cs42l52->pdata.chgfreq << in cs42l52_i2c_probe()
|
H A D | cs42l73.c | 1234 if (cs42l73->pdata.chgfreq) in cs42l73_probe() 1237 cs42l73->pdata.chgfreq << 4); in cs42l73_probe() 1305 "chgfreq", &val32) >= 0) in cs42l73_i2c_probe() 1306 pdata->chgfreq = val32; in cs42l73_i2c_probe()
|
H A D | cs42l56.c | 1152 if (of_property_read_u32(np, "cirrus,chgfreq-divisor", &val32) >= 0) in cs42l56_handle_of_data() 1153 pdata->chgfreq = val32; in cs42l56_handle_of_data() 1284 if (cs42l56->pdata.chgfreq) in cs42l56_i2c_probe() 1287 cs42l56->pdata.chgfreq); in cs42l56_i2c_probe()
|
Completed in 10 milliseconds