Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/w1/slaves/
Dw1_therm.c101 #define SLAVE_SPECIFIC_FUNC(sl) \ macro
832 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in check_family_data()
848 if (SLAVE_SPECIFIC_FUNC(sl)) in bulk_read_support()
849 return SLAVE_SPECIFIC_FUNC(sl)->bulk_read; in bulk_read_support()
869 if (SLAVE_SPECIFIC_FUNC(sl)) in conversion_time()
870 return SLAVE_SPECIFIC_FUNC(sl)->get_conversion_time(sl); in conversion_time()
889 if (SLAVE_SPECIFIC_FUNC(sl)) in temperature_from_RAM()
890 return SLAVE_SPECIFIC_FUNC(sl)->convert(rom); in temperature_from_RAM()
939 SLAVE_SPECIFIC_FUNC(sl) = sl_family_conv; in w1_therm_add_slave()
970 if (SLAVE_SPECIFIC_FUNC(sl)->get_resolution) { in w1_therm_add_slave()
[all …]