Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dsd_ops.c363 int mmc_sd_switch(struct mmc_card *card, bool mode, int group, in mmc_sd_switch() function
378 EXPORT_SYMBOL_GPL(mmc_sd_switch);
H A Dsd.c345 err = mmc_sd_switch(card, SD_SWITCH_CHECK, 0, 0, status); in mmc_read_switch()
401 err = mmc_sd_switch(card, SD_SWITCH_SET, 0, in mmc_sd_switch_hs()
434 err = mmc_sd_switch(card, SD_SWITCH_SET, 2, in sd_select_driver_type()
515 err = mmc_sd_switch(card, SD_SWITCH_SET, 0, card->sd_bus_speed, status); in sd_set_bus_speed_mode()
603 err = mmc_sd_switch(card, SD_SWITCH_SET, 3, in sd_set_current_limit()
H A Dsd_uhs2.c977 err = mmc_sd_switch(card, 0, 3, SD4_SET_POWER_LIMIT_1_80W, status); in sd_uhs2_legacy_init()
979 mmc_sd_switch(card, 1, 3, SD4_SET_POWER_LIMIT_1_80W, status); in sd_uhs2_legacy_init()
/linux/include/linux/mmc/
H A Dhost.h753 int mmc_sd_switch(struct mmc_card *card, bool mode, int group,
/linux/drivers/mmc/host/
H A Dsdhci-sprd.c585 ret = mmc_sd_switch(card, 0, 0, 0, status); in mmc_send_tuning_data()