Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/w1/slaves/
Dw1_therm.c138 #define SLAVE_CONVERT_TRIGGERED(sl) \ macro
977 SLAVE_CONVERT_TRIGGERED(sl) = 0; in w1_therm_add_slave()
1488 SLAVE_CONVERT_TRIGGERED(sl) = -1; in trigger_bulk_read()
1517 SLAVE_CONVERT_TRIGGERED(sl) = 1; in trigger_bulk_read()
1535 if (SLAVE_CONVERT_TRIGGERED(sl) < 0) { in w1_slave_show()
1540 } else if (SLAVE_CONVERT_TRIGGERED(sl) > 0) { in w1_slave_show()
1543 SLAVE_CONVERT_TRIGGERED(sl) = 0; in w1_slave_show()
1631 if (SLAVE_CONVERT_TRIGGERED(sl) < 0) { in temperature_show()
1636 } else if (SLAVE_CONVERT_TRIGGERED(sl) > 0) { in temperature_show()
1639 SLAVE_CONVERT_TRIGGERED(sl) = 0; in temperature_show()
[all …]