Searched defs:mmc_ios (Results 1 – 1 of 1) sorted by relevance
17 struct mmc_ios { struct18 unsigned int clock;19 unsigned short vdd;46 unsigned char bus_mode;71 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios); argument