Searched refs:to_spi_driver (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/spi/
H A Dspi.c93 const struct spi_driver *sdrv = to_spi_driver(sdev->dev.driver); spi_get_device_id()
102 const struct spi_driver *sdrv = to_spi_driver(drv); spi_match_device()
142 const struct spi_driver *sdrv = to_spi_driver(dev->driver); spi_drv_probe()
161 const struct spi_driver *sdrv = to_spi_driver(dev->driver); spi_drv_remove()
172 const struct spi_driver *sdrv = to_spi_driver(dev->driver); spi_drv_shutdown()
/linux-4.1.27/include/linux/spi/
H A Dspi.h188 static inline struct spi_driver *to_spi_driver(struct device_driver *drv) to_spi_driver() function

Completed in 92 milliseconds