Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/temperature/
H A Dmlx90632.c79 #define MLX90632_PWR_STATUS_SLEEP_STEP MLX90632_PWR_STATUS(1) /* sleep step */ macro
228 if (data->powerstatus == MLX90632_PWR_STATUS_SLEEP_STEP) in mlx90632_pwr_set_sleep_step()
232 MLX90632_PWR_STATUS_SLEEP_STEP); in mlx90632_pwr_set_sleep_step()
236 data->powerstatus = MLX90632_PWR_STATUS_SLEEP_STEP; in mlx90632_pwr_set_sleep_step()
419 if (current_powerstatus == MLX90632_PWR_STATUS_SLEEP_STEP) in mlx90632_set_meas_type()
521 case MLX90632_PWR_STATUS_SLEEP_STEP: in mlx90632_read_all_channel()
626 case MLX90632_PWR_STATUS_SLEEP_STEP: in mlx90632_read_all_channel_extended()
970 if (data->powerstatus == MLX90632_PWR_STATUS_SLEEP_STEP) { in mlx90632_pm_interraction_wakeup()