Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_device.c83 int aw_dev_i2c_write_byte(struct aw_device *aw_dev, in aw_dev_i2c_write_byte() function
171 ret = aw_dev_i2c_write_byte(aw_dev, reg_addr, reg_val); in aw_dev_i2c_write_bits()
203 ret = aw_dev_i2c_write_byte(aw_dev, profile_data->data[i], in aw_dev_reg_update()
320 ret = aw_dev_i2c_write_byte(aw_dev, soft_rst->access[i], in aw_dev_soft_reset()
483 ret = aw_dev_i2c_write_byte(aw_dev, AW87XXX_PID_9B_ENCRYPTION_REG, in aw_dev_pid_9b_reg_update()
498 ret = aw_dev_i2c_write_byte(aw_dev, i, reg_val); in aw_dev_pid_9b_reg_update()
568 ret = aw_dev_i2c_write_byte(aw_dev, AW87XXX_PID_9B_ENCRYPTION_REG, in aw_dev_pid_9a_init()
H A Daw_device.h131 int aw_dev_i2c_write_byte(struct aw_device *aw_dev,
H A Daw87xxx.c791 ret = aw_dev_i2c_write_byte(&aw87xxx->aw_dev, in aw87xxx_attr_set_reg()