Searched refs:amba_device (Results 1 – 2 of 2) sorted by relevance
64 struct amba_device { struct83 int (*probe)(struct amba_device *, const struct amba_id *); argument84 void (*remove)(struct amba_device *);85 void (*shutdown)(struct amba_device *);141 void amba_device_put(struct amba_device *);142 int amba_device_add(struct amba_device *, struct resource *);144 void amba_device_unregister(struct amba_device *);145 int amba_request_regions(struct amba_device *, const char *);146 void amba_release_regions(struct amba_device *);173 struct amba_device name##_device = { \[all …]
219 struct amba_device; /* in uncompress this is included but amba/bus.h is not */221 void (*set_mctrl)(struct amba_device *dev, void __iomem *base, unsigned int mctrl);
Completed in 5 milliseconds