Lines Matching defs:mmc_omap_slot
101 struct mmc_omap_slot { struct
102 int id;
103 unsigned int vdd;
104 u16 saved_con;
105 u16 bus_mode;
106 u16 power_mode;
107 unsigned int fclk_freq;
109 struct work_struct cover_bh_work;
110 struct timer_list cover_timer;
111 unsigned cover_open;
113 struct mmc_request *mrq;
114 struct mmc_omap_host *host;
115 struct mmc_host *mmc;
116 struct gpio_desc *vsd;
117 struct gpio_desc *vio;
118 struct gpio_desc *cover;
119 struct omap_mmc_slot_data *pdata;