Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/w1/
H A Dw1.c173 static struct bus_type w1_bus_type = { variable
181 .bus = &w1_bus_type,
187 .bus = &w1_bus_type,
195 .bus = &w1_bus_type,
201 .bus = &w1_bus_type,
678 sl->dev.bus = &w1_bus_type; in __w1_attach_slave_device()
1191 retval = bus_register(&w1_bus_type); in w1_init()
1223 bus_unregister(&w1_bus_type); in w1_init()
1241 bus_unregister(&w1_bus_type); in w1_fini()
/kernel/linux/linux-6.6/drivers/w1/
H A Dw1.c170 static struct bus_type w1_bus_type = { variable
177 .bus = &w1_bus_type,
183 .bus = &w1_bus_type,
191 .bus = &w1_bus_type,
197 .bus = &w1_bus_type,
670 sl->dev.bus = &w1_bus_type; in __w1_attach_slave_device()
1215 retval = bus_register(&w1_bus_type); in w1_init()
1247 bus_unregister(&w1_bus_type); in w1_init()
1265 bus_unregister(&w1_bus_type); in w1_fini()

Completed in 4 milliseconds