Searched refs:temp_en (Results 1 – 5 of 5) sorted by relevance
66 .temp_en = false,144 bool oldtemp = st->conf.temp_en; in inv_icm42600_set_pwr_mgmt0()163 st->conf.temp_en = temp; in inv_icm42600_set_pwr_mgmt0()243 st->conf.temp_en, sleep_ms); in inv_icm42600_set_accel_conf()287 st->conf.temp_en, sleep_ms); in inv_icm42600_set_gyro_conf()327 if (!conf->temp_en) in inv_icm42600_set_conf()678 st->suspended.temp = st->conf.temp_en; in inv_icm42600_suspend()
106 bool temp_en; member
255 uint32_t temp_en = 0; in aw_pid_2049_get_hw_mon_st() local267 AW_PID_2049_DSP_REG_TEMP_SWITCH, &temp_en, AW_DSP_16_DATA); in aw_pid_2049_get_hw_mon_st()273 temp_switch = temp_en; in aw_pid_2049_get_hw_mon_st()275 temp_en &= (~AW_PID_2049_DSP_TEMP_PEAK_MASK); in aw_pid_2049_get_hw_mon_st()278 if (vbat_en || temp_en) in aw_pid_2049_get_hw_mon_st()
110 .temp_en = true,127 .temp_en = true,253 temp_dis = !st->chip_config.temp_en; in inv_mpu6050_pwr_mgmt_1_write()300 if (mask & INV_MPU6050_SENSOR_TEMP && en == st->chip_config.temp_en) in inv_mpu6050_switch_engine()312 st->chip_config.temp_en = en; in inv_mpu6050_switch_engine()606 if (!st->chip_config.temp_en) { in inv_mpu6050_read_channel_data()1679 if (st->chip_config.temp_en) in inv_mpu_suspend()
115 unsigned int temp_en:1; member