Lines Matching defs:mmc
10 #include <linux/mmc/host.h>
13 #include <linux/mmc/slot-gpio.h>
45 (host->mmc->caps & MMC_CAP_UHS_SDR50))) {
82 struct mmc_host *mmc = host->mmc;
95 if (!mmc_send_tuning(mmc, opcode, NULL)) {
98 dev_dbg(mmc_dev(mmc), "%s: Found good phase = %d\n",
99 mmc_hostname(mmc), phase);
108 dev_dbg(mmc_dev(mmc), "%s: Found bad phase = %d\n",
109 mmc_hostname(mmc), phase);
129 dev_dbg(mmc_dev(mmc), "%s: Setting the tuning phase to %d\n",
130 mmc_hostname(mmc), phase);
135 dev_dbg(mmc_dev(mmc), "%s: No tuning point found\n",
136 mmc_hostname(mmc));
197 ret = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0);
201 mmc_gpiod_request_cd_irq(host->mmc);