Searched refs:menelaus_set_mmc_slot (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | board-n8x0.c | 368 r = menelaus_set_mmc_slot(2, 0, vs2sel, 1); in n8x0_mmc_late_init() 375 r = menelaus_set_mmc_slot(1, 1, 0, 1); in n8x0_mmc_late_init() 378 r = menelaus_set_mmc_slot(2, 1, vs2sel, 1); in n8x0_mmc_late_init() 418 menelaus_set_mmc_slot(1, 0, 0, 0); in n8x0_mmc_shutdown() 419 menelaus_set_mmc_slot(2, 0, vs2sel, 0); in n8x0_mmc_shutdown()
|
/Linux-v4.19/include/linux/mfd/ |
D | menelaus.h | 19 extern int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_on);
|
/Linux-v4.19/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);
|