Searched refs:cd_setup (Results 1 – 5 of 5) sorted by relevance
44 int(*cd_setup)(void *mmc_host, int on); member
1044 if (host->platdata && host->platdata->cd_setup) { in au1xmmc_probe()1045 ret = host->platdata->cd_setup(mmc, 1); in au1xmmc_probe()1114 if (host->platdata && host->platdata->cd_setup && in au1xmmc_probe()1116 host->platdata->cd_setup(mmc, 0); in au1xmmc_probe()1145 if (host->platdata && host->platdata->cd_setup && in au1xmmc_remove()1147 host->platdata->cd_setup(host->mmc, 0); in au1xmmc_remove()
302 .cd_setup = db1100_mmc_cd_setup,309 .cd_setup = db1100_mmc1_cd_setup,
525 .cd_setup = db1200_mmc_cd_setup,532 .cd_setup = pb1200_mmc1_cd_setup,
529 .cd_setup = db1300_mmc_cd_setup,