Searched defs:amba_driver (Results 1 – 2 of 2) sorted by relevance
39 struct amba_driver { struct40 struct device_driver drv;41 int (*probe)(struct amba_device *, const struct amba_id *);42 int (*remove)(struct amba_device *);43 void (*shutdown)(struct amba_device *);44 const struct amba_id *id_table;
76 struct amba_driver { struct77 struct device_driver drv;78 int (*probe)(struct amba_device *, const struct amba_id *);79 int (*remove)(struct amba_device *);80 void (*shutdown)(struct amba_device *);81 const struct amba_id *id_table;