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 D | aw_device.c | 104 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, ®_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, ®_val); in aw_dev_check_reg_is_rec_mode() 789 ret = aw_dev_i2c_read_byte(aw_dev, AW_DEV_REG_CHIPID, ®_val); in aw_dev_get_chipid()
|
| H A D | aw_device.h | 133 int aw_dev_i2c_read_byte(struct aw_device *aw_dev,
|
| H A D | aw87xxx.c | 757 ret = aw_dev_i2c_read_byte(&aw87xxx->aw_dev, i, ®_val); in aw87xxx_attr_get_reg()
|