Searched defs:mmc_spi_host (Results 1 – 1 of 1) sorted by relevance
104 struct mmc_spi_host { struct105 struct mmc_host *mmc;106 struct spi_device *spi;108 unsigned char power_mode;109 u16 powerup_msecs;111 struct mmc_spi_platform_data *pdata;114 struct spi_transfer token, t, crc, early_status;138 static inline int mmc_cs_off(struct mmc_spi_host *host) in mmc_cs_off() argument