Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/slaves/
H A Dw1_therm.c75 #define W1_THERM_POLL_COMPLETION 2 /* Poll for conversion completion */ 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()
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()