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.c103 struct fsl_lpspi_data { struct
115 void (*tx)(struct fsl_lpspi_data *); argument
116 void (*rx)(struct fsl_lpspi_data *); argument
118 u32 remain;
119 u8 watermark;
120 u8 txfifosize;
121 u8 rxfifosize;
123 struct lpspi_config config;
124 struct completion xfer_done;
126 bool target_aborted;
[all …]