Searched defs:mmc_spi_host (Results 1 – 1 of 1) sorted by relevance
105 struct mmc_spi_host { struct106 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;139 static inline int mmc_cs_off(struct mmc_spi_host *host) in mmc_cs_off() argument