Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_core.c66 .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()
H A Dinv_icm42600.h106 bool temp_en; member
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_init.c255 uint32_t temp_en = 0; in aw_pid_2049_get_hw_mon_st() local
267 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()
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c110 .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()
H A Dinv_mpu_iio.h115 unsigned int temp_en:1; member