Searched refs:mmc_omap_slot (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
H A Domap.c103 struct mmc_omap_slot { struct
145 struct mmc_omap_slot *next_slot;
160 struct mmc_omap_slot *slots[OMAP_MMC_MAX_SLOTS];
161 struct mmc_omap_slot *current_slot;
175 static void mmc_omap_fclk_offdelay(struct mmc_omap_slot *slot) mmc_omap_fclk_offdelay()
200 static void mmc_omap_select_slot(struct mmc_omap_slot *slot, int claimed) mmc_omap_select_slot()
247 struct mmc_omap_slot *next_slot = host->next_slot; mmc_omap_slot_release_work()
258 static void mmc_omap_release_slot(struct mmc_omap_slot *slot, int clk_enabled) mmc_omap_release_slot()
278 struct mmc_omap_slot *new_slot; mmc_omap_release_slot()
301 int mmc_omap_cover_is_open(struct mmc_omap_slot *slot) mmc_omap_cover_is_open()
314 struct mmc_omap_slot *slot = mmc_priv(mmc); mmc_omap_show_cover_switch()
327 struct mmc_omap_slot *slot = mmc_priv(mmc); mmc_omap_show_slot_name()
434 struct mmc_omap_slot *slot = host->current_slot; mmc_omap_send_stop_work()
475 struct mmc_omap_slot *slot = host->current_slot; mmc_omap_send_abort()
793 struct mmc_omap_slot *slot = mmc_omap_irq()
861 struct mmc_omap_slot *slot = host->slots[num]; omap_mmc_notify_cover_event()
880 struct mmc_omap_slot *slot = (struct mmc_omap_slot *) arg; mmc_omap_cover_timer()
886 struct mmc_omap_slot *slot = (struct mmc_omap_slot *)param; mmc_omap_cover_handler()
1086 struct mmc_omap_slot *slot = mmc_priv(mmc); mmc_omap_request()
1103 static void mmc_omap_set_power(struct mmc_omap_slot *slot, int power_on, mmc_omap_set_power()
1128 struct mmc_omap_slot *slot = mmc_priv(mmc); mmc_omap_calc_divisor()
1156 struct mmc_omap_slot *slot = mmc_priv(mmc); mmc_omap_set_ios()
1224 struct mmc_omap_slot *slot = NULL; mmc_omap_new_slot()
1228 mmc = mmc_alloc_host(sizeof(struct mmc_omap_slot), host->dev); mmc_omap_new_slot()
1302 static void mmc_omap_remove_slot(struct mmc_omap_slot *slot) mmc_omap_remove_slot()

Completed in 44 milliseconds