Lines Matching refs:SLAVE_SPECIFIC_FUNC

101 #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()
934 SLAVE_SPECIFIC_FUNC(sl) = sl_family_conv; in w1_therm_add_slave()
965 if (SLAVE_SPECIFIC_FUNC(sl)->get_resolution) { in w1_therm_add_slave()
967 SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl); in w1_therm_add_slave()
1592 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in w1_slave_store()
1601 if (SLAVE_SPECIFIC_FUNC(sl)->set_resolution) in w1_slave_store()
1602 ret = SLAVE_SPECIFIC_FUNC(sl)->set_resolution(sl, val); in w1_slave_store()
1624 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in temperature_show()
1682 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in resolution_show()
1689 SLAVE_RESOLUTION(sl) = SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl); in resolution_show()
1714 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in resolution_store()
1726 ret = SLAVE_SPECIFIC_FUNC(sl)->set_resolution(sl, val); in resolution_store()
1860 if (!SLAVE_SPECIFIC_FUNC(sl)) { in alarms_store()
1867 ret = SLAVE_SPECIFIC_FUNC(sl)->write_data(sl, new_config_register); in alarms_store()
1928 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in conv_time_show()
1970 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in features_show()
1989 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in features_store()