Lines Matching refs:SLAVE_SPECIFIC_FUNC

101 #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(sl)->get_resolution) { in w1_therm_add_slave()
1033 SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl); in w1_therm_add_slave()
1655 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in w1_slave_store()
1664 if (SLAVE_SPECIFIC_FUNC(sl)->set_resolution) in w1_slave_store()
1665 ret = SLAVE_SPECIFIC_FUNC(sl)->set_resolution(sl, val); in w1_slave_store()
1687 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in temperature_show()
1745 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in resolution_show()
1752 SLAVE_RESOLUTION(sl) = SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl); in resolution_show()
1777 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in resolution_store()
1789 ret = SLAVE_SPECIFIC_FUNC(sl)->set_resolution(sl, val); in resolution_store()
1922 if (!SLAVE_SPECIFIC_FUNC(sl)) { in alarms_store()
1929 ret = SLAVE_SPECIFIC_FUNC(sl)->write_data(sl, new_config_register); in alarms_store()
1990 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in conv_time_show()
2032 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in features_show()
2051 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in features_store()