Searched refs:threshtype (Results 1 – 1 of 1) sorted by relevance
155 u8 threshtype; in ad7150_read_event_config() local163 threshtype = FIELD_GET(AD7150_CFG_THRESHTYPE_MSK, ret); in ad7150_read_event_config()171 return !thrfixed && (threshtype == AD7150_CFG_TT_POS); in ad7150_read_event_config()172 return !thrfixed && (threshtype == AD7150_CFG_TT_NEG); in ad7150_read_event_config()175 return thrfixed && (threshtype == AD7150_CFG_TT_POS); in ad7150_read_event_config()176 return thrfixed && (threshtype == AD7150_CFG_TT_NEG); in ad7150_read_event_config()