Lines Matching refs:mmc_omap_slot
99 struct mmc_omap_slot { struct
142 struct mmc_omap_slot *next_slot;
157 struct mmc_omap_slot *slots[OMAP_MMC_MAX_SLOTS];
158 struct mmc_omap_slot *current_slot;
172 static void mmc_omap_fclk_offdelay(struct mmc_omap_slot *slot) in mmc_omap_fclk_offdelay()
197 static void mmc_omap_select_slot(struct mmc_omap_slot *slot, int claimed) in mmc_omap_select_slot()
244 struct mmc_omap_slot *next_slot = host->next_slot; in mmc_omap_slot_release_work()
255 static void mmc_omap_release_slot(struct mmc_omap_slot *slot, int clk_enabled) in mmc_omap_release_slot()
275 struct mmc_omap_slot *new_slot; in mmc_omap_release_slot()
298 int mmc_omap_cover_is_open(struct mmc_omap_slot *slot) in mmc_omap_cover_is_open()
311 struct mmc_omap_slot *slot = mmc_priv(mmc); in mmc_omap_show_cover_switch()
324 struct mmc_omap_slot *slot = mmc_priv(mmc); in mmc_omap_show_slot_name()
431 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_stop_work()
472 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_abort()
790 struct mmc_omap_slot *slot = in mmc_omap_irq()
858 struct mmc_omap_slot *slot = host->slots[num]; in omap_mmc_notify_cover_event()
877 struct mmc_omap_slot *slot = from_timer(slot, t, cover_timer); in mmc_omap_cover_timer()
883 struct mmc_omap_slot *slot = from_tasklet(slot, t, cover_tasklet); in mmc_omap_cover_handler()
1085 struct mmc_omap_slot *slot = mmc_priv(mmc); in mmc_omap_request()
1102 static void mmc_omap_set_power(struct mmc_omap_slot *slot, int power_on, in mmc_omap_set_power()
1127 struct mmc_omap_slot *slot = mmc_priv(mmc); in mmc_omap_calc_divisor()
1155 struct mmc_omap_slot *slot = mmc_priv(mmc); in mmc_omap_set_ios()
1228 struct mmc_omap_slot *slot = NULL; in mmc_omap_new_slot()
1232 mmc = mmc_alloc_host(sizeof(struct mmc_omap_slot), host->dev); in mmc_omap_new_slot()
1305 static void mmc_omap_remove_slot(struct mmc_omap_slot *slot) in mmc_omap_remove_slot()