Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/spi/
Dpxa2xx_spi.h25 struct pxa2xx_spi_master { struct
56 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info); argument
/Linux-v4.19/arch/arm/mach-pxa/
Dicontrol.c118 static struct pxa2xx_spi_master pxa_ssp3_spi_master_info = {
123 static struct pxa2xx_spi_master pxa_ssp4_spi_master_info = {
Dpcm027.c135 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dstargate2.c340 static struct pxa2xx_spi_master pxa_ssp_master_0_info = {
344 static struct pxa2xx_spi_master pxa_ssp_master_1_info = {
348 static struct pxa2xx_spi_master pxa_ssp_master_2_info = {
Dcm-x255.c101 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dz2.c602 static struct pxa2xx_spi_master pxa_ssp1_master_info = {
607 static struct pxa2xx_spi_master pxa_ssp2_master_info = {
Dcm-x270.c306 static struct pxa2xx_spi_master cm_x270_spi_info = {
Dlittleton.c196 static struct pxa2xx_spi_master littleton_spi_info = {
Dpoodle.c198 static struct pxa2xx_spi_master poodle_spi_info = {
Dem-x270.c702 static struct pxa2xx_spi_master em_x270_spi_info = {
716 static struct pxa2xx_spi_master em_x270_spi_2_info = {
Dlubbock.c184 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dcorgi.c520 static struct pxa2xx_spi_master corgi_spi_info = {
Dhx4700.c632 static struct pxa2xx_spi_master pxa_ssp2_master_info = {
Dtosa.c805 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dmagician.c916 static struct pxa2xx_spi_master magician_spi_info = {
Dzeus.c393 static struct pxa2xx_spi_master pxa2xx_spi_ssp3_master_info = {
Dspitz.c574 static struct pxa2xx_spi_master spitz_spi_info = {
Ddevices.c1068 void __init pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info) in pxa2xx_set_spi_info()
/Linux-v4.19/Documentation/spi/
Dpxa2xx24 struct pxa2xx_spi_master {
29 The "pxa2xx_spi_master.num_chipselect" field is used to determine the number of
32 The "pxa2xx_spi_master.enable_dma" field informs the driver that SSP DMA should
54 static struct pxa2xx_spi_master pxa_nssp_master_info = {
209 by setting the "enable_dma" flag in the "pxa2xx_spi_master" structure. The DMA
/Linux-v4.19/drivers/spi/
Dspi-pxa2xx-pci.c200 struct pxa2xx_spi_master spi_pdata; in pxa2xx_spi_pci_probe()
268 struct pxa2xx_spi_master *spi_pdata; in pxa2xx_spi_pci_remove()
Dspi-pxa2xx.h37 struct pxa2xx_spi_master *master_info;
Dspi-pxa2xx-dma.c196 struct pxa2xx_spi_master *pdata = drv_data->master_info; in pxa2xx_spi_dma_setup()
Dspi-pxa2xx.c1423 static struct pxa2xx_spi_master *
1426 struct pxa2xx_spi_master *pdata; in pxa2xx_spi_init_pdata()
1486 static inline struct pxa2xx_spi_master *
1520 struct pxa2xx_spi_master *platform_info; in pxa2xx_spi_probe()