Searched refs:mmc_detect_change (Results 1 – 29 of 29) sorted by relevance
/linux-4.4.14/arch/mips/alchemy/devboards/ |
D | db1200.c | 363 mmc_cd = symbol_get(mmc_detect_change); in db1200_mmc_cd() 366 symbol_put(mmc_detect_change); in db1200_mmc_cd() 450 mmc_cd = symbol_get(mmc_detect_change); in pb1200_mmc1_cd() 453 symbol_put(mmc_detect_change); in pb1200_mmc1_cd()
|
D | db1000.c | 180 mmc_cd = symbol_get(mmc_detect_change); in db1100_mmc_cd() 182 symbol_put(mmc_detect_change); in db1100_mmc_cd()
|
D | db1300.c | 466 mmc_cd = symbol_get(mmc_detect_change); in db1300_mmc_cd() 468 symbol_put(mmc_detect_change); in db1300_mmc_cd()
|
/linux-4.4.14/drivers/mmc/core/ |
D | slot-gpio.c | 39 mmc_detect_change(host, msecs_to_jiffies(200)); in mmc_gpio_cd_irqt()
|
D | core.c | 1897 void mmc_detect_change(struct mmc_host *host, unsigned long delay) in mmc_detect_change() function 1901 EXPORT_SYMBOL(mmc_detect_change); 2517 mmc_detect_change(host, msecs_to_jiffies(200)); in _mmc_detect_card_removed()
|
/linux-4.4.14/include/linux/mmc/ |
D | host.h | 396 void mmc_detect_change(struct mmc_host *, unsigned long delay);
|
/linux-4.4.14/drivers/mmc/host/ |
D | android-goldfish.c | 350 mmc_detect_change(host->mmc, 0); in goldfish_mmc_irq()
|
D | ushc.c | 194 mmc_detect_change(ushc->mmc, msecs_to_jiffies(100)); in int_callback()
|
D | mxcmmc.c | 756 mmc_detect_change(host->mmc, msecs_to_jiffies(200)); in mxcmci_irq() 900 mmc_detect_change(mmc, msecs_to_jiffies(250)); in mxcmci_detect_irq()
|
D | bfin_sdh.c | 485 mmc_detect_change(host->mmc, 0); in sdh_stat_irq()
|
D | toshsd.c | 374 mmc_detect_change(host->mmc, 1); in toshsd_irq()
|
D | moxart-mmc.c | 483 mmc_detect_change(host->mmc, 0); in moxart_irq()
|
D | cb710-mmc.c | 637 mmc_detect_change(mmc, HZ/5); in cb710_mmc_irq_handler()
|
D | pxamci.c | 594 mmc_detect_change(devid, msecs_to_jiffies(host->pdata->detect_delay_ms)); in pxamci_detect_irq()
|
D | wmt-sdmmc.c | 391 mmc_detect_change(priv->mmc, 0); in wmt_mci_regular_isr()
|
D | mmc_spi.c | 1290 mmc_detect_change(mmc, msecs_to_jiffies(delay_msec)); in mmc_spi_detect_irq()
|
D | tmio_mmc_pio.c | 650 mmc_detect_change(host->mmc, msecs_to_jiffies(100)); in __tmio_mmc_card_detect_irq()
|
D | vub300.c | 522 mmc_detect_change(vub300->mmc, 1); in new_system_port_status() 526 mmc_detect_change(vub300->mmc, 0); in new_system_port_status()
|
D | via-sdmmc.c | 1028 mmc_detect_change(host->mmc, msecs_to_jiffies(500)); in via_sdc_card_detect()
|
D | wbsd.c | 1049 mmc_detect_change(host->mmc, msecs_to_jiffies(delay)); in wbsd_tasklet_card()
|
D | rtsx_pci_sdmmc.c | 1383 mmc_detect_change(host->mmc, 0); in rtsx_pci_sdmmc_card_event()
|
D | sdhci-pci-core.c | 145 mmc_detect_change(host->mmc, msecs_to_jiffies(200)); in sdhci_pci_sd_cd()
|
D | omap.c | 889 mmc_detect_change(slot->mmc, 0); in mmc_omap_cover_handler()
|
D | s3cmci.c | 820 mmc_detect_change(host->mmc, msecs_to_jiffies(500)); in s3cmci_irq_cd()
|
D | usdhi6rol0.c | 1621 mmc_detect_change(mmc, msecs_to_jiffies(100)); in usdhi6_cd()
|
D | omap_hsmmc.c | 1334 mmc_detect_change(host->mmc, (HZ * 200) / 1000); in omap_hsmmc_cover_irq()
|
D | atmel-mci.c | 1643 mmc_detect_change(slot->mmc, 0); in atmci_detect_change()
|
D | dw_mmc.c | 2345 mmc_detect_change(slot->mmc, in dw_mci_handle_cd()
|
D | sdhci.c | 2656 mmc_detect_change(host->mmc, msecs_to_jiffies(200)); in sdhci_thread_irq()
|