Searched defs:msdc_host (Results 1 – 1 of 1) sorted by relevance
388 struct msdc_host { struct389 struct device *dev;390 const struct mtk_mmc_compatible *dev_comp;391 struct mmc_host *mmc; /* mmc structure */392 int cmd_rsp;394 spinlock_t lock;395 struct mmc_request *mrq;396 struct mmc_command *cmd;397 struct mmc_data *data;398 int error;[all …]