Lines Matching defs:mmc_spi_host
125 struct mmc_spi_host { struct
126 struct mmc_host *mmc;
127 struct spi_device *spi;
129 unsigned char power_mode;
130 u16 powerup_msecs;
132 struct mmc_spi_platform_data *pdata;
135 struct spi_transfer token, t, crc, early_status;
136 struct spi_message m;
139 struct spi_transfer status;
140 struct spi_message readback;
164 static inline int mmc_cs_off(struct mmc_spi_host *host) in mmc_cs_off() argument