Searched defs:spi_driver (Results 1 – 8 of 8) sorted by relevance
82770 struct spi_driver { struct82771 const struct spi_device_id *id_table;82772 int (*probe)(struct spi_device *);82773 void (*remove)(struct spi_device *);82774 void (*shutdown)(struct spi_device *);82775 struct device_driver driver;
92680 struct spi_driver { struct92681 const struct spi_device_id *id_table;92682 int (*probe)(struct spi_device *);92683 void (*remove)(struct spi_device *);92684 void (*shutdown)(struct spi_device *);92685 struct device_driver driver;
78851 struct spi_driver { struct78852 const struct spi_device_id *id_table;78853 int (*probe)(struct spi_device *);78854 void (*remove)(struct spi_device *);78855 void (*shutdown)(struct spi_device *);78856 struct device_driver driver;
99291 struct spi_driver { struct99300 struct spi_driver spidrv; argument