Home
last modified time | relevance | path

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

/linux/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/drivers/iio/adc/
H A Dad4695.c633 u32 temp_en = 0; in ad4695_buffer_preenable() local
664 temp_en = 1; in ad4695_buffer_preenable()
751 FIELD_PREP(AD4695_REG_TEMP_CTRL_TEMP_EN, temp_en)); in ad4695_buffer_preenable()
819 u8 temp_en = 0; in ad4695_offload_buffer_postenable() local
825 temp_en = 1; in ad4695_offload_buffer_postenable()
850 temp_en)); in ad4695_offload_buffer_postenable()
/linux/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()
2198 if (st->chip_config.temp_en) in inv_mpu_suspend()
H A Dinv_mpu_iio.h126 unsigned int temp_en:1; member