Home
last modified time | relevance | path

Searched defs:omap_mmc_platform_data (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/arm/plat-omap/include/plat/
Dmmc.h40 struct omap_mmc_platform_data { struct
42 struct device *dev;
45 unsigned nr_slots:2;
49 unsigned int max_freq;
52 int (*switch_slot)(struct device *dev, int slot);
55 int (*init)(struct device *dev);
56 void (*cleanup)(struct device *dev);
57 void (*shutdown)(struct device *dev);
60 int (*suspend)(struct device *dev, int slot);
61 int (*resume)(struct device *dev, int slot);
[all …]