Home
last modified time | relevance | path

Searched refs:MMC_CAP_NEEDS_POLL (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/drivers/mmc/core/
Dslot-gpio.c144 if (!(host->caps & MMC_CAP_NEEDS_POLL)) in mmc_gpiod_request_cd_irq()
161 host->caps |= MMC_CAP_NEEDS_POLL; in mmc_gpiod_request_cd_irq()
Dhost.c235 host->caps |= MMC_CAP_NEEDS_POLL; in mmc_of_parse()
Dcore.c1794 if (cd_irq && !(host->caps & MMC_CAP_NEEDS_POLL) && in _mmc_detect_change()
2580 if (!host->detect_change && !(host->caps & MMC_CAP_NEEDS_POLL)) in mmc_detect_card_removed()
2586 if (ret && (host->caps & MMC_CAP_NEEDS_POLL)) { in mmc_detect_card_removed()
2668 if (host->caps & MMC_CAP_NEEDS_POLL) in mmc_rescan()
/Linux-v4.19/drivers/mmc/host/
Dof_mmc_spi.c134 oms->pdata.caps |= MMC_CAP_NEEDS_POLL; in mmc_spi_get_pdata()
Dau1xmmc.c1052 mmc->caps |= MMC_CAP_NEEDS_POLL; in au1xmmc_probe()
1055 mmc->caps |= MMC_CAP_NEEDS_POLL; in au1xmmc_probe()
1119 !(mmc->caps & MMC_CAP_NEEDS_POLL)) in au1xmmc_probe()
1150 !(host->mmc->caps & MMC_CAP_NEEDS_POLL)) in au1xmmc_remove()
Dmxs-mmc.c89 present = mmc->caps & MMC_CAP_NEEDS_POLL || in mxs_mmc_get_cd()
653 MMC_CAP_SDIO_IRQ | MMC_CAP_NEEDS_POLL | MMC_CAP_CMD23; in mxs_mmc_probe()
Dsdhci-of-at91.c387 host->mmc->caps |= MMC_CAP_NEEDS_POLL; in sdhci_at91_probe()
Dmmc_spi.c1447 mmc->caps &= ~MMC_CAP_NEEDS_POLL; in mmc_spi_probe()
1464 (mmc->caps & MMC_CAP_NEEDS_POLL) in mmc_spi_probe()
Ddw_mmc.c975 if (((mmc->caps & MMC_CAP_NEEDS_POLL) in dw_mci_get_cd()
980 if (mmc->caps & MMC_CAP_NEEDS_POLL) { in dw_mci_get_cd()
1265 if (slot->mmc->caps & MMC_CAP_NEEDS_POLL && in dw_mci_setup_bus()
3176 if (host->slot->mmc->caps & MMC_CAP_NEEDS_POLL) in dw_mci_enable_cd()
Dmvsdio.c789 if (!(mmc->caps & MMC_CAP_NEEDS_POLL)) in mvsd_probe()
Ddavinci_mmc.c1194 mmc->caps |= MMC_CAP_NEEDS_POLL; in mmc_davinci_parse_pdata()
Dtmio_mmc_core.c1290 mmc->caps & MMC_CAP_NEEDS_POLL || in tmio_mmc_host_probe()
Dbcm2835.c1279 MMC_CAP_NEEDS_POLL | MMC_CAP_HW_RESET | MMC_CAP_ERASE | in bcm2835_add_host()
Drtsx_usb_sdmmc.c1323 MMC_CAP_NEEDS_POLL | MMC_CAP_ERASE; in rtsx_usb_init_host()
Ds3cmci.c1543 mmc->caps |= MMC_CAP_NEEDS_POLL; in s3cmci_probe_pdata()
Dusdhi6rol0.c1827 mmc->caps |= MMC_CAP_NEEDS_POLL; in usdhi6_probe()
Datmel-mci.c2331 mmc->caps |= MMC_CAP_NEEDS_POLL; in atmci_init_slot()
Dvub300.c2136 mmc->caps &= ~MMC_CAP_NEEDS_POLL; in vub300_probe()
Dsdhci.c3741 mmc->caps |= MMC_CAP_NEEDS_POLL; in sdhci_setup_host()
/Linux-v4.19/arch/sh/boards/mach-ecovec24/
Dsetup.c685 MMC_CAP_NEEDS_POLL,
719 MMC_CAP_NEEDS_POLL,
757 .caps = MMC_CAP_NEEDS_POLL,
937 MMC_CAP_NEEDS_POLL,
/Linux-v4.19/include/linux/mmc/
Dhost.h315 #define MMC_CAP_NEEDS_POLL (1 << 5) /* Needs polling for card-detection */ macro
/Linux-v4.19/arch/mips/alchemy/devboards/
Ddb1300.c602 .mask_host_caps = MMC_CAP_NEEDS_POLL,
/Linux-v4.19/drivers/staging/mt7621-mmc/
Dsd.c1824 if (host->mmc->caps & MMC_CAP_NEEDS_POLL) in msdc_irq()
2175 mmc->caps |= MMC_CAP_NEEDS_POLL; in msdc_drv_probe()