Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-fsl-lpspi.c98 struct fsl_lpspi_data { struct
110 void (*tx)(struct fsl_lpspi_data *); argument
111 void (*rx)(struct fsl_lpspi_data *); argument
113 u32 remain;
114 u8 watermark;
115 u8 txfifosize;
116 u8 rxfifosize;
118 struct lpspi_config config;
119 struct completion xfer_done;
121 bool target_aborted;
[all …]