Searched refs:adis_write_reg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/linux/iio/imu/ |
H A D | adis.h | 246 static inline int adis_write_reg(struct adis *adis, unsigned int reg, in adis_write_reg() function 286 return adis_write_reg(adis, reg, val, 1); in adis_write_reg_8() 298 return adis_write_reg(adis, reg, val, 2); in adis_write_reg_16() 310 return adis_write_reg(adis, reg, val, 4); in adis_write_reg_32()
|