Searched refs:to_spi_driver (Results 1 – 2 of 2) sorted by relevance
350 const struct spi_driver *sdrv = to_spi_driver(sdev->dev.driver); in spi_get_device_id()371 const struct spi_driver *sdrv = to_spi_driver(drv); in spi_match_device()407 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_probe()438 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_remove()447 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_shutdown()
368 #define to_spi_driver(__drv) \ macro