Searched refs:threshtype (Results 1 – 1 of 1) sorted by relevance
131 u8 threshtype; in ad7150_read_event_config() local139 threshtype = (ret >> 5) & 0x03; in ad7150_read_event_config()145 return adaptive && (threshtype == 0x1); in ad7150_read_event_config()146 return adaptive && (threshtype == 0x0); in ad7150_read_event_config()149 return adaptive && (threshtype == 0x3); in ad7150_read_event_config()150 return adaptive && (threshtype == 0x2); in ad7150_read_event_config()153 return !adaptive && (threshtype == 0x1); in ad7150_read_event_config()154 return !adaptive && (threshtype == 0x0); in ad7150_read_event_config()