Home
last modified time | relevance | path

Searched refs:INV_ICM42600_SENSOR_CONF_INIT (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_gyro.c102 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_gyro_update_scan_mode()
153 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_gyro_read_sensor()
245 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_gyro_write_scale()
329 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_gyro_write_odr()
Dinv_icm42600_accel.c102 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_accel_update_scan_mode()
153 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_accel_read_sensor()
233 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_accel_write_scale()
317 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_accel_write_odr()
Dinv_icm42600.h101 #define INV_ICM42600_SENSOR_CONF_INIT {-1, -1, -1, -1} macro
Dinv_icm42600_buffer.c379 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_buffer_postdisable()