Searched refs:lowPowerSet (Results 1 – 3 of 3) sorted by relevance
146 void (*lowPowerSet)(struct HdmiCntlr *cntlr, bool enable); member248 if (cntlr->ops != NULL && cntlr->ops->lowPowerSet != NULL) { in HdmiCntlrLowPowerSet()250 cntlr->ops->lowPowerSet(cntlr, enable); in HdmiCntlrLowPowerSet()
58 void (*lowPowerSet)(struct HdmiCntlr *cntlr, bool enable);99 | lowPowerSet | **cntlr**:结构体指针,核心层HDMI控制器<br />**enable**:bool,使能/去使能 | 无 | 无 | 使能/去使能低功耗 |299 .lowPowerSet = HdmiAdapterLowPowerSet,
50 void (*lowPowerSet)(struct HdmiCntlr *cntlr, bool enable);91 | lowPowerSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<…284 .lowPowerSet = HdmiAdapterLowPowerSet,