Searched refs:menelaus_set_mmc_slot (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/arm/mach-omap2/ |
D | board-n8x0.c | 322 r = menelaus_set_mmc_slot(2, 0, vs2sel, 1); in n8x0_mmc_late_init() 329 r = menelaus_set_mmc_slot(1, 1, 0, 1); in n8x0_mmc_late_init() 332 r = menelaus_set_mmc_slot(2, 1, vs2sel, 1); in n8x0_mmc_late_init() 372 menelaus_set_mmc_slot(1, 0, 0, 0); in n8x0_mmc_shutdown() 373 menelaus_set_mmc_slot(2, 0, vs2sel, 0); in n8x0_mmc_shutdown()
|
/Linux-v6.6/include/linux/mfd/ |
D | menelaus.h | 19 extern int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_on);
|
/Linux-v6.6/drivers/mfd/ |
D | menelaus.c | 336 int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_en) in menelaus_set_mmc_slot() function 396 EXPORT_SYMBOL(menelaus_set_mmc_slot);
|