Home
last modified time | relevance | path

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

/linux/drivers/staging/iio/impedance-analyzer/
H A Dad5933.c139 static int ad5933_i2c_read(struct i2c_client *client, u8 reg, u8 len, u8 *data) in ad5933_i2c_read() function
176 ret = ad5933_i2c_read(st->client, AD5933_REG_STATUS, 1, &val); in ad5933_wait_busy()
277 ret = ad5933_i2c_read(st->client, this_attr->address, 3, &dat.d8[1]); in ad5933_show_frequency()
522 ret = ad5933_i2c_read(st->client, in ad5933_read_raw()
627 ret = ad5933_i2c_read(st->client, AD5933_REG_STATUS, 1, &status); in ad5933_work()
634 ret = ad5933_i2c_read(st->client, in ad5933_work()