Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_device.c104 int aw_dev_i2c_read_byte(struct aw_device *aw_dev, in aw_dev_i2c_read_byte() function
164 ret = aw_dev_i2c_read_byte(aw_dev, reg_addr, &reg_val); in aw_dev_i2c_write_bits()
400 ret = aw_dev_i2c_read_byte(aw_dev, esd_desc->first_update_reg_addr, in aw_dev_esd_reg_status_check()
430 ret = aw_dev_i2c_read_byte(aw_dev, rec_desc->addr, &reg_val); in aw_dev_check_reg_is_rec_mode()
789 ret = aw_dev_i2c_read_byte(aw_dev, AW_DEV_REG_CHIPID, &reg_val); in aw_dev_get_chipid()
H A Daw_device.h133 int aw_dev_i2c_read_byte(struct aw_device *aw_dev,
H A Daw87xxx.c757 ret = aw_dev_i2c_read_byte(&aw87xxx->aw_dev, i, &reg_val); in aw87xxx_attr_get_reg()