Searched refs:systemInit (Results 1 – 4 of 4) sorted by relevance
66 int32_t (*systemInit)(struct MmcCntlr *cntlr);88 | systemInit | cntlr:结构体指针,核心层MMC控制器 | HDF_STATUS相关状态 | 系统初始化 |321 .systemInit = HimciSystemInit,
63 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,
88 int32_t (*systemInit)(struct MmcCntlr *cntlr); member
92 if (cntlr->ops != NULL && cntlr->ops->systemInit != NULL) { in MmcCntlrPlug()93 if (cntlr->ops->systemInit(cntlr) != HDF_SUCCESS) { in MmcCntlrPlug()