Searched refs:to_spi_driver (Results 1 – 2 of 2) sorted by relevance
75 const struct spi_driver *sdrv = to_spi_driver(sdev->dev.driver); in spi_get_device_id()84 const struct spi_driver *sdrv = to_spi_driver(drv); in spi_match_device()108 struct spi_driver *drv = to_spi_driver(dev->driver); in spi_legacy_suspend()123 struct spi_driver *drv = to_spi_driver(dev->driver); in spi_legacy_resume()229 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_drv_probe()236 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_drv_remove()243 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_drv_shutdown()
185 static inline struct spi_driver *to_spi_driver(struct device_driver *drv) in to_spi_driver() function