Searched refs:ad5933_cmd (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/iio/impedance-analyzer/ |
D | ad5933.c | 155 static int ad5933_cmd(struct ad5933_state *st, unsigned char cmd) in ad5933_cmd() function 399 ret = ad5933_cmd(st, 0); in ad5933_store() 412 ret = ad5933_cmd(st, 0); in ad5933_store() 513 ret = ad5933_cmd(st, AD5933_CTRL_MEASURE_TEMP); in ad5933_read_raw() 558 ret = ad5933_cmd(st, AD5933_CTRL_STANDBY); in ad5933_ring_preenable() 562 ret = ad5933_cmd(st, AD5933_CTRL_INIT_START_FREQ); in ad5933_ring_preenable() 596 return ad5933_cmd(st, AD5933_CTRL_POWER_DOWN); in ad5933_ring_postdisable() 617 ad5933_cmd(st, AD5933_CTRL_START_SWEEP); in ad5933_work() 655 ad5933_cmd(st, AD5933_CTRL_POWER_DOWN); in ad5933_work() 658 ad5933_cmd(st, AD5933_CTRL_INC_FREQ); in ad5933_work()
|