Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-mmc-develop.md71 bool (*devBusy)(struct MmcCntlr *cntlr);
93 | devBusy | cntlr:结构体指针,核心层MMC控制器 | 布尔值 | 检验设备是否忙碌 |
326 .devBusy = HimciDevBusy,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-mmc-develop.md68 bool (*devBusy)(struct MmcCntlr *cntlr);
90 | devBusy | **cntlr**: structure pointer to the MMC controller at the core layer.| Boolean value| C…
306 .devBusy = HimciDevBusy,
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_corex.h93 bool (*devBusy)(struct MmcCntlr *cntlr); member
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_core.c437 if (cntlr == NULL || cntlr->ops == NULL || cntlr->ops->devBusy == NULL) { in MmcCntlrDevBusy()
442 return cntlr->ops->devBusy(cntlr); in MmcCntlrDevBusy()