Searched refs:w1_therm_families (Results 1 – 1 of 1) sorted by relevance
146 static struct w1_therm_family_converter w1_therm_families[] = { variable199 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) in w1_convert_temp()200 if (w1_therm_families[i].f->fid == fid) in w1_convert_temp()201 return w1_therm_families[i].convert(rom); in w1_convert_temp()323 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) { in w1_therm_init()324 err = w1_register_family(w1_therm_families[i].f); in w1_therm_init()326 w1_therm_families[i].broken = 1; in w1_therm_init()336 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) in w1_therm_fini()337 if (!w1_therm_families[i].broken) in w1_therm_fini()338 w1_unregister_family(w1_therm_families[i].f); in w1_therm_fini()