Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/counter/
H A Dcounter-core.c56 static struct bus_type counter_bus_type = { variable
109 dev->bus = &counter_bus_type; in counter_alloc()
255 err = bus_register(&counter_bus_type); in counter_init()
267 bus_unregister(&counter_bus_type); in counter_init()
274 bus_unregister(&counter_bus_type); in counter_exit()
/kernel/linux/linux-5.10/drivers/counter/
H A Dcounter.c1325 static struct bus_type counter_bus_type = { variable
1357 device_state->dev.bus = &counter_bus_type; in counter_register()
1483 return bus_register(&counter_bus_type); in counter_init()
1488 bus_unregister(&counter_bus_type); in counter_exit()

Completed in 3 milliseconds