Home
last modified time | relevance | path

Searched refs:mmc_detect_change (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v4.19/arch/mips/alchemy/devboards/
Ddb1200.c361 mmc_cd = symbol_get(mmc_detect_change); in db1200_mmc_cdfn()
364 symbol_put(mmc_detect_change); in db1200_mmc_cdfn()
452 mmc_cd = symbol_get(mmc_detect_change); in pb1200_mmc1_cdfn()
455 symbol_put(mmc_detect_change); in pb1200_mmc1_cdfn()
Ddb1000.c181 mmc_cd = symbol_get(mmc_detect_change); in db1100_mmc_cd()
183 symbol_put(mmc_detect_change); in db1100_mmc_cd()
Ddb1300.c465 mmc_cd = symbol_get(mmc_detect_change); in db1300_mmc_cdfn()
467 symbol_put(mmc_detect_change); in db1300_mmc_cdfn()
/Linux-v4.19/drivers/mmc/core/
Dslot-gpio.c41 mmc_detect_change(host, msecs_to_jiffies(ctx->cd_debounce_delay_ms)); in mmc_gpio_cd_irqt()
Dcore.c1812 void mmc_detect_change(struct mmc_host *host, unsigned long delay) in mmc_detect_change() function
1816 EXPORT_SYMBOL(mmc_detect_change);
2550 mmc_detect_change(host, msecs_to_jiffies(200)); in _mmc_detect_card_removed()
/Linux-v4.19/include/linux/mmc/
Dhost.h484 void mmc_detect_change(struct mmc_host *, unsigned long delay);
/Linux-v4.19/drivers/mmc/host/
Dandroid-goldfish.c342 mmc_detect_change(host->mmc, 0); in goldfish_mmc_irq()
Dmxcmmc.c765 mmc_detect_change(host->mmc, msecs_to_jiffies(200)); in mxcmci_irq()
909 mmc_detect_change(mmc, msecs_to_jiffies(250)); in mxcmci_detect_irq()
Dushc.c194 mmc_detect_change(ushc->mmc, msecs_to_jiffies(100)); in int_callback()
Dtoshsd.c375 mmc_detect_change(host->mmc, 1); in toshsd_irq()
Dcb710-mmc.c637 mmc_detect_change(mmc, HZ/5); in cb710_mmc_irq_handler()
Dmoxart-mmc.c482 mmc_detect_change(host->mmc, 0); in moxart_irq()
Dpxamci.c571 mmc_detect_change(devid, msecs_to_jiffies(host->detect_delay_ms)); in pxamci_detect_irq()
Dwmt-sdmmc.c392 mmc_detect_change(priv->mmc, 0); in wmt_mci_regular_isr()
Dmmc_spi.c1291 mmc_detect_change(mmc, msecs_to_jiffies(delay_msec)); in mmc_spi_detect_irq()
Dvub300.c522 mmc_detect_change(vub300->mmc, 1); in new_system_port_status()
526 mmc_detect_change(vub300->mmc, 0); in new_system_port_status()
Dtmio_mmc_core.c671 mmc_detect_change(host->mmc, msecs_to_jiffies(100)); in __tmio_mmc_card_detect_irq()
Dvia-sdmmc.c1029 mmc_detect_change(host->mmc, msecs_to_jiffies(500)); in via_sdc_card_detect()
Dwbsd.c1039 mmc_detect_change(host->mmc, msecs_to_jiffies(delay)); in wbsd_tasklet_card()
Domap.c888 mmc_detect_change(slot->mmc, 0); in mmc_omap_cover_handler()
Drtsx_pci_sdmmc.c1379 mmc_detect_change(host->mmc, 0); in rtsx_pci_sdmmc_card_event()
Dsdhci-pci-core.c346 mmc_detect_change(host->mmc, msecs_to_jiffies(200)); in sdhci_pci_sd_cd()
Dusdhi6rol0.c1660 mmc_detect_change(mmc, msecs_to_jiffies(100)); in usdhi6_cd()
/Linux-v4.19/drivers/staging/greybus/
Dsdio.c199 mmc_detect_change(host->mmc, 0); in _gb_sdio_process_events()
/Linux-v4.19/drivers/staging/mt7621-mmc/
Dsd.c415 mmc_detect_change(host->mmc, msecs_to_jiffies(20)); in msdc_tasklet_card()
422 mmc_detect_change(host->mmc, msecs_to_jiffies(20)); in msdc_tasklet_card()

12