Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/iio/impedance-analyzer/
Dad5933.c140 static int ad5933_i2c_read(struct i2c_client *client, u8 reg, u8 len, u8 *data) in ad5933_i2c_read() function
177 ret = ad5933_i2c_read(st->client, AD5933_REG_STATUS, 1, &val); in ad5933_wait_busy()
278 ret = ad5933_i2c_read(st->client, this_attr->address, 3, &dat.d8[1]); in ad5933_show_frequency()
520 ret = ad5933_i2c_read(st->client, in ad5933_read_raw()
623 ret = ad5933_i2c_read(st->client, AD5933_REG_STATUS, 1, &status); in ad5933_work()
630 ret = ad5933_i2c_read(st->client, in ad5933_work()