Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_therm.c721 static struct w1_therm_family_converter w1_therm_families[] = { variable
783 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()
2133 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) { in w1_therm_init()
2134 err = w1_register_family(w1_therm_families[i].f); in w1_therm_init()
2136 w1_therm_families[i].broken = 1; in w1_therm_init()
2146 for (i = 0; i < ARRAY_SIZE(w1_therm_families); ++i) in w1_therm_fini()
2147 if (!w1_therm_families[i].broken) in w1_therm_fini()
2148 w1_unregister_family(w1_therm_families[ in w1_therm_fini()
[all...]
/kernel/linux/linux-6.6/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[ in w1_therm_fini()
[all...]

Completed in 6 milliseconds