Lines Matching defs:mmc_spi_host
111 struct mmc_spi_host { struct
112 struct mmc_host *mmc;
113 struct spi_device *spi;
115 unsigned char power_mode;
116 u16 powerup_msecs;
118 struct mmc_spi_platform_data *pdata;
121 struct spi_transfer token, t, crc, early_status;
122 struct spi_message m;
125 struct spi_transfer status;
126 struct spi_message readback;
150 static inline int mmc_cs_off(struct mmc_spi_host *host) in mmc_cs_off() argument