Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/slaves/
H A Dw1_therm.c129 #define SLAVE_FEATURES(sl) \ macro
1128 if (strong_pullup && SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in convert_t()
1132 SLAVE_FEATURES(sl) &= ~W1_THERM_POLL_COMPLETION; in convert_t()
1162 if (SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in convert_t()
1187 if ((SLAVE_FEATURES(sl) & W1_THERM_CHECK_RESULT) && in convert_t()
2037 return sprintf(buf, "%u\n", SLAVE_FEATURES(sl)); in features_show()
2059 SLAVE_FEATURES(sl) = val; in features_store()
2065 if (strong_pullup && SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in features_store()
2069 SLAVE_FEATURES(sl) &= ~W1_THERM_POLL_COMPLETION; in features_store()