Home
last modified time | relevance | path

Searched defs:mmc (Results 1 – 10 of 10) sorted by relevance

/drivers/hdf_core/framework/model/storage/src/mmc/
Dmmc_core.c316 void MmcCntlrSetDevice(struct MmcCntlr *cntlr, struct MmcDevice *mmc) in MmcCntlrSetDevice()
327 struct MmcDevice *mmc = NULL; in MmcCntlrGetDevice() local
557 struct MmcDevice *mmc = NULL; in MmcCntlrAllocDev() local
1099 int32_t MmcDeviceAdd(struct MmcDevice *mmc) in MmcDeviceAdd()
1151 void MmcDeviceRemove(struct MmcDevice *mmc) in MmcDeviceRemove()
1164 struct MmcDevice *MmcDeviceGet(struct MmcDevice *mmc) in MmcDeviceGet()
1178 void MmcDevicePut(struct MmcDevice *mmc) in MmcDevicePut()
1187 void MmcDeviceAddOps(struct MmcDevice *mmc, void *ops) in MmcDeviceAddOps()
1213 ssize_t MmcDeviceRead(struct MmcDevice *mmc, uint8_t *buf, size_t startSec, size_t nSec) in MmcDeviceRead()
1259 ssize_t MmcDeviceWrite(struct MmcDevice *mmc, uint8_t *buf, size_t startSec, size_t nSec) in MmcDeviceWrite()
[all …]
Dmmc_emmc.c16 struct MmcDevice *mmc = (struct MmcDevice *)dev; in EmmcDeviceDefaultGetCid() local
Demmc_if.c85 struct MmcDevice *mmc = NULL; in EmmcDeviceGetFromHandle() local
Dsdio_if.c20 struct MmcDevice *mmc = NULL; in SdioDeviceGetFromHandle() local
Dmmc_protocol.c649 void MmcSetupReadWriteBlocksCmd(struct MmcDevice *mmc, struct MmcCmd *cmd, struct MmcRwData *info) in MmcSetupReadWriteBlocksCmd()
/drivers/hdf_core/framework/model/storage/include/mmc/
Dmmc_emmc.h26 struct MmcDevice mmc; member
Dmmc_sd.h29 struct MmcDevice mmc; member
Dmmc_block.h62 struct MmcDevice *mmc; member
Dmmc_corex.h252 static inline bool MmcDeviceIsPresent(struct MmcDevice *mmc) in MmcDeviceIsPresent()
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mmc/
Dmmc_block_lite.c197 struct MmcDevice *mmc = NULL; in MmcBlockGetAuSize() local