Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/slaves/
H A Dw1_therm.c101 #define SLAVE_SPECIFIC_FUNC(sl) \ macro
910 if (SLAVE_SPECIFIC_FUNC(sl)) in bulk_read_support()
911 return SLAVE_SPECIFIC_FUNC(sl)->bulk_read; in bulk_read_support()
931 if (SLAVE_SPECIFIC_FUNC(sl)) in conversion_time()
951 if (SLAVE_SPECIFIC_FUNC(sl)) in temperature_from_RAM()
952 return SLAVE_SPECIFIC_FUNC(sl)->convert(rom); in temperature_from_RAM()
1000 SLAVE_SPECIFIC_FUNC(sl) = sl_family_conv; in w1_therm_add_slave()
1031 if (SLAVE_SPECIFIC_FUNC(sl)->get_resolution) { in w1_therm_add_slave()
1033 SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl); in w1_therm_add_slave()
1664 if (SLAVE_SPECIFIC_FUNC(sl)->set_resolution) in w1_slave_store()
[all …]