Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/slaves/
H A Dw1_therm.c70 #define CONV_TIME_DEFAULT 0 macro
535 if (SLAVE_CONV_TIME_OVERRIDE(sl) != CONV_TIME_DEFAULT) in w1_DS18B20_convert_time()
571 if (SLAVE_CONV_TIME_OVERRIDE(sl) == CONV_TIME_DEFAULT) in w1_DS18S20_convert_time()
584 if (SLAVE_CONV_TIME_OVERRIDE(sl) != CONV_TIME_DEFAULT) 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()
2011 if (val >= CONV_TIME_DEFAULT) in conv_time_store()