Searched refs:SLAVE_CONVERT_TRIGGERED (Results 1 – 1 of 1) sorted by relevance
138 #define SLAVE_CONVERT_TRIGGERED(sl) \ macro978 SLAVE_CONVERT_TRIGGERED(sl) = 0; in w1_therm_add_slave()1489 SLAVE_CONVERT_TRIGGERED(sl) = -1; in trigger_bulk_read()1518 SLAVE_CONVERT_TRIGGERED(sl) = 1; in trigger_bulk_read()1536 if (SLAVE_CONVERT_TRIGGERED(sl) < 0) { in w1_slave_show()1541 } else if (SLAVE_CONVERT_TRIGGERED(sl) > 0) { in w1_slave_show()1544 SLAVE_CONVERT_TRIGGERED(sl) = 0; in w1_slave_show()1632 if (SLAVE_CONVERT_TRIGGERED(sl) < 0) { in temperature_show()1637 } else if (SLAVE_CONVERT_TRIGGERED(sl) > 0) { in temperature_show()1640 SLAVE_CONVERT_TRIGGERED(sl) = 0; in temperature_show()[all …]