Home
last modified time | relevance | path

Searched refs:aw883xx_i2c_writes (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw883xx.h182 int aw883xx_i2c_writes(struct aw883xx *aw883xx,
H A Daw883xx.c167 int aw883xx_i2c_writes(struct aw883xx *aw883xx, in aw883xx_i2c_writes() function
245 ret = aw883xx_i2c_writes(aw883xx, reg_addr, buf, 2); in aw883xx_i2c_write()
1910 ret = aw883xx_i2c_writes(aw883xx, packet->reg_addr, data_buf, data_len); in aw883xx_awrw_write()
H A Daw_init.c32 return aw883xx_i2c_writes(aw883xx, reg_addr, buf, len); in aw883xx_dev_i2c_writes()