Searched refs:spi_controller_suspend (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/drivers/spi/
H A Dspi-rpc-if.c189 return spi_controller_suspend(ctlr);
H A Dspi-ljca.c264 return spi_controller_suspend(controller);
H A Dspi-loongson-core.c238 spi_controller_suspend(controller);
H A Dspi-meson-spifc.c364 ret = spi_controller_suspend(host);
H A Dspi-amlogic-spifc-a1.c378 ret = spi_controller_suspend(spifc->ctrl);
H A Dspi-sifive.c434 ret = spi_controller_suspend(host);
H A Dspi-st-ssc4.c414 ret = spi_controller_suspend(host);
H A Dspi-bcm63xx.c625 spi_controller_suspend(host);
H A Dspi-bcmbca-hsspi.c597 spi_controller_suspend(host);
H A Dspi-at91-usart.c605 ret = spi_controller_suspend(ctrl);
H A Dspi-tegra20-sflash.c544 return spi_controller_suspend(host);
H A Dspi-coldfire-qspi.c453 ret = spi_controller_suspend(host);
H A Dspi-cadence.c710 return spi_controller_suspend(ctlr);
H A Dspi-mxs.c485 ret = spi_controller_suspend(host);
H A Dspi-slave-mt27xx.c489 ret = spi_controller_suspend(ctlr);
H A Dspi-bcm63xx-hsspi.c899 spi_controller_suspend(host);
H A Dspi-qcom-qspi.c865 ret = spi_controller_suspend(host);
H A Dspi-dw-core.c994 ret = spi_controller_suspend(dws->host);
H A Dspi-dln2.c802 ret = spi_controller_suspend(host);
H A Dspi-fsl-espi.c797 ret = spi_controller_suspend(host);
H A Dspi-img-spfi.c721 return spi_controller_suspend(host);
H A Dspi-zynqmp-gqspi.c959 ret = spi_controller_suspend(ctlr);
H A Dspi-synquacer.c754 ret = spi_controller_suspend(host);
H A Dspi-ti-qspi.c915 rc = spi_controller_suspend(qspi->host);
917 dev_alert(&pdev->dev, "spi_controller_suspend() failed (%pe)\n",
/linux-master/include/linux/spi/
H A Dspi.h815 extern int spi_controller_suspend(struct spi_controller *ctlr);

Completed in 232 milliseconds

12