Searched refs:w1_poll_completion (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_therm.c | 1021 * w1_poll_completion - Poll for operation completion, with timeout 1030 static int w1_poll_completion(struct w1_master *dev_master, int tout_ms) in w1_poll_completion() function 1098 ret = w1_poll_completion(dev_master, W1_POLL_CONVERT_TEMP); in convert_t() 1189 ret = w1_poll_completion(dev_master, W1_POLL_CONVERT_TEMP); in conv_time_measure() 1380 ret = w1_poll_completion(dev_master, W1_POLL_RECALL_EEPROM); in recall_eeprom()
|
/kernel/linux/linux-6.6/drivers/w1/slaves/ |
H A D | w1_therm.c | 1086 * w1_poll_completion - Poll for operation completion, with timeout 1095 static int w1_poll_completion(struct w1_master *dev_master, int tout_ms) in w1_poll_completion() function 1163 ret = w1_poll_completion(dev_master, W1_POLL_CONVERT_TEMP); in convert_t() 1254 ret = w1_poll_completion(dev_master, W1_POLL_CONVERT_TEMP); in conv_time_measure() 1445 ret = w1_poll_completion(dev_master, W1_POLL_RECALL_EEPROM); in recall_eeprom()
|
Completed in 5 milliseconds