Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_therm.c75 #define W1_THERM_POLL_COMPLETION 2 /* Poll for conversion completion */ macro
1063 if (strong_pullup && SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in convert_t()
1065 "%s: Disabling W1_THERM_POLL_COMPLETION in parasite power mode.\n", in convert_t()
1067 SLAVE_FEATURES(sl) &= ~W1_THERM_POLL_COMPLETION; in convert_t()
1097 if (SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in convert_t()
2001 if (strong_pullup && SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in features_store()
2003 "%s: W1_THERM_POLL_COMPLETION disabled in parasite power mode.\n", in features_store()
2005 SLAVE_FEATURES(sl) &= ~W1_THERM_POLL_COMPLETION; in features_store()
/kernel/linux/linux-6.6/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()
1130 "%s: Disabling W1_THERM_POLL_COMPLETION in parasite power mode.\n", 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()
2067 "%s: W1_THERM_POLL_COMPLETION disabled in parasite power mode.\n", in features_store()
2069 SLAVE_FEATURES(sl) &= ~W1_THERM_POLL_COMPLETION; in features_store()

Completed in 5 milliseconds