Home
last modified time | relevance | path

Searched defs:mmc_spi_host (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/mmc/host/
Dmmc_spi.c104 struct mmc_spi_host { struct
105 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