Home
last modified time | relevance | path

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

/drivers/amba/
Dbus.c303 struct bus_type amba_bustype = { variable
313 return bus_register(&amba_bustype); in amba_init()
422 drv->drv.bus = &amba_bustype; in amba_driver_register()
621 dev->dev.bus = &amba_bustype; in amba_device_initialize()
753 bus_for_each_dev(&amba_bustype, NULL, &data, amba_find_match); in amba_find_device()