Home
last modified time | relevance | path

Searched refs:w1_therm_families (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/w1/slaves/
H A Dw1_therm.c786 static struct w1_therm_family_converter w1_therm_families[] = { variable
849 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) { in device_family()
850 if (w1_therm_families[i].f->fid == sl->family->fid) { in device_family()
851 ret = &w1_therm_families[i]; in device_family()
2196 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) { in w1_therm_init()
2197 err = w1_register_family(w1_therm_families[i].f); in w1_therm_init()
2199 w1_therm_families[i].broken = 1; in w1_therm_init()
2209 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) in w1_therm_fini()
2210 if (!w1_therm_families[i].broken) in w1_therm_fini()
2211 w1_unregister_family(w1_therm_families[i].f); in w1_therm_fini()