Searched refs:set_cs (Results 1 – 12 of 12) sorted by relevance
70 void (*set_cs)(struct s3c2410_spi_info *spi, member107 hw->set_cs(hw->pdata, spi->chip_select, cspol^1); in s3c24xx_spi_chipsel()114 hw->set_cs(hw->pdata, spi->chip_select, cspol); in s3c24xx_spi_chipsel()481 if (hw->set_cs == s3c24xx_spi_gpiocs) in s3c24xx_spi_initialsetup()574 if (!pdata->set_cs) { in s3c24xx_spi_probe()588 hw->set_cs = s3c24xx_spi_gpiocs; in s3c24xx_spi_probe()591 hw->set_cs = pdata->set_cs; in s3c24xx_spi_probe()
390 master->set_cs = sun4i_spi_set_cs; in sun4i_spi_probe()
446 master->set_cs = bcm2835_spi_set_cs; in bcm2835_spi_probe()
389 master->set_cs = sun6i_spi_set_cs; in sun6i_spi_probe()
557 master->set_cs = cdns_spi_chipselect; in cdns_spi_probe()
437 master->set_cs = orion_spi_set_cs; in orion_spi_probe()
418 master->set_cs = mcfqspi_set_cs; in mcfqspi_probe()
543 master->set_cs = dw_spi_set_cs; in dw_spi_add_host()
714 master->set_cs = rockchip_spi_set_cs; in rockchip_spi_probe()
469 else if (spi->master->set_cs) in spi_set_cs()470 spi->master->set_cs(spi, !enable); in spi_set_cs()
23 void (*set_cs)(struct s3c2410_spi_info *spi, int cs, int pol); member
446 void (*set_cs)(struct spi_device *spi, bool enable); member