Searched refs:_mmc_detect_change (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/ |
D | core.h | 75 void _mmc_detect_change(struct mmc_host *host, unsigned long delay,
|
D | core.c | 1464 void _mmc_detect_change(struct mmc_host *host, unsigned long delay, bool cd_irq) in _mmc_detect_change() function 1490 _mmc_detect_change(host, delay, true); in mmc_detect_change() 2243 _mmc_detect_change(host, 0, false); in mmc_detect_card_removed() 2338 _mmc_detect_change(host, 0, false); in mmc_start_host()
|
D | host.c | 60 _mmc_detect_change(host, 0, false); in mmc_host_class_complete()
|
D | sdio.c | 1145 _mmc_detect_change(host, 0, false); in mmc_sdio_hw_reset()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 2336 -void _mmc_detect_change(struct mmc_host *host, unsigned long delay, bool cd_irq) 2337 +static void _mmc_detect_change(struct mmc_host *host, unsigned long delay, 2571 + _mmc_detect_change(host, 0, false); 2649 -void _mmc_detect_change(struct mmc_host *host, unsigned long delay, 2754 - _mmc_detect_change(host, 0, false); 4720 - _mmc_detect_change(host, 0, false);
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 43194 - _mmc_detect_change(host, 0, false);
|