Searched refs:coeff_addr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tscs454.c | 345 unsigned int coeff_addr, unsigned int coeff_cnt) in write_coeff_ram() 353 for (cnt = 0; cnt < coeff_cnt; cnt++, coeff_addr++) { in write_coeff_ram() 368 ret = regmap_write(tscs454->regmap, r_addr, coeff_addr); in write_coeff_ram() 376 &coeff_ram[coeff_addr * COEFF_SIZE], in write_coeff_ram() 343 write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram, unsigned int r_stat, unsigned int r_addr, unsigned int r_wr, unsigned int coeff_addr, unsigned int coeff_cnt) write_coeff_ram() argument
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tscs454.c | 345 unsigned int coeff_addr, unsigned int coeff_cnt) in write_coeff_ram() 353 for (cnt = 0; cnt < coeff_cnt; cnt++, coeff_addr++) { in write_coeff_ram() 368 ret = regmap_write(tscs454->regmap, r_addr, coeff_addr); in write_coeff_ram() 376 &coeff_ram[coeff_addr * COEFF_SIZE], in write_coeff_ram() 343 write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram, unsigned int r_stat, unsigned int r_addr, unsigned int r_wr, unsigned int coeff_addr, unsigned int coeff_cnt) write_coeff_ram() argument
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | max2175.c | 431 u8 coeff_addr, upper_address = 24; in max2175_set_filter_coeffs() local 440 coeff_addr = i + bank * 24; in max2175_set_filter_coeffs() 443 max2175_write(ctx, 117, coeff_addr | 1 << 7); in max2175_set_filter_coeffs()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | max2175.c | 431 u8 coeff_addr, upper_address = 24; in max2175_set_filter_coeffs() local 440 coeff_addr = i + bank * 24; in max2175_set_filter_coeffs() 443 max2175_write(ctx, 117, coeff_addr | 1 << 7); in max2175_set_filter_coeffs()
|
Completed in 16 milliseconds