amba_driver
const struct amba_driver *pcdrv = to_amba_driver(drv);
struct amba_driver *pcdrv = to_amba_driver(dev->driver);
#define to_amba_driver(d) container_of_const(d, struct amba_driver, drv)
struct amba_driver *drv = to_amba_driver(dev->driver);
struct amba_driver *drv;
struct amba_driver *drv = to_amba_driver(dev->driver);
struct amba_driver *drv = to_amba_driver(dev->driver);
static struct amba_driver amba_proxy_drv = {
int __amba_driver_register(struct amba_driver *drv,
void amba_driver_unregister(struct amba_driver *drv)
static struct amba_driver nmk_rng_driver = {
static struct amba_driver pl08x_amba_driver = {
static struct amba_driver pl08x_amba_driver;
static struct amba_driver pl330_driver;
static struct amba_driver pl330_driver = {
static struct amba_driver pl061_gpio_driver = {
static struct amba_driver pl111_amba_driver __maybe_unused = {
static struct amba_driver catu_driver = {
int coresight_init_driver_with_owner(const char *drv, struct amba_driver *amba_drv,
void coresight_remove_driver(struct amba_driver *amba_drv,
static struct amba_driver debug_driver = {
static struct amba_driver cti_driver = {
static struct amba_driver etb_driver = {
static struct amba_driver etm_driver = {
static struct amba_driver etm4x_amba_driver = {
static struct amba_driver dynamic_funnel_driver = {
static struct amba_driver dynamic_replicator_driver = {
static struct amba_driver stm_driver = {
static struct amba_driver tmc_driver = {
static struct amba_driver trace_noc_driver = {
static struct amba_driver tpda_driver = {
static struct amba_driver dynamic_tpdm_driver = {
static struct amba_driver tpiu_driver = {
static struct amba_driver nmk_i2c_driver = {
static struct amba_driver ambakmi_driver = {
static struct amba_driver arm_mhu_driver = {
static struct amba_driver arm_mhu_db_driver = {
static struct amba_driver mhuv2_driver = {
static struct amba_driver pl320_driver = {
static struct amba_driver pl172_driver = {
static struct amba_driver pl353_smc_driver = {
static struct amba_driver mmci_driver = {
static struct amba_driver pl030_driver = {
static struct amba_driver pl031_driver = {
static struct amba_driver pl022_driver = {
static struct amba_driver pl010_driver = {
static struct amba_driver pl011_driver = {
static struct amba_driver vfio_amba_driver = {
static struct amba_driver sp805_wdt_driver = {
int __amba_driver_register(struct amba_driver *, struct module *);
void amba_driver_unregister(struct amba_driver *);
static inline int __amba_driver_register(struct amba_driver *drv,
static inline void amba_driver_unregister(struct amba_driver *drv)
int coresight_init_driver_with_owner(const char *drv, struct amba_driver *amba_drv,
void coresight_remove_driver(struct amba_driver *amba_drv,
static struct amba_driver aaci_driver = {