Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/iio/impedance-analyzer/
Dad5933.c155 static int ad5933_i2c_read(struct i2c_client *client, u8 reg, u8 len, u8 *data) in ad5933_i2c_read() function
192 ret = ad5933_i2c_read(st->client, AD5933_REG_STATUS, 1, &val); in ad5933_wait_busy()
294 ret = ad5933_i2c_read(st->client, this_attr->address, 3, &dat.d8[1]); in ad5933_show_frequency()
535 ret = ad5933_i2c_read(st->client, in ad5933_read_raw()
653 ret = ad5933_i2c_read(st->client, AD5933_REG_STATUS, 1, &status); in ad5933_work()
660 ret = ad5933_i2c_read(st->client, in ad5933_work()