Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_therm.c138 #define SLAVE_CONVERT_TRIGGERED(sl) \ macro
978 SLAVE_CONVERT_TRIGGERED(sl) = 0; in w1_therm_add_slave()
1486 SLAVE_CONVERT_TRIGGERED(sl) = -1; in trigger_bulk_read()
1515 SLAVE_CONVERT_TRIGGERED(sl) = 1; in trigger_bulk_read()
1533 if (SLAVE_CONVERT_TRIGGERED(sl) < 0) { in w1_slave_show()
1538 } else if (SLAVE_CONVERT_TRIGGERED(sl) > 0) { in w1_slave_show()
1541 SLAVE_CONVERT_TRIGGERED(sl) = 0; in w1_slave_show()
1629 if (SLAVE_CONVERT_TRIGGERED(sl) < 0) { in temperature_show()
1634 } else if (SLAVE_CONVERT_TRIGGERED(sl) > 0) { in temperature_show()
1637 SLAVE_CONVERT_TRIGGERED(s in temperature_show()
[all...]
/kernel/linux/linux-6.6/drivers/w1/slaves/
H A Dw1_therm.c138 #define SLAVE_CONVERT_TRIGGERED(sl) \ macro
1043 SLAVE_CONVERT_TRIGGERED(sl) = 0; in w1_therm_add_slave()
1551 SLAVE_CONVERT_TRIGGERED(sl) = -1; in trigger_bulk_read()
1580 SLAVE_CONVERT_TRIGGERED(sl) = 1; in trigger_bulk_read()
1598 if (SLAVE_CONVERT_TRIGGERED(sl) < 0) { in w1_slave_show()
1603 } else if (SLAVE_CONVERT_TRIGGERED(sl) > 0) { in w1_slave_show()
1606 SLAVE_CONVERT_TRIGGERED(sl) = 0; in w1_slave_show()
1694 if (SLAVE_CONVERT_TRIGGERED(sl) < 0) { in temperature_show()
1699 } else if (SLAVE_CONVERT_TRIGGERED(sl) > 0) { in temperature_show()
1702 SLAVE_CONVERT_TRIGGERED(s in temperature_show()
[all...]

Completed in 6 milliseconds