Searched refs:menelaus_set_mmc_slot (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-n8x0.c | 371 r = menelaus_set_mmc_slot(2, 0, vs2sel, 1); in n8x0_mmc_late_init() 378 r = menelaus_set_mmc_slot(1, 1, 0, 1); in n8x0_mmc_late_init() 381 r = menelaus_set_mmc_slot(2, 1, vs2sel, 1); in n8x0_mmc_late_init() 421 menelaus_set_mmc_slot(1, 0, 0, 0); in n8x0_mmc_shutdown() 422 menelaus_set_mmc_slot(2, 0, vs2sel, 0); in n8x0_mmc_shutdown()
|
/linux-4.1.27/include/linux/mfd/ |
D | menelaus.h | 18 extern int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_on);
|
/linux-4.1.27/drivers/mfd/ |
D | menelaus.c | 349 int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_en) in menelaus_set_mmc_slot() function 409 EXPORT_SYMBOL(menelaus_set_mmc_slot);
|