Home
last modified time | relevance | path

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

/linux/drivers/iio/cdc/
H A Dad7150.c155 bool thrfixed; in ad7150_read_event_config() local
165 thrfixed = FIELD_GET(AD7150_CFG_FIX, ret); in ad7150_read_event_config()
170 return !thrfixed && (threshtype == AD7150_CFG_TT_POS); in ad7150_read_event_config()
171 return !thrfixed && (threshtype == AD7150_CFG_TT_NEG); in ad7150_read_event_config()
174 return thrfixed && (threshtype == AD7150_CFG_TT_POS); in ad7150_read_event_config()
175 return thrfixed && (threshtype == AD7150_CFG_TT_NEG); in ad7150_read_event_config()