Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/spi/
Dpxa2xx_spi.h16 struct pxa2xx_spi_controller { struct
17 u16 num_chipselect;
18 u8 enable_dma;
19 u8 dma_burst_size;
20 bool is_slave;
23 bool (*dma_filter)(struct dma_chan *chan, void *param);
24 void *tx_param;
25 void *rx_param;
49 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_controller *info); argument