Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_core.c66 .temp_en = false,
149 bool oldtemp = st->conf.temp_en; in inv_icm42600_set_pwr_mgmt0()
168 st->conf.temp_en = temp; in inv_icm42600_set_pwr_mgmt0()
248 st->conf.temp_en, sleep_ms); in inv_icm42600_set_accel_conf()
292 st->conf.temp_en, sleep_ms); in inv_icm42600_set_gyro_conf()
332 if (!conf->temp_en) in inv_icm42600_set_conf()
694 st->suspended.temp = st->conf.temp_en; in inv_icm42600_suspend()
H A Dinv_icm42600.h107 bool temp_en; member
/openbmc/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c113 .temp_en = true,
130 .temp_en = true,
296 temp_dis = !st->chip_config.temp_en; in inv_mpu6050_pwr_mgmt_1_write()
343 if (mask & INV_MPU6050_SENSOR_TEMP && en == st->chip_config.temp_en) in inv_mpu6050_switch_engine()
355 st->chip_config.temp_en = en; in inv_mpu6050_switch_engine()
648 if (!st->chip_config.temp_en) { in inv_mpu6050_read_channel_data()
1742 if (st->chip_config.temp_en) in inv_mpu_suspend()
H A Dinv_mpu_iio.h120 unsigned int temp_en:1; member