Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-mmc-develop.md66 int32_t (*systemInit)(struct MmcCntlr *cntlr);
88 | systemInit | cntlr:结构体指针,核心层MMC控制器 | HDF_STATUS相关状态 | 系统初始化 |
321 .systemInit = HimciSystemInit,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-mmc-develop.md63 int32_t (*systemInit)(struct MmcCntlr *cntlr);
85 | systemInit | **cntlr**: structure pointer to the MMC controller at the core layer.| HDF_STATUS| P…
301 .systemInit = HimciSystemInit,
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_corex.h88 int32_t (*systemInit)(struct MmcCntlr *cntlr); member
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_core.c92 if (cntlr->ops != NULL && cntlr->ops->systemInit != NULL) { in MmcCntlrPlug()
93 if (cntlr->ops->systemInit(cntlr) != HDF_SUCCESS) { in MmcCntlrPlug()