Searched refs:amba_device (Results 1 – 3 of 3) sorted by relevance
65 struct amba_device { struct86 int (*probe)(struct amba_device *, const struct amba_id *); argument87 void (*remove)(struct amba_device *);88 void (*shutdown)(struct amba_device *);115 #define to_amba_device(d) container_of_const(d, struct amba_device, dev)133 struct amba_device *amba_device_alloc(const char *, resource_size_t, size_t);134 void amba_device_put(struct amba_device *);135 int amba_device_add(struct amba_device *, struct resource *);136 int amba_device_register(struct amba_device *, struct resource *);137 void amba_device_unregister(struct amba_device *);[all …]
210 struct amba_device; /* in uncompress this is included but amba/bus.h is not */212 void (*set_mctrl)(struct amba_device *dev, void __iomem *base, unsigned int mctrl);
124 struct amba_device;130 struct amba_device *dev;