Searched refs:ad5933_cmd (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/iio/impedance-analyzer/ |
D | ad5933.c | 170 static int ad5933_cmd(struct ad5933_state *st, unsigned char cmd) in ad5933_cmd() function 415 ret = ad5933_cmd(st, 0); in ad5933_store() 428 ret = ad5933_cmd(st, 0); in ad5933_store() 528 ret = ad5933_cmd(st, AD5933_CTRL_MEASURE_TEMP); in ad5933_read_raw() 573 ret = ad5933_cmd(st, AD5933_CTRL_STANDBY); in ad5933_ring_preenable() 577 ret = ad5933_cmd(st, AD5933_CTRL_INIT_START_FREQ); in ad5933_ring_preenable() 610 return ad5933_cmd(st, AD5933_CTRL_POWER_DOWN); in ad5933_ring_postdisable() 647 ad5933_cmd(st, AD5933_CTRL_START_SWEEP); in ad5933_work() 684 ad5933_cmd(st, AD5933_CTRL_POWER_DOWN); in ad5933_work() 687 ad5933_cmd(st, AD5933_CTRL_INC_FREQ); in ad5933_work()
|