Searched refs:slave_abort (Results 1 – 10 of 10) sorted by relevance
387 ctlr->slave_abort = mtk_slave_abort; in mtk_spi_slave_probe()
397 ctlr->slave_abort(ctlr); in rockchip_spi_isr()1116 ctlr->slave_abort = rockchip_spi_slave_abort; in rockchip_spi_probe()
852 controller->slave_abort = fsl_lpspi_slave_abort; in fsl_lpspi_probe()
1249 ctlr->slave_abort = dspi_slave_abort; in dspi_probe()
1342 ctlr->slave_abort = sh_msiof_slave_abort; in sh_msiof_spi_probe()
1432 master->slave_abort = omap2_mcspi_slave_abort; in omap2_mcspi_probe()
2328 if (spi_controller_is_slave(ctlr) && ctlr->slave_abort) in spi_slave_abort()2329 return ctlr->slave_abort(ctlr); in spi_slave_abort()
1654 spi_imx->bitbang.master->slave_abort = spi_imx_slave_abort; in spi_imx_probe()
1721 controller->slave_abort = pxa2xx_spi_slave_abort; in pxa2xx_spi_probe()
628 int (*slave_abort)(struct spi_controller *ctlr); member