Searched refs:set_cs (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/include/linux/spi/ |
H A D | s3c24xx.h | 23 void (*set_cs)(struct s3c2410_spi_info *spi, int cs, int pol); member in struct:s3c2410_spi_info
|
H A D | spi.h | 279 * @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 D | spi-s3c24xx.c | 70 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 D | spi-rockchip.c | 281 * 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 D | spi-coldfire-qspi.c | 418 master->set_cs = mcfqspi_set_cs; mcfqspi_probe()
|
H A D | spi-sun4i.c | 390 master->set_cs = sun4i_spi_set_cs; sun4i_spi_probe()
|
H A D | spi-sun6i.c | 389 master->set_cs = sun6i_spi_set_cs; sun6i_spi_probe()
|
H A D | spi-bcm2835.c | 446 master->set_cs = bcm2835_spi_set_cs; bcm2835_spi_probe()
|
H A D | spi-dw.c | 543 master->set_cs = dw_spi_set_cs; dw_spi_add_host()
|
H A D | spi-orion.c | 437 master->set_cs = orion_spi_set_cs; orion_spi_probe()
|
H A D | spi-cadence.c | 557 master->set_cs = cdns_spi_chipselect; cdns_spi_probe()
|
H A D | spi.c | 469 else if (spi->master->set_cs) spi_set_cs() 470 spi->master->set_cs(spi, !enable); spi_set_cs()
|
Completed in 175 milliseconds