Lines Matching defs:omap_mmc_platform_data
57 struct omap_mmc_platform_data { struct
59 struct device *dev;
62 unsigned nr_slots:2;
66 unsigned int max_freq;
69 int (*switch_slot)(struct device *dev, int slot);
72 int (*init)(struct device *dev);
73 void (*cleanup)(struct device *dev);
74 void (*shutdown)(struct device *dev);
77 int (*suspend)(struct device *dev, int slot);
78 int (*resume)(struct device *dev, int slot);
81 int (*get_context_loss_count)(struct device *dev);
83 u64 dma_mask;
86 u8 controller_flags;
89 u16 reg_offset;
91 struct omap_mmc_slot_data {
178 void omap1_init_mmc(struct omap_mmc_platform_data **mmc_data, argument