Home
last modified time | relevance | path

Searched refs:MMC_DEV_COMBO (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_core.c140 if (cntlr->curDev->type == MMC_DEV_SDIO || cntlr->curDev->type == MMC_DEV_COMBO) { in MmcCntlrSdioRescanHandle()
564 if (devType == MMC_DEV_SDIO || devType == MMC_DEV_COMBO) { in MmcCntlrAllocDev()
669 if (cntlr->curDev->type != MMC_DEV_SD && cntlr->curDev->type != MMC_DEV_COMBO) { in MmcCntlrSdSupportCmd23()
948 if (cntlr->curDev->type != MMC_DEV_SDIO && cntlr->curDev->type != MMC_DEV_COMBO) { in MmcCntlrNotifySdioIrqThread()
1139 if (mmc->type == MMC_DEV_EMMC || mmc->type == MMC_DEV_SD || mmc->type == MMC_DEV_COMBO) { in MmcDeviceAdd()
1157 if (mmc->type == MMC_DEV_EMMC || mmc->type == MMC_DEV_SD || mmc->type == MMC_DEV_COMBO) { in MmcDeviceRemove()
1194 if (mmc->type == MMC_DEV_SDIO || mmc->type == MMC_DEV_COMBO) { in MmcDeviceAddOps()
H A Dsdio_if.c37 if (mmc->type != MMC_DEV_SDIO && mmc->type != MMC_DEV_COMBO) { in SdioDeviceGetFromHandle()
H A Dmmc_protocol.c3867 if (mmcDev->type == MMC_DEV_COMBO) { in SdioGetMaxClock()
3974 cntlr->curDev->type = MMC_DEV_COMBO; in SdioSelect()
3984 if (cntlr->curDev->type == MMC_DEV_COMBO) { in SdioSelect()
4010 if (cntlr->curDev->type == MMC_DEV_COMBO) { in SdioSelect()
4151 if (cntlr->curDev->type == MMC_DEV_SDIO || cntlr->curDev->type == MMC_DEV_COMBO) { in MmcDeleteDev()
4169 if (devType >= MMC_DEV_COMBO) { in MmcDoDetect()
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_corex.h49 MMC_DEV_COMBO, enumerator