Searched refs:w1_therm_families (Results 1 – 1 of 1) sorted by relevance
721 static struct w1_therm_family_converter w1_therm_families[] = { variable783 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) { in device_family()784 if (w1_therm_families[i].f->fid == sl->family->fid) { in device_family()785 ret = &w1_therm_families[i]; in device_family()2136 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) { in w1_therm_init()2137 err = w1_register_family(w1_therm_families[i].f); in w1_therm_init()2139 w1_therm_families[i].broken = 1; in w1_therm_init()2149 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) in w1_therm_fini()2150 if (!w1_therm_families[i].broken) in w1_therm_fini()2151 w1_unregister_family(w1_therm_families[i].f); in w1_therm_fini()