Home
last modified time | relevance | path

Searched refs:MMC_QUIRK_NONSTD_FUNC_IF (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mmc/core/
H A Dquirks.h160 add_quirk, MMC_QUIRK_NONSTD_FUNC_IF),
166 add_quirk, MMC_QUIRK_NONSTD_FUNC_IF),
H A Dcard.h250 return c->quirks & MMC_QUIRK_NONSTD_FUNC_IF; in mmc_card_nonstd_func_interface()
/linux/include/linux/mmc/
H A Dcard.h283 #define MMC_QUIRK_NONSTD_FUNC_IF (1<<4) /* SDIO card has nonstd function interfaces */ macro