Home
last modified time | relevance | path

Searched refs:inv_icm42600_sensor_conf (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600.h118 struct inv_icm42600_sensor_conf { struct
127 struct inv_icm42600_sensor_conf gyro; argument
128 struct inv_icm42600_sensor_conf accel;
416 struct inv_icm42600_sensor_conf *conf,
420 struct inv_icm42600_sensor_conf *conf,
H A Dinv_icm42600_gyro.c102 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_gyro_update_scan_mode()
145 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_gyro_read_sensor()
267 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_gyro_write_scale()
352 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_gyro_write_odr()
H A Dinv_icm42600_core.c293 struct inv_icm42600_sensor_conf *conf, in inv_icm42600_set_accel_conf()
296 struct inv_icm42600_sensor_conf *oldconf = &st->conf.accel; in inv_icm42600_set_accel_conf()
354 struct inv_icm42600_sensor_conf *conf, in inv_icm42600_set_gyro_conf()
357 struct inv_icm42600_sensor_conf *oldconf = &st->conf.gyro; in inv_icm42600_set_gyro_conf()
H A Dinv_icm42600_accel.c203 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_accel_update_scan_mode()
249 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_accel_read_sensor()
351 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_accel_write_scale()
445 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_accel_write_odr()
H A Dinv_icm42600_buffer.c395 struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; in inv_icm42600_buffer_postdisable()