Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_corex.h295 struct MmcRwData { struct
308 void MmcSetupReadWriteBlocksCmd(struct MmcDevice *mmc, struct MmcCmd *cmd, struct MmcRwData *info); argument
309 int32_t MmcSendReadWriteBlocks(struct MmcCntlr *cntlr, struct MmcRwData *info);
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_core.c1204 static void MmcDeviceFillRwInfo(struct MmcRwData *info, uint8_t *buf, in MmcDeviceFillRwInfo()
1217 struct MmcRwData info = {0}; in MmcDeviceRead()
1263 struct MmcRwData info = {0}; in MmcDeviceWrite()
H A Dmmc_protocol.c649 void MmcSetupReadWriteBlocksCmd(struct MmcDevice *mmc, struct MmcCmd *cmd, struct MmcRwData *info) in MmcSetupReadWriteBlocksCmd()
681 int32_t MmcSendReadWriteBlocks(struct MmcCntlr *cntlr, struct MmcRwData *info) in MmcSendReadWriteBlocks()