Lines Matching refs:LM90_HAVE_EXTENDED_TEMP
190 #define LM90_HAVE_EXTENDED_TEMP (1 << 8) /* extended temperature support*/ macro
367 | LM90_HAVE_BROKEN_ALERT | LM90_HAVE_EXTENDED_TEMP
446 | LM90_HAVE_BROKEN_ALERT | LM90_HAVE_EXTENDED_TEMP | LM90_HAVE_CRIT,
453 | LM90_HAVE_BROKEN_ALERT | LM90_HAVE_EXTENDED_TEMP | LM90_HAVE_CRIT,
1030 if (data->flags & LM90_HAVE_EXTENDED_TEMP) in lm90_get_temp11()
1064 if (data->flags & LM90_HAVE_EXTENDED_TEMP) in lm90_set_temp11()
1091 if (data->flags & LM90_HAVE_EXTENDED_TEMP) in lm90_get_temp8()
1124 if (data->flags & LM90_HAVE_EXTENDED_TEMP) in lm90_set_temp8()
1142 if (data->flags & LM90_HAVE_EXTENDED_TEMP) in lm90_get_temphyst()
1162 if (data->flags & LM90_HAVE_EXTENDED_TEMP) in lm90_set_temphyst()
1719 if (data->flags & LM90_HAVE_EXTENDED_TEMP) { in lm90_init_client()