Searched refs:devReadOnly (Results 1 – 4 of 4) sorted by relevance
69 bool (*devReadOnly)(struct MmcCntlr *cntlr);91 | devReadOnly | cntlr:结构体指针,核心层MMC控制器 | 布尔值 | 检验设备是否只读 |324 .devReadOnly = HimciDevReadOnly,
66 bool (*devReadOnly)(struct MmcCntlr *cntlr);88 | devReadOnly | **cntlr**: structure pointer to the MMC controller at the core layer.| Boolean valu…304 .devReadOnly = HimciDevReadOnly,
91 bool (*devReadOnly)(struct MmcCntlr *cntlr); member
415 if (cntlr == NULL || cntlr->ops == NULL || cntlr->ops->devReadOnly == NULL) { in MmcCntlrDevReadOnly()419 return cntlr->ops->devReadOnly(cntlr); in MmcCntlrDevReadOnly()