Searched defs:spi_driver (Results 1 – 2 of 2) sorted by relevance
85646 struct spi_driver { struct85647 const struct spi_device_id *id_table;85648 int (*probe)(struct spi_device *);85649 void (*remove)(struct spi_device *);85650 void (*shutdown)(struct spi_device *);85651 struct device_driver driver;85652 u64 android_kabi_reserved1;
95377 struct spi_driver { struct95378 const struct spi_device_id *id_table;95379 int (*probe)(struct spi_device *);95380 void (*remove)(struct spi_device *);95381 void (*shutdown)(struct spi_device *);95382 struct device_driver driver;95383 u64 android_kabi_reserved1;