Home
last modified time | relevance | path

Searched refs:mmc_sd_switch (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/mmc/core/
Dsd_ops.c339 int mmc_sd_switch(struct mmc_card *card, bool mode, int group, in mmc_sd_switch() function
354 EXPORT_SYMBOL_GPL(mmc_sd_switch);
Dsd.c335 err = mmc_sd_switch(card, SD_SWITCH_CHECK, 0, 0, status); in mmc_read_switch()
391 err = mmc_sd_switch(card, SD_SWITCH_SET, 0, in mmc_sd_switch_hs()
424 err = mmc_sd_switch(card, SD_SWITCH_SET, 2, in sd_select_driver_type()
505 err = mmc_sd_switch(card, SD_SWITCH_SET, 0, card->sd_bus_speed, status); in sd_set_bus_speed_mode()
596 err = mmc_sd_switch(card, SD_SWITCH_SET, 3, in sd_set_current_limit()
/linux-6.12.1/include/linux/mmc/
Dhost.h652 int mmc_sd_switch(struct mmc_card *card, bool mode, int group,
/linux-6.12.1/drivers/mmc/host/
Dsdhci-sprd.c585 ret = mmc_sd_switch(card, 0, 0, 0, status); in mmc_send_tuning_data()