Searched refs:t_status (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/iio/adc/
H A Dad7291.c115 u16 t_status, v_status; ad7291_event_handler() local
120 if (ad7291_i2c_read(chip, AD7291_T_ALERT_STATUS, &t_status)) ad7291_event_handler()
126 if (!(t_status || v_status)) ad7291_event_handler()
136 if ((t_status & AD7291_T_LOW) || (t_status & AD7291_T_AVG_LOW)) ad7291_event_handler()
143 if ((t_status & AD7291_T_HIGH) || (t_status & AD7291_T_AVG_HIGH)) ad7291_event_handler()

Completed in 115 milliseconds