Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwmon/
H A 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.15/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_core.c125 .temp_en = false,
141 .temp_en = false,
234 bool oldtemp = st->conf.temp_en; in inv_icm42600_set_pwr_mgmt0()
253 st->conf.temp_en = temp; in inv_icm42600_set_pwr_mgmt0()
350 st->conf.temp_en, sleep_ms); in inv_icm42600_set_accel_conf()
394 st->conf.temp_en, sleep_ms); in inv_icm42600_set_gyro_conf()
434 if (!conf->temp_en) in inv_icm42600_set_conf()
798 st->suspended.temp = st->conf.temp_en; in inv_icm42600_suspend()
H A Dinv_icm42600.h129 bool temp_en; member
/linux-6.15/drivers/iio/adc/
H A Dad4695.c636 u32 temp_en = 0; in ad4695_buffer_preenable() local
668 temp_en = 1; in ad4695_buffer_preenable()
755 FIELD_PREP(AD4695_REG_TEMP_CTRL_TEMP_EN, temp_en)); in ad4695_buffer_preenable()
822 u8 temp_en = 0; in ad4695_offload_buffer_postenable() local
828 temp_en = 1; in ad4695_offload_buffer_postenable()
853 temp_en)); in ad4695_offload_buffer_postenable()
/linux-6.15/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c116 .temp_en = true,
133 .temp_en = true,
325 temp_dis = !st->chip_config.temp_en; in inv_mpu6050_pwr_mgmt_1_write()
374 if (mask & INV_MPU6050_SENSOR_TEMP && en == st->chip_config.temp_en) in inv_mpu6050_switch_engine()
394 st->chip_config.temp_en = en; in inv_mpu6050_switch_engine()
702 if (!st->chip_config.temp_en) { in inv_mpu6050_read_channel_data()
2199 if (st->chip_config.temp_en) in inv_mpu_suspend()
H A Dinv_mpu_iio.h126 unsigned int temp_en:1; member