Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/slaves/
H A Dw1_therm.c122 #define SLAVE_CONV_TIME_OVERRIDE(sl) \ macro
535 if (SLAVE_CONV_TIME_OVERRIDE(sl) != CONV_TIME_DEFAULT) in w1_DS18B20_convert_time()
536 return SLAVE_CONV_TIME_OVERRIDE(sl); in w1_DS18B20_convert_time()
571 if (SLAVE_CONV_TIME_OVERRIDE(sl) == CONV_TIME_DEFAULT) in w1_DS18S20_convert_time()
574 return SLAVE_CONV_TIME_OVERRIDE(sl); in w1_DS18S20_convert_time()
584 if (SLAVE_CONV_TIME_OVERRIDE(sl) != CONV_TIME_DEFAULT) in w1_DS1825_convert_time()
585 return SLAVE_CONV_TIME_OVERRIDE(sl); in w1_DS1825_convert_time()
1675 SLAVE_CONV_TIME_OVERRIDE(sl) = CONV_TIME_DEFAULT; in w1_slave_store()
1796 SLAVE_CONV_TIME_OVERRIDE(sl) = CONV_TIME_DEFAULT; in resolution_store()
2012 SLAVE_CONV_TIME_OVERRIDE(sl) = val; in conv_time_store()
[all …]