Searched defs:amba_driver (Results 1 – 3 of 3) sorted by relevance
67876 struct amba_driver { struct67877 struct device_driver drv;67878 int (*probe)(struct amba_device *, const struct amba_id *);67879 void (*remove)(struct amba_device *);67880 void (*shutdown)(struct amba_device *);67881 const struct amba_id *id_table;67882 bool driver_managed_dma;67883 u64 android_kabi_reserved1;
42118 struct amba_driver { struct42119 struct device_driver drv;42120 int (*probe)(struct amba_device *, const struct amba_id *);42121 void (*remove)(struct amba_device *);42122 void (*shutdown)(struct amba_device *);42123 const struct amba_id *id_table;42124 bool driver_managed_dma;