Searched refs:spi_master_get (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/spi/
H A Dspi-omap-100k.c448 struct spi_master *master = spi_master_get(platform_get_drvdata(pdev)); omap1_spi100k_remove()
462 struct spi_master *master = spi_master_get(dev_get_drvdata(dev)); omap1_spi100k_runtime_suspend()
473 struct spi_master *master = spi_master_get(dev_get_drvdata(dev)); omap1_spi100k_runtime_resume()
H A Dspi-bitbang.c457 ret = spi_register_master(spi_master_get(master)); spi_bitbang_start()
H A Dspi-mpc52xx-psc.c484 struct spi_master *master = spi_master_get(platform_get_drvdata(op)); mpc52xx_psc_spi_of_remove()
H A Dspi-mpc52xx.c519 struct spi_master *master = spi_master_get(platform_get_drvdata(op)); mpc52xx_spi_remove()
H A Dspi-dln2.c784 struct spi_master *master = spi_master_get(platform_get_drvdata(pdev)); dln2_spi_remove()
H A Dspi-rockchip.c769 struct spi_master *master = spi_master_get(platform_get_drvdata(pdev)); rockchip_spi_remove()
H A Dspi-s3c64xx.c1212 struct spi_master *master = spi_master_get(platform_get_drvdata(pdev)); s3c64xx_spi_remove()
H A Dspi.c238 if (!spi_master_get(master)) spi_alloc_device()
/linux-4.1.27/include/linux/spi/
H A Dspi.h474 static inline struct spi_master *spi_master_get(struct spi_master *master) spi_master_get() function

Completed in 124 milliseconds