Searched defs:mmc_config (Results 1 – 1 of 1) sorted by relevance
509 struct mmc_config { struct510 const char *name;512 const struct mmc_ops *ops;514 uint host_caps;515 uint voltages;539 const struct mmc_config *cfg; /* provided configuration */ argument