Home
last modified time | relevance | path

Searched refs:cd_setup (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1100_mmc.h44 int(*cd_setup)(void *mmc_host, int on); member
/openbmc/linux/drivers/mmc/host/
H A Dau1xmmc.c1029 if (host->platdata && host->platdata->cd_setup) { in au1xmmc_probe()
1030 ret = host->platdata->cd_setup(mmc, 1); in au1xmmc_probe()
1097 if (host->platdata && host->platdata->cd_setup && in au1xmmc_probe()
1099 host->platdata->cd_setup(mmc, 0); in au1xmmc_probe()
1129 if (host->platdata && host->platdata->cd_setup && in au1xmmc_remove()
1131 host->platdata->cd_setup(host->mmc, 0); in au1xmmc_remove()
/openbmc/linux/arch/mips/alchemy/devboards/
H A Ddb1000.c289 .cd_setup = db1100_mmc_cd_setup,
296 .cd_setup = db1100_mmc1_cd_setup,
H A Ddb1200.c504 .cd_setup = db1200_mmc_cd_setup,
511 .cd_setup = pb1200_mmc1_cd_setup,
H A Ddb1300.c529 .cd_setup = db1300_mmc_cd_setup,