Lines Matching defs:mmc_spi_host
105 struct mmc_spi_host { struct
106 struct mmc_host *mmc;
107 struct spi_device *spi;
109 unsigned char power_mode;
110 u16 powerup_msecs;
112 struct mmc_spi_platform_data *pdata;
115 struct spi_transfer token, t, crc, early_status;
116 struct spi_message m;
119 struct spi_transfer status;
120 struct spi_message readback;
144 static inline int mmc_cs_off(struct mmc_spi_host *host) in mmc_cs_off() argument