Searched refs:card_detect (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/mmc/
H A Dsh_mobile_sdhi.h6 #define SH_MOBILE_SDHI_IRQ_CARD_DETECT "card_detect"
/linux-4.4.14/include/linux/platform_data/
H A Dmmc-esdhc-imx.h34 * @cd_gpio: gpio for card_detect interrupt
36 * @cd_type: type of card_detect method (see cd_types enum above)
H A Dmmc-omap.h116 int (*card_detect)(struct device *dev, int slot); member in struct:omap_mmc_platform_data::omap_mmc_slot_data
/linux-4.4.14/drivers/mfd/
H A Drtsx_pcr.c821 unsigned int card_detect = 0, card_inserted, card_removed; rtsx_pci_card_detect() local
850 card_detect = card_inserted | card_removed; rtsx_pci_card_detect()
858 if ((card_detect & SD_EXIST) && pcr->slots[RTSX_SD_CARD].card_event) rtsx_pci_card_detect()
861 if ((card_detect & MS_EXIST) && pcr->slots[RTSX_MS_CARD].card_event) rtsx_pci_card_detect()
/linux-4.4.14/drivers/mmc/host/
H A Domap_hsmmc.c224 int (*card_detect)(struct device *dev); member in struct:omap_hsmmc_host
544 host->card_detect = omap_hsmmc_card_detect; omap_hsmmc_gpio_init()
1706 if (!host->card_detect) omap_hsmmc_get_cd()
1708 return host->card_detect(host->dev); omap_hsmmc_get_cd()
H A Dsdhci-esdhc-imx.c1051 /* card_detect */ sdhci_esdhc_imx_probe_nondt()
1063 /* we have a working card_detect back */ sdhci_esdhc_imx_probe_nondt()

Completed in 153 milliseconds