Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_event.c47 if (cntlr == NULL || cntlr->ops == NULL || cntlr->ops->hotPlugStateGet == NULL) { in HdmiHpdStatusGet()
52 ret = cntlr->ops->hotPlugStateGet(cntlr); in HdmiHpdStatusGet()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-hdmi-develop.md56 bool (*hotPlugStateGet)(struct HdmiCntlr *cntlr);
97 | hotPlugStateGet | **cntlr**:结构体指针,核心层HDMI控制器 | 无 | bool:HDMI热插拔状态 | 获取HDMI热插拔状态 |
297 .hotPlugStateGet = HdmiAdapterHotPlugStateGet,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-hdmi-develop.md48 bool (*hotPlugStateGet)(struct HdmiCntlr *cntlr);
89 | hotPlugStateGet | **cntlr**: structure pointer to an HDMI controller at the core layer.|…
282 .hotPlugStateGet = HdmiAdapterHotPlugStateGet,
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_core.h144 bool (*hotPlugStateGet)(struct HdmiCntlr *cntlr); member