Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-pxa2xx-pci.c31 int (*setup)(struct pci_dev *pdev, struct pxa2xx_spi_controller *c);
90 static int lpss_spi_setup(struct pci_dev *dev, struct pxa2xx_spi_controller *c) in lpss_spi_setup()
171 static int ce4100_spi_setup(struct pci_dev *dev, struct pxa2xx_spi_controller *c) in ce4100_spi_setup()
186 static int mrfld_spi_setup(struct pci_dev *dev, struct pxa2xx_spi_controller *c) in mrfld_spi_setup()
243 static int qrk_spi_setup(struct pci_dev *dev, struct pxa2xx_spi_controller *c) in qrk_spi_setup()
265 struct pxa2xx_spi_controller spi_pdata; in pxa2xx_spi_pci_probe()
Dspi-pxa2xx.h18 struct pxa2xx_spi_controller;
32 struct pxa2xx_spi_controller *controller_info;
Dspi-pxa2xx-dma.c184 struct pxa2xx_spi_controller *pdata = drv_data->controller_info; in pxa2xx_spi_dma_setup()
Dspi-pxa2xx.c1329 static struct pxa2xx_spi_controller *
1332 struct pxa2xx_spi_controller *pdata; in pxa2xx_spi_init_pdata()
1438 struct pxa2xx_spi_controller *platform_info; in pxa2xx_spi_probe()
/Linux-v6.6/include/linux/spi/
Dpxa2xx_spi.h18 struct pxa2xx_spi_controller { struct
51 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_controller *info); argument
/Linux-v6.6/Documentation/spi/
Dpxa2xx.rst26 struct pxa2xx_spi_controller {
32 The "pxa2xx_spi_controller.num_chipselect" field is used to determine the number of
35 The "pxa2xx_spi_controller.enable_dma" field informs the driver that SSP DMA should
60 static struct pxa2xx_spi_controller pxa_nssp_master_info = {
188 by setting the "enable_dma" flag in the "pxa2xx_spi_controller" structure.
/Linux-v6.6/arch/arm/mach-pxa/
Ddevices.c670 void __init pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_controller *info) in pxa2xx_set_spi_info()
Dspitz.c572 static struct pxa2xx_spi_controller spitz_spi_info = {