Linux Kernel
3.7.1
|
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/mmc/host.h>
#include <linux/mmc/mmc.h>
#include <linux/mmc/dw_mmc.h>
#include <linux/of.h>
#include "dw_mmc.h"
Go to the source code of this file.
Macros | |
#define | dw_mci_pltfm_suspend NULL |
#define | dw_mci_pltfm_resume NULL |
Functions | |
int | dw_mci_pltfm_register (struct platform_device *pdev, const struct dw_mci_drv_data *drv_data) |
EXPORT_SYMBOL_GPL (dw_mci_pltfm_register) | |
EXPORT_SYMBOL_GPL (dw_mci_pltfm_remove) | |
SIMPLE_DEV_PM_OPS (dw_mci_pltfm_pmops, dw_mci_pltfm_suspend, dw_mci_pltfm_resume) | |
EXPORT_SYMBOL_GPL (dw_mci_pltfm_pmops) | |
MODULE_DEVICE_TABLE (of, dw_mci_pltfm_match) | |
module_init (dw_mci_init) | |
module_exit (dw_mci_exit) | |
MODULE_DESCRIPTION ("DW Multimedia Card Interface driver") | |
MODULE_AUTHOR ("NXP Semiconductor VietNam") | |
MODULE_AUTHOR ("Imagination Technologies Ltd") | |
MODULE_LICENSE ("GPL v2") | |
#define dw_mci_pltfm_resume NULL |
Definition at line 109 of file dw_mmc-pltfm.c.
#define dw_mci_pltfm_suspend NULL |
Definition at line 108 of file dw_mmc-pltfm.c.
int dw_mci_pltfm_register | ( | struct platform_device * | pdev, |
const struct dw_mci_drv_data * | drv_data | ||
) |
Definition at line 26 of file dw_mmc-pltfm.c.
EXPORT_SYMBOL_GPL | ( | dw_mci_pltfm_register | ) |
EXPORT_SYMBOL_GPL | ( | dw_mci_pltfm_remove | ) |
EXPORT_SYMBOL_GPL | ( | dw_mci_pltfm_pmops | ) |
MODULE_AUTHOR | ( | "NXP Semiconductor VietNam" | ) |
MODULE_AUTHOR | ( | "Imagination Technologies Ltd" | ) |
MODULE_DEVICE_TABLE | ( | of | , |
dw_mci_pltfm_match | |||
) |
module_exit | ( | dw_mci_exit | ) |
module_init | ( | dw_mci_init | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
SIMPLE_DEV_PM_OPS | ( | dw_mci_pltfm_pmops | , |
dw_mci_pltfm_suspend | , | ||
dw_mci_pltfm_resume | |||
) |