Lines Matching refs:SLAVE_SPECIFIC_FUNC
101 #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()
972 SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl); in w1_therm_add_slave()
1597 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in w1_slave_store()
1606 if (SLAVE_SPECIFIC_FUNC(sl)->set_resolution) in w1_slave_store()
1607 ret = SLAVE_SPECIFIC_FUNC(sl)->set_resolution(sl, val); in w1_slave_store()
1629 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in temperature_show()
1687 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in resolution_show()
1694 SLAVE_RESOLUTION(sl) = SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl); in resolution_show()
1719 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in resolution_store()
1731 ret = SLAVE_SPECIFIC_FUNC(sl)->set_resolution(sl, val); in resolution_store()
1865 if (!SLAVE_SPECIFIC_FUNC(sl)) { in alarms_store()
1872 ret = SLAVE_SPECIFIC_FUNC(sl)->write_data(sl, new_config_register); in alarms_store()
1933 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in conv_time_show()
1975 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in features_show()
1994 if ((!sl->family_data) || (!SLAVE_SPECIFIC_FUNC(sl))) { in features_store()