sdhci-pltfm.h (10ce3cc919f50c2043b41ca968b43c26a3672600) | sdhci-pltfm.h (d005d94359a8df84ea6e5ac137393707f9e87e81) |
---|---|
1/* 2 * Copyright 2010 MontaVista Software, LLC. 3 * 4 * Author: Anton Vorontsov <avorontsov@ru.mvista.com> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 84 unchanged lines hidden (view full) --- 93extern struct sdhci_host *sdhci_pltfm_init(struct platform_device *pdev, 94 struct sdhci_pltfm_data *pdata); 95extern void sdhci_pltfm_free(struct platform_device *pdev); 96 97extern int sdhci_pltfm_register(struct platform_device *pdev, 98 struct sdhci_pltfm_data *pdata); 99extern int sdhci_pltfm_unregister(struct platform_device *pdev); 100 | 1/* 2 * Copyright 2010 MontaVista Software, LLC. 3 * 4 * Author: Anton Vorontsov <avorontsov@ru.mvista.com> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 84 unchanged lines hidden (view full) --- 93extern struct sdhci_host *sdhci_pltfm_init(struct platform_device *pdev, 94 struct sdhci_pltfm_data *pdata); 95extern void sdhci_pltfm_free(struct platform_device *pdev); 96 97extern int sdhci_pltfm_register(struct platform_device *pdev, 98 struct sdhci_pltfm_data *pdata); 99extern int sdhci_pltfm_unregister(struct platform_device *pdev); 100 |
101extern unsigned int sdhci_pltfm_clk_get_max_clock(struct sdhci_host *host); 102 |
|
101#ifdef CONFIG_PM 102extern const struct dev_pm_ops sdhci_pltfm_pmops; 103#define SDHCI_PLTFM_PMOPS (&sdhci_pltfm_pmops) 104#else 105#define SDHCI_PLTFM_PMOPS NULL 106#endif 107 108#endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */ | 103#ifdef CONFIG_PM 104extern const struct dev_pm_ops sdhci_pltfm_pmops; 105#define SDHCI_PLTFM_PMOPS (&sdhci_pltfm_pmops) 106#else 107#define SDHCI_PLTFM_PMOPS NULL 108#endif 109 110#endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */ |