Symbol: amba_driver
drivers/amba/bus.c
183
const struct amba_driver *pcdrv = to_amba_driver(drv);
drivers/amba/bus.c
255
struct amba_driver *pcdrv = to_amba_driver(dev->driver);
drivers/amba/bus.c
29
#define to_amba_driver(d) container_of_const(d, struct amba_driver, drv)
drivers/amba/bus.c
298
struct amba_driver *drv = to_amba_driver(dev->driver);
drivers/amba/bus.c
315
struct amba_driver *drv;
drivers/amba/bus.c
327
struct amba_driver *drv = to_amba_driver(dev->driver);
drivers/amba/bus.c
350
struct amba_driver *drv = to_amba_driver(dev->driver);
drivers/amba/bus.c
449
static struct amba_driver amba_proxy_drv = {
drivers/amba/bus.c
483
int __amba_driver_register(struct amba_driver *drv,
drivers/amba/bus.c
504
void amba_driver_unregister(struct amba_driver *drv)
drivers/char/hw_random/nomadik-rng.c
79
static struct amba_driver nmk_rng_driver = {
drivers/dma/amba-pl08x.c
3056
static struct amba_driver pl08x_amba_driver = {
drivers/dma/amba-pl08x.c
93
static struct amba_driver pl08x_amba_driver;
drivers/dma/pl330.c
2024
static struct amba_driver pl330_driver;
drivers/dma/pl330.c
3253
static struct amba_driver pl330_driver = {
drivers/gpio/gpio-pl061.c
420
static struct amba_driver pl061_gpio_driver = {
drivers/gpu/drm/pl111/pl111_drv.c
436
static struct amba_driver pl111_amba_driver __maybe_unused = {
drivers/hwtracing/coresight/coresight-catu.c
615
static struct amba_driver catu_driver = {
drivers/hwtracing/coresight/coresight-core.c
2141
int coresight_init_driver_with_owner(const char *drv, struct amba_driver *amba_drv,
drivers/hwtracing/coresight/coresight-core.c
2163
void coresight_remove_driver(struct amba_driver *amba_drv,
drivers/hwtracing/coresight/coresight-cpu-debug.c
679
static struct amba_driver debug_driver = {
drivers/hwtracing/coresight/coresight-cti-core.c
771
static struct amba_driver cti_driver = {
drivers/hwtracing/coresight/coresight-etb10.c
837
static struct amba_driver etb_driver = {
drivers/hwtracing/coresight/coresight-etm3x-core.c
946
static struct amba_driver etm_driver = {
drivers/hwtracing/coresight/coresight-etm4x-core.c
2452
static struct amba_driver etm4x_amba_driver = {
drivers/hwtracing/coresight/coresight-funnel.c
402
static struct amba_driver dynamic_funnel_driver = {
drivers/hwtracing/coresight/coresight-replicator.c
408
static struct amba_driver dynamic_replicator_driver = {
drivers/hwtracing/coresight/coresight-stm.c
993
static struct amba_driver stm_driver = {
drivers/hwtracing/coresight/coresight-tmc-core.c
956
static struct amba_driver tmc_driver = {
drivers/hwtracing/coresight/coresight-tnoc.c
271
static struct amba_driver trace_noc_driver = {
drivers/hwtracing/coresight/coresight-tpda.c
626
static struct amba_driver tpda_driver = {
drivers/hwtracing/coresight/coresight-tpdm.c
1509
static struct amba_driver dynamic_tpdm_driver = {
drivers/hwtracing/coresight/coresight-tpiu.c
253
static struct amba_driver tpiu_driver = {
drivers/i2c/busses/i2c-nomadik.c
1213
static struct amba_driver nmk_i2c_driver = {
drivers/input/serio/ambakmi.c
195
static struct amba_driver ambakmi_driver = {
drivers/mailbox/arm_mhu.c
165
static struct amba_driver arm_mhu_driver = {
drivers/mailbox/arm_mhu_db.c
340
static struct amba_driver arm_mhu_db_driver = {
drivers/mailbox/arm_mhuv2.c
1125
static struct amba_driver mhuv2_driver = {
drivers/mailbox/pl320-ipc.c
163
static struct amba_driver pl320_driver = {
drivers/memory/pl172.c
289
static struct amba_driver pl172_driver = {
drivers/memory/pl353-smc.c
121
static struct amba_driver pl353_smc_driver = {
drivers/mmc/host/mmci.c
2672
static struct amba_driver mmci_driver = {
drivers/rtc/rtc-pl030.c
161
static struct amba_driver pl030_driver = {
drivers/rtc/rtc-pl031.c
457
static struct amba_driver pl031_driver = {
drivers/spi/spi-pl022.c
2166
static struct amba_driver pl022_driver = {
drivers/tty/serial/amba-pl010.c
777
static struct amba_driver pl010_driver = {
drivers/tty/serial/amba-pl011.c
3230
static struct amba_driver pl011_driver = {
drivers/vfio/platform/vfio_amba.c
134
static struct amba_driver vfio_amba_driver = {
drivers/watchdog/sp805_wdt.c
361
static struct amba_driver sp805_wdt_driver = {
include/linux/amba/bus.h
117
int __amba_driver_register(struct amba_driver *, struct module *);
include/linux/amba/bus.h
118
void amba_driver_unregister(struct amba_driver *);
include/linux/amba/bus.h
121
static inline int __amba_driver_register(struct amba_driver *drv,
include/linux/amba/bus.h
126
static inline void amba_driver_unregister(struct amba_driver *drv)
include/linux/coresight.h
709
int coresight_init_driver_with_owner(const char *drv, struct amba_driver *amba_drv,
include/linux/coresight.h
715
void coresight_remove_driver(struct amba_driver *amba_drv,
sound/arm/aaci.c
1054
static struct amba_driver aaci_driver = {