Lines Matching defs:mmc_spi_host
124 struct mmc_spi_host { struct
125 struct mmc_host *mmc;
126 struct spi_device *spi;
128 unsigned char power_mode;
129 u16 powerup_msecs;
131 struct mmc_spi_platform_data *pdata;
134 struct spi_transfer token, t, crc, early_status;
135 struct spi_message m;
138 struct spi_transfer status;
139 struct spi_message readback;
163 static inline int mmc_cs_off(struct mmc_spi_host *host) in mmc_cs_off() argument