Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_therm.c101 #define SLAVE_SPECIFIC_FUNC(sl) \ macro
828 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in check_family_data()
844 if (SLAVE_SPECIFIC_FUNC(sl)) in bulk_read_support()
845 return SLAVE_SPECIFIC_FUNC(sl)->bulk_read; in bulk_read_support()
865 if (SLAVE_SPECIFIC_FUNC(sl)) in conversion_time()
866 return SLAVE_SPECIFIC_FUNC(sl)->get_conversion_time(sl); in conversion_time()
885 if (SLAVE_SPECIFIC_FUNC(sl)) in temperature_from_RAM()
886 return SLAVE_SPECIFIC_FUNC(sl)->convert(rom); in temperature_from_RAM()
935 SLAVE_SPECIFIC_FUNC(sl) = sl_family_conv; in w1_therm_add_slave()
966 if (SLAVE_SPECIFIC_FUNC(s in w1_therm_add_slave()
[all...]
/kernel/linux/linux-6.6/drivers/w1/slaves/
H A Dw1_therm.c101 #define SLAVE_SPECIFIC_FUNC(sl) \ macro
894 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in check_family_data()
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()
932 return SLAVE_SPECIFIC_FUNC(sl)->get_conversion_time(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(s in w1_therm_add_slave()
[all...]

Completed in 4 milliseconds