Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/iio/cdc/
Dad7150.c131 u8 threshtype; in ad7150_read_event_config() local
139 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()