Searched defs:amba_driver (Results 1 – 1 of 1) sorted by relevance
79 struct amba_driver { struct80 struct device_driver drv;81 int (*probe)(struct amba_device *, const struct amba_id *);82 void (*remove)(struct amba_device *);83 void (*shutdown)(struct amba_device *);84 const struct amba_id *id_table;