Searched defs:amba_driver (Results 1 – 1 of 1) sorted by relevance
75 struct amba_driver { struct76 struct device_driver drv;77 int (*probe)(struct amba_device *, const struct amba_id *);78 int (*remove)(struct amba_device *);79 void (*shutdown)(struct amba_device *);80 const struct amba_id *id_table;