Home
last modified time | relevance | path

Searched refs:set_cs (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/spi/
H A Dspi-dw-core.c779 !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()
H A Dspi-jcore.c159 host->set_cs = jcore_spi_chipsel; in jcore_spi_probe()
H A Dspi-altera-core.c210 host->set_cs = altera_spi_set_cs; in altera_spi_init_host()
H A Dspi-fsl-spi.c514 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()
H A Dspi-bitbang.c383 ctlr->set_cs = spi_bitbang_set_cs; in spi_bitbang_init()
H A Dspi-mpfs.c552 host->set_cs = mpfs_spi_set_cs; in mpfs_spi_probe()
H A Dspi.c1106 spi->controller->set_cs) in spi_set_cs()
1107 spi->controller->set_cs(spi, !enable); in spi_set_cs()
1108 } else if (spi->controller->set_cs) { in spi_set_cs()
1109 spi->controller->set_cs(spi, !enable); in spi_set_cs()
4099 if (spi->controller->auto_runtime_pm && spi->controller->set_cs) { in spi_setup()
H A Dspi-cadence.c738 ctlr->set_cs = cdns_spi_chipselect; in cdns_spi_probe()
H A Dspi-sun6i.c670 host->set_cs = sun6i_spi_set_cs; in sun6i_spi_probe()
H A Dspi-pci1xxxx.c926 spi_host->set_cs = pci1xxxx_spi_set_cs; in pci1xxxx_spi_probe()
H A Dspi-pxa2xx.c1300 controller->set_cs = pxa2xx_spi_set_cs; in pxa2xx_spi_probe()
H A Dspi-omap2-mcspi.c1494 ctlr->set_cs = omap2_mcspi_set_cs; in omap2_mcspi_probe()
H A Dspi-mt65xx.c1189 host->set_cs = mtk_spi_set_cs; in mtk_spi_probe()
H A Dspi-atmel.c1545 host->set_cs = atmel_spi_set_cs; in atmel_spi_probe()
H A Dspi-pl022.c1892 host->set_cs = pl022_cs_control; in pl022_probe()
/linux/include/linux/spi/
H A Dspi.h767 void (*set_cs)(struct spi_device *spi, bool enable); member