Searched refs:adis_write_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/iio/imu/ |
H A D | adis.h | 237 * adis_write_reg() - write N bytes to register 243 static inline int adis_write_reg(struct adis *adis, unsigned int reg, in adis_write_reg() function 283 return adis_write_reg(adis, reg, val, 1); in adis_write_reg_8() 295 return adis_write_reg(adis, reg, val, 2); in adis_write_reg_16() 307 return adis_write_reg(adis, reg, val, 4); in adis_write_reg_32()
|
/kernel/linux/linux-6.6/include/linux/iio/imu/ |
H A D | adis.h | 240 * adis_write_reg() - write N bytes to register 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()
|
Completed in 3 milliseconds