Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/inv_icm45600/
H A Dinv_icm45600.h93 struct inv_icm45600_sensor_conf { struct
103 struct inv_icm45600_sensor_conf gyro; argument
104 struct inv_icm45600_sensor_conf accel;
363 struct inv_icm45600_sensor_conf *conf,
367 struct inv_icm45600_sensor_conf *conf,
H A Dinv_icm45600_core.c334 static void inv_icm45600_set_default_conf(struct inv_icm45600_sensor_conf *conf, in inv_icm45600_set_default_conf()
335 struct inv_icm45600_sensor_conf *oldconf) in inv_icm45600_set_default_conf()
349 struct inv_icm45600_sensor_conf *conf, in inv_icm45600_set_accel_conf()
352 struct inv_icm45600_sensor_conf *oldconf = &st->conf.accel; in inv_icm45600_set_accel_conf()
399 struct inv_icm45600_sensor_conf *conf, in inv_icm45600_set_gyro_conf()
402 struct inv_icm45600_sensor_conf *oldconf = &st->conf.gyro; in inv_icm45600_set_gyro_conf()
907 struct inv_icm45600_sensor_conf conf = INV_ICM45600_SENSOR_CONF_KEEP_VALUES; in _inv_icm45600_temp_read()
H A Dinv_icm45600_gyro.c99 struct inv_icm45600_sensor_conf conf = INV_ICM45600_SENSOR_CONF_KEEP_VALUES; in inv_icm45600_gyro_update_scan_mode()
130 struct inv_icm45600_sensor_conf conf = INV_ICM45600_SENSOR_CONF_KEEP_VALUES; in _inv_icm45600_gyro_read_sensor()
257 struct inv_icm45600_sensor_conf conf = INV_ICM45600_SENSOR_CONF_KEEP_VALUES; in inv_icm45600_gyro_write_scale()
345 struct inv_icm45600_sensor_conf conf = INV_ICM45600_SENSOR_CONF_KEEP_VALUES; in _inv_icm45600_gyro_write_odr()
H A Dinv_icm45600_accel.c99 struct inv_icm45600_sensor_conf conf = INV_ICM45600_SENSOR_CONF_KEEP_VALUES; in inv_icm45600_accel_update_scan_mode()
134 struct inv_icm45600_sensor_conf conf = INV_ICM45600_SENSOR_CONF_KEEP_VALUES; in _inv_icm45600_accel_read_sensor()
244 struct inv_icm45600_sensor_conf conf = INV_ICM45600_SENSOR_CONF_KEEP_VALUES; in inv_icm45600_accel_write_scale()
332 struct inv_icm45600_sensor_conf conf = INV_ICM45600_SENSOR_CONF_KEEP_VALUES; in _inv_icm45600_accel_write_odr()
H A Dinv_icm45600_buffer.c335 struct inv_icm45600_sensor_conf conf = INV_ICM45600_SENSOR_CONF_KEEP_VALUES; in _inv_icm45600_buffer_postdisable()