Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
1067 SLAVE_FEATURES(sl) &= ~W1_THERM_POLL_COMPLETION; in convert_t()
1105 if (SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in convert_t()
2004 if (strong_pullup && SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in features_store()
2008 SLAVE_FEATURES(sl) &= ~W1_THERM_POLL_COMPLETION; in features_store()