Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/spi/
Dpxa2xx_spi.h25 struct pxa2xx_spi_master { struct
26 u16 num_chipselect;
27 u8 enable_dma;
30 bool (*dma_filter)(struct dma_chan *chan, void *param);
31 void *tx_param;
32 void *rx_param;
56 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info); argument