Lines Matching full:amba

3  *  linux/arch/arm/common/amba.c
16 #include <linux/amba/bus.h>
80 retval = add_uevent_var(env, "MODALIAS=amba:d%08X", pcdev->periphid); in amba_uevent()
211 * so we call the bus "amba".
212 * DMA configuration for platform and AMBA bus is same. So here we reuse
216 .name = "amba",
328 * amba_driver_register - register an AMBA device driver
329 * @drv: amba device driver structure
331 * Register an AMBA device driver with the Linux device model
349 * amba_driver_unregister - remove an AMBA device driver
350 * @drv: AMBA device driver structure to remove
352 * Unregister an AMBA device driver from the Linux device
408 * Find reset control(s) of the amba bus and de-assert them. in amba_device_try_add()
486 * Registration of AMBA device require reading its pid and cid registers.
540 * amba_device_add - add a previously allocated AMBA device structure
541 * @dev: AMBA device allocated by amba_device_alloc
545 * initialized. Register the AMBA device with the Linux device
661 * amba_device_alloc - allocate an AMBA device
662 * @name: sysfs name of the AMBA device
663 * @base: base of AMBA device
664 * @size: size of AMBA device
666 * Allocate and initialize an AMBA device structure. Returns %NULL
687 * amba_device_register - register an AMBA device
688 * @dev: AMBA device to register
691 * Setup the AMBA device, reading the cell ID if present.
692 * Claim the resource, and register the AMBA device with
704 * amba_device_put - put an AMBA device
705 * @dev: AMBA device to put
714 * amba_device_unregister - unregister an AMBA device
715 * @dev: AMBA device to remove
717 * Remove the specified AMBA device from the Linux device
720 * been removed. The AMBA device's resources including
759 * amba_find_device - locate an AMBA device given a bus id
765 * Return the AMBA device corresponding to the supplied parameters.