Searched defs:omap_mmc_platform_data (Results 1 – 2 of 2) sorted by relevance
15 struct omap_mmc_platform_data { struct17 struct device *dev;20 unsigned nr_slots:2;24 unsigned int max_freq;27 int (*switch_slot)(struct device *dev, int slot);30 int (*init)(struct device *dev);31 void (*cleanup)(struct device *dev);32 void (*shutdown)(struct device *dev);35 int (*get_context_loss_count)(struct device *dev);38 u8 controller_flags;[all …]
12 struct omap_mmc_platform_data { struct14 struct device *dev;17 unsigned nr_slots:2;21 unsigned int max_freq;24 int (*switch_slot)(struct device *dev, int slot);27 int (*init)(struct device *dev);28 void (*cleanup)(struct device *dev);29 void (*shutdown)(struct device *dev);32 int (*get_context_loss_count)(struct device *dev);35 u8 controller_flags;[all …]