Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | sdhci_get_of_property (struct platform_device *pdev) |
EXPORT_SYMBOL_GPL (sdhci_get_of_property) | |
struct sdhci_host * | sdhci_pltfm_init (struct platform_device *pdev, struct sdhci_pltfm_data *pdata) |
EXPORT_SYMBOL_GPL (sdhci_pltfm_init) | |
void | sdhci_pltfm_free (struct platform_device *pdev) |
EXPORT_SYMBOL_GPL (sdhci_pltfm_free) | |
int | sdhci_pltfm_register (struct platform_device *pdev, struct sdhci_pltfm_data *pdata) |
EXPORT_SYMBOL_GPL (sdhci_pltfm_register) | |
int | sdhci_pltfm_unregister (struct platform_device *pdev) |
EXPORT_SYMBOL_GPL (sdhci_pltfm_unregister) | |
module_init (sdhci_pltfm_drv_init) | |
module_exit (sdhci_pltfm_drv_exit) | |
MODULE_DESCRIPTION ("SDHCI platform and OF driver helper") | |
MODULE_AUTHOR ("Intel Corporation") | |
MODULE_LICENSE ("GPL v2") | |
EXPORT_SYMBOL_GPL | ( | sdhci_get_of_property | ) |
EXPORT_SYMBOL_GPL | ( | sdhci_pltfm_init | ) |
EXPORT_SYMBOL_GPL | ( | sdhci_pltfm_free | ) |
EXPORT_SYMBOL_GPL | ( | sdhci_pltfm_register | ) |
EXPORT_SYMBOL_GPL | ( | sdhci_pltfm_unregister | ) |
MODULE_AUTHOR | ( | "Intel Corporation" | ) |
module_exit | ( | sdhci_pltfm_drv_exit | ) |
module_init | ( | sdhci_pltfm_drv_init | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
void sdhci_get_of_property | ( | struct platform_device * | pdev | ) |
Definition at line 95 of file sdhci-pltfm.c.
void sdhci_pltfm_free | ( | struct platform_device * | pdev | ) |
Definition at line 174 of file sdhci-pltfm.c.
|
read |
Definition at line 99 of file sdhci-pltfm.c.
int sdhci_pltfm_register | ( | struct platform_device * | pdev, |
struct sdhci_pltfm_data * | pdata | ||
) |
Definition at line 186 of file sdhci-pltfm.c.
int sdhci_pltfm_unregister | ( | struct platform_device * | pdev | ) |
Definition at line 206 of file sdhci-pltfm.c.