Searched refs:rd_wr_cmd (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dad7606_spi.c138 st->d16[0] = cpu_to_be16(st->bops->rd_wr_cmd(addr, 0) << 8);
153 st->d16[0] = cpu_to_be16((st->bops->rd_wr_cmd(addr, 1) << 8) |
294 .rd_wr_cmd = ad7616_spi_rd_wr_cmd,
303 .rd_wr_cmd = ad7606B_spi_rd_wr_cmd,
H A Dad7606.h133 * @rd_wr_cmd pointer to the function which calculates the spi address
147 u16 (*rd_wr_cmd)(int addr, char isWriteOp); member in struct:ad7606_bus_ops

Completed in 119 milliseconds