Lines Matching refs:aprbus
264 struct bus_type aprbus = {
265 .name = "aprbus",
271 EXPORT_SYMBOL_GPL(aprbus);
308 adev->dev.bus = &aprbus;
520 * __apr_driver_register() - Client driver registration with aprbus
525 * This API will register the client driver with the aprbus
530 drv->driver.bus = &aprbus;
569 ret = bus_register(&aprbus);
573 bus_unregister(&aprbus);
580 bus_unregister(&aprbus);