Searched refs:set_cs (Results 1 – 21 of 21) sorted by relevance
779 !dws->set_cs) { in dw_spi_init_mem_ops()972 if (dws->set_cs) in dw_spi_add_controller()973 ctlr->set_cs = dws->set_cs; in dw_spi_add_controller()975 ctlr->set_cs = dw_spi_set_cs; in dw_spi_add_controller()
159 host->set_cs = jcore_spi_chipsel; in jcore_spi_probe()
210 host->set_cs = altera_spi_set_cs; in altera_spi_init_host()
191 ctrl->set_cs = ch341_set_cs; in ch341_probe()
169 void (*set_cs)(struct spi_device *spi, bool enable); member
514 host->set_cs = fsl_spi_grlib_cs_control; in fsl_spi_grlib_probe()554 host->set_cs = fsl_spi_cs_control; in fsl_spi_probe()
383 ctlr->set_cs = spi_bitbang_set_cs; in spi_bitbang_init()
391 host->set_cs = kspi2_set_cs; in kspi2_probe()
406 host->set_cs = mcfqspi_set_cs; in mcfqspi_probe()
552 host->set_cs = mpfs_spi_set_cs; in mpfs_spi_probe()
1101 spi->controller->set_cs) in spi_set_cs()1102 spi->controller->set_cs(spi, !enable); in spi_set_cs()1103 } else if (spi->controller->set_cs) { in spi_set_cs()1104 spi->controller->set_cs(spi, !enable); in spi_set_cs()4104 if (spi->controller->auto_runtime_pm && spi->controller->set_cs) { in spi_setup()
738 ctlr->set_cs = cdns_spi_chipselect; in cdns_spi_probe()
670 host->set_cs = sun6i_spi_set_cs; in sun6i_spi_probe()
834 ctlr->set_cs = ax_spi_chipselect; in ax_spi_probe()
926 spi_host->set_cs = pci1xxxx_spi_set_cs; in pci1xxxx_spi_probe()
1300 controller->set_cs = pxa2xx_spi_set_cs; in pxa2xx_spi_probe()
1494 ctlr->set_cs = omap2_mcspi_set_cs; in omap2_mcspi_probe()
1189 host->set_cs = mtk_spi_set_cs; in mtk_spi_probe()
1545 host->set_cs = atmel_spi_set_cs; in atmel_spi_probe()
1892 host->set_cs = pl022_cs_control; in pl022_probe()
762 void (*set_cs)(struct spi_device *spi, bool enable); member