Searched refs:hotPlugStateGet (Results 1 – 4 of 4) sorted by relevance
47 if (cntlr == NULL || cntlr->ops == NULL || cntlr->ops->hotPlugStateGet == NULL) { in HdmiHpdStatusGet()52 ret = cntlr->ops->hotPlugStateGet(cntlr); in HdmiHpdStatusGet()
56 bool (*hotPlugStateGet)(struct HdmiCntlr *cntlr);97 | hotPlugStateGet | **cntlr**:结构体指针,核心层HDMI控制器 | 无 | bool:HDMI热插拔状态 | 获取HDMI热插拔状态 |297 .hotPlugStateGet = HdmiAdapterHotPlugStateGet,
48 bool (*hotPlugStateGet)(struct HdmiCntlr *cntlr);89 | hotPlugStateGet | **cntlr**: structure pointer to an HDMI controller at the core layer.|…282 .hotPlugStateGet = HdmiAdapterHotPlugStateGet,
144 bool (*hotPlugStateGet)(struct HdmiCntlr *cntlr); member