Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/amba/
Dbus.h81 struct amba_driver { struct
82 struct device_driver drv;
83 int (*probe)(struct amba_device *, const struct amba_id *);
84 void (*remove)(struct amba_device *);
85 void (*shutdown)(struct amba_device *);
86 const struct amba_id *id_table;
116 int amba_driver_register(struct amba_driver *); argument
/kernel/linux/linux-5.10/include/linux/amba/
Dbus.h76 struct amba_driver { struct
77 struct device_driver drv;
78 int (*probe)(struct amba_device *, const struct amba_id *);
79 void (*remove)(struct amba_device *);
80 void (*shutdown)(struct amba_device *);
81 const struct amba_id *id_table;