Searched refs:devBusy (Results 1 – 4 of 4) sorted by relevance
71 bool (*devBusy)(struct MmcCntlr *cntlr);93 | devBusy | cntlr:结构体指针,核心层MMC控制器 | 布尔值 | 检验设备是否忙碌 |326 .devBusy = HimciDevBusy,
68 bool (*devBusy)(struct MmcCntlr *cntlr);90 | devBusy | **cntlr**: structure pointer to the MMC controller at the core layer.| Boolean value| C…306 .devBusy = HimciDevBusy,
93 bool (*devBusy)(struct MmcCntlr *cntlr); member
437 if (cntlr == NULL || cntlr->ops == NULL || cntlr->ops->devBusy == NULL) { in MmcCntlrDevBusy()442 return cntlr->ops->devBusy(cntlr); in MmcCntlrDevBusy()