Searched refs:menelaus_set_mmc_slot (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | board-n8x0.c | 365 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()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A 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()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | menelaus.h | 19 extern int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_on);
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | menelaus.h | 19 extern int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_on);
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A 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); variable
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A 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); variable
|
Completed in 6 milliseconds