Home
last modified time | relevance | path

Searched refs:ext_cd_cleanup (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/arm/plat-samsung/
Dplatformdata.c46 set->ext_cd_cleanup = pd->ext_cd_cleanup; in s3c_sdhci_set_platdata()
/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dsdhci.h78 int (*ext_cd_cleanup)(void (*notify_func)(struct platform_device *, member
/linux-3.4.99/drivers/mmc/host/
Dsdhci-s3c.c646 if (pdata->cd_type == S3C_SDHCI_CD_EXTERNAL && pdata->ext_cd_cleanup) in sdhci_s3c_remove()
647 pdata->ext_cd_cleanup(&sdhci_s3c_notify_change); in sdhci_s3c_remove()