Home
last modified time | relevance | path

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

/drivers/gpu/host1x/
Dbus.c263 static struct bus_type host1x_bus_type = { variable
269 return bus_register(&host1x_bus_type); in host1x_bus_init()
274 bus_unregister(&host1x_bus_type); in host1x_bus_exit()
308 device->dev.bus = &host1x_bus_type; in host1x_device_add()