Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mach-omap2/
Dboard-n8x0.c319 r = menelaus_set_mmc_slot(2, 0, vs2sel, 1); in n8x0_mmc_late_init()
326 r = menelaus_set_mmc_slot(1, 1, 0, 1); in n8x0_mmc_late_init()
329 r = menelaus_set_mmc_slot(2, 1, vs2sel, 1); in n8x0_mmc_late_init()
369 menelaus_set_mmc_slot(1, 0, 0, 0); in n8x0_mmc_shutdown()
370 menelaus_set_mmc_slot(2, 0, vs2sel, 0); in n8x0_mmc_shutdown()
/linux-6.12.1/include/linux/mfd/
Dmenelaus.h19 extern int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_on);
/linux-6.12.1/drivers/mfd/
Dmenelaus.c335 int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_en) in menelaus_set_mmc_slot() function
395 EXPORT_SYMBOL(menelaus_set_mmc_slot);