Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dsoc.c31 static const struct bus_type soc_bus_type = { variable
164 soc_dev->dev.bus = &soc_bus_type; in soc_device_register()
199 ret = bus_register(&soc_bus_type); in soc_bus_register()
268 ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches, in soc_device_match()