Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-mmc-develop.md69 bool (*devReadOnly)(struct MmcCntlr *cntlr);
91 | devReadOnly | cntlr:结构体指针,核心层MMC控制器 | 布尔值 | 检验设备是否只读 |
324 .devReadOnly = HimciDevReadOnly,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-mmc-develop.md66 bool (*devReadOnly)(struct MmcCntlr *cntlr);
88 | devReadOnly | **cntlr**: structure pointer to the MMC controller at the core layer.| Boolean valu…
304 .devReadOnly = HimciDevReadOnly,
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_corex.h91 bool (*devReadOnly)(struct MmcCntlr *cntlr); member
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_core.c415 if (cntlr == NULL || cntlr->ops == NULL || cntlr->ops->devReadOnly == NULL) { in MmcCntlrDevReadOnly()
419 return cntlr->ops->devReadOnly(cntlr); in MmcCntlrDevReadOnly()