Home
last modified time | relevance | path

Searched refs:switch_slot (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/platform_data/
Dmmc-omap.h27 int (*switch_slot)(struct device *dev, int slot); member
/linux-4.4.14/arch/arm/mach-omap2/
Dboard-n8x0.c443 .switch_slot = n8x0_mmc_switch_slot,
/linux-4.4.14/arch/arm/mach-omap1/
Dboard-htcherald.c407 .switch_slot = NULL,
/linux-4.4.14/drivers/mmc/host/
Domap.c222 if (host->pdata->switch_slot != NULL) in mmc_omap_select_slot()
223 host->pdata->switch_slot(mmc_dev(slot->mmc), slot->id); in mmc_omap_select_slot()