Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/mach-au1x00/
Dau1100_mmc.h44 int(*cd_setup)(void *mmc_host, int on); member
/Linux-v4.19/drivers/mmc/host/
Dau1xmmc.c1048 if (host->platdata && host->platdata->cd_setup) { in au1xmmc_probe()
1049 ret = host->platdata->cd_setup(mmc, 1); in au1xmmc_probe()
1118 if (host->platdata && host->platdata->cd_setup && in au1xmmc_probe()
1120 host->platdata->cd_setup(mmc, 0); in au1xmmc_probe()
1149 if (host->platdata && host->platdata->cd_setup && in au1xmmc_remove()
1151 host->platdata->cd_setup(host->mmc, 0); in au1xmmc_remove()
/Linux-v4.19/arch/mips/alchemy/devboards/
Ddb1000.c303 .cd_setup = db1100_mmc_cd_setup,
310 .cd_setup = db1100_mmc1_cd_setup,
Ddb1200.c533 .cd_setup = db1200_mmc_cd_setup,
540 .cd_setup = pb1200_mmc1_cd_setup,
Ddb1300.c534 .cd_setup = db1300_mmc_cd_setup,