Home
last modified time | relevance | path

Searched defs:amba_driver (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/amba/
Dbus.h39 struct amba_driver { struct
40 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;