Home
last modified time | relevance | path

Searched refs:menelaus_set_mmc_slot (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/arm/mach-omap2/
Dboard-n8x0.c365 r = menelaus_set_mmc_slot(2, 0, vs2sel, 1); in n8x0_mmc_late_init()
372 r = menelaus_set_mmc_slot(1, 1, 0, 1); in n8x0_mmc_late_init()
375 r = menelaus_set_mmc_slot(2, 1, vs2sel, 1); in n8x0_mmc_late_init()
415 menelaus_set_mmc_slot(1, 0, 0, 0); in n8x0_mmc_shutdown()
416 menelaus_set_mmc_slot(2, 0, vs2sel, 0); in n8x0_mmc_shutdown()
/linux-5.19.10/include/linux/mfd/
Dmenelaus.h19 extern int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_on);
/linux-5.19.10/drivers/mfd/
Dmenelaus.c336 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);