Searched refs:mmc_power_cycle (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/ |
D | core.h | 58 void mmc_power_cycle(struct mmc_host *host, u32 ocr);
|
D | sd.c | 1097 mmc_power_cycle(host, ocr); in mmc_sd_init_card() 1313 mmc_power_cycle(host, host->card->ocr); in mmc_sd_hw_reset()
|
D | core.c | 1128 mmc_power_cycle(host, ocr); in mmc_select_voltage() 1254 mmc_power_cycle(host, ocr); in mmc_set_uhs_voltage() 1378 void mmc_power_cycle(struct mmc_host *host, u32 ocr) in mmc_power_cycle() function
|
D | sdio.c | 1153 mmc_power_cycle(host, card->ocr); in mmc_sdio_hw_reset()
|
D | mmc.c | 2220 mmc_power_cycle(host, card->ocr); in _mmc_hw_reset()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 4728 - mmc_power_cycle(host, card->ocr); 4729 + mmc_power_cycle(host, host->card->ocr);
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 43202 - mmc_power_cycle(host, card->ocr); 43204 + mmc_power_cycle(host, host->card->ocr); 43282 + mmc_power_cycle(host, host->card->ocr);
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 25284 void mmc_power_cycle(struct mmc_host *host, u32 ocr)
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 310191 void mmc_power_cycle(struct mmc_host *host, u32 ocr)
|