Searched refs:set_cs (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/include/linux/spi/
H A Ds3c24xx.h23 void (*set_cs)(struct s3c2410_spi_info *spi, int cs, int pol); member in struct:s3c2410_spi_info
H A Dspi.h279 * @set_cs: set the logic level of the chip select line. May be called
446 void (*set_cs)(struct spi_device *spi, bool enable); member in struct:spi_master
/linux-4.1.27/drivers/spi/
H A Dspi-s3c24xx.c70 void (*set_cs)(struct s3c2410_spi_info *spi, member in struct:s3c24xx_spi
107 hw->set_cs(hw->pdata, spi->chip_select, cspol^1); s3c24xx_spi_chipsel()
114 hw->set_cs(hw->pdata, spi->chip_select, cspol); s3c24xx_spi_chipsel()
481 if (hw->set_cs == s3c24xx_spi_gpiocs) s3c24xx_spi_initialsetup()
574 if (!pdata->set_cs) { s3c24xx_spi_probe()
588 hw->set_cs = s3c24xx_spi_gpiocs; s3c24xx_spi_probe()
591 hw->set_cs = pdata->set_cs; s3c24xx_spi_probe()
H A Dspi-rockchip.c281 * else if (spi->master->set_cs) rockchip_spi_set_cs()
282 * spi->master->set_cs(spi, !enable); rockchip_spi_set_cs()
714 master->set_cs = rockchip_spi_set_cs; rockchip_spi_probe()
H A Dspi-coldfire-qspi.c418 master->set_cs = mcfqspi_set_cs; mcfqspi_probe()
H A Dspi-sun4i.c390 master->set_cs = sun4i_spi_set_cs; sun4i_spi_probe()
H A Dspi-sun6i.c389 master->set_cs = sun6i_spi_set_cs; sun6i_spi_probe()
H A Dspi-bcm2835.c446 master->set_cs = bcm2835_spi_set_cs; bcm2835_spi_probe()
H A Dspi-dw.c543 master->set_cs = dw_spi_set_cs; dw_spi_add_host()
H A Dspi-orion.c437 master->set_cs = orion_spi_set_cs; orion_spi_probe()
H A Dspi-cadence.c557 master->set_cs = cdns_spi_chipselect; cdns_spi_probe()
H A Dspi.c469 else if (spi->master->set_cs) spi_set_cs()
470 spi->master->set_cs(spi, !enable); spi_set_cs()

Completed in 175 milliseconds