Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_core.c110 .temp_en = false,
126 .temp_en = false,
219 bool oldtemp = st->conf.temp_en; in inv_icm42600_set_pwr_mgmt0()
238 st->conf.temp_en = temp; in inv_icm42600_set_pwr_mgmt0()
335 st->conf.temp_en, sleep_ms); in inv_icm42600_set_accel_conf()
379 st->conf.temp_en, sleep_ms); in inv_icm42600_set_gyro_conf()
419 if (!conf->temp_en) in inv_icm42600_set_conf()
791 st->suspended.temp = st->conf.temp_en; in inv_icm42600_suspend()
Dinv_icm42600.h129 bool temp_en; member
/linux-6.12.1/drivers/hwmon/
Dltc2991.c59 bool temp_en[LTC2991_MAX_CHANNEL]; member
209 if (st->temp_en[(channel - 1) / 2]) in ltc2991_is_visible()
229 st->temp_en[channel]) in ltc2991_is_visible()
335 st->temp_en[addr] = ret; in ltc2991_init()
/linux-6.12.1/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_core.c116 .temp_en = true,
133 .temp_en = true,
299 temp_dis = !st->chip_config.temp_en; in inv_mpu6050_pwr_mgmt_1_write()
348 if (mask & INV_MPU6050_SENSOR_TEMP && en == st->chip_config.temp_en) in inv_mpu6050_switch_engine()
368 st->chip_config.temp_en = en; in inv_mpu6050_switch_engine()
674 if (!st->chip_config.temp_en) { in inv_mpu6050_read_channel_data()
2164 if (st->chip_config.temp_en) in inv_mpu_suspend()
Dinv_mpu_iio.h123 unsigned int temp_en:1; member
/linux-6.12.1/drivers/iio/adc/
Dad4695.c425 u32 temp_en = 0; in ad4695_buffer_preenable() local
459 temp_en = 1; in ad4695_buffer_preenable()
517 FIELD_PREP(AD4695_REG_TEMP_CTRL_TEMP_EN, temp_en)); in ad4695_buffer_preenable()