Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-pci1xxxx.c477 static int pci1xxxx_spi_transfer_with_io(struct spi_controller *spi_ctlr, in pci1xxxx_spi_transfer_with_io() argument
480 struct pci1xxxx_spi_internal *p = spi_controller_get_devdata(spi_ctlr); in pci1xxxx_spi_transfer_with_io()
538 static int pci1xxxx_spi_transfer_with_dma(struct spi_controller *spi_ctlr, in pci1xxxx_spi_transfer_with_dma() argument
542 struct pci1xxxx_spi_internal *p = spi_controller_get_devdata(spi_ctlr); in pci1xxxx_spi_transfer_with_dma()
631 static int pci1xxxx_spi_transfer_one(struct spi_controller *spi_ctlr, in pci1xxxx_spi_transfer_one() argument
634 if (spi_xfer_is_dma_mapped(spi_ctlr, spi, xfer)) in pci1xxxx_spi_transfer_one()
635 return pci1xxxx_spi_transfer_with_dma(spi_ctlr, spi, xfer); in pci1xxxx_spi_transfer_one()
637 return pci1xxxx_spi_transfer_with_io(spi_ctlr, spi, xfer); in pci1xxxx_spi_transfer_one()