Searched refs:aprbus (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/linux/soc/qcom/
H A Dapr.h12 extern const struct bus_type aprbus;
176 * module_apr_driver() - Helper macro for registering a aprbus driver
179 * Helper macro for aprbus drivers which do not do anything special in
/linux-master/drivers/soc/qcom/
H A Dapr.c402 const struct bus_type aprbus = { variable in typeref:struct:bus_type
403 .name = "aprbus",
409 EXPORT_SYMBOL_GPL(aprbus); variable
450 adev->dev.bus = &aprbus;
667 * __apr_driver_register() - Client driver registration with aprbus
672 * This API will register the client driver with the aprbus
677 drv->driver.bus = &aprbus;
717 ret = bus_register(&aprbus);
721 bus_unregister(&aprbus);
728 bus_unregister(&aprbus);
[all...]

Completed in 208 milliseconds