Searched refs:phyOutputEnable (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_frl.c | 370 if (cntlr->ops->phyOutputEnable != NULL) { in HdmiFrlphyConfigSet() 372 cntlr->ops->phyOutputEnable(cntlr, false); in HdmiFrlphyConfigSet() 380 if (cntlr->ops->phyOutputEnable != NULL) { in HdmiFrlphyConfigSet() 382 cntlr->ops->phyOutputEnable(cntlr, true); in HdmiFrlphyConfigSet() 477 if (cntlr->ops->phyOutputEnable != NULL) { in HdmiFrlTrainingException() 501 if (cntlr->ops->phyOutputEnable != NULL) { in HdmiFrlTrainingException() 502 cntlr->ops->phyOutputEnable(cntlr, true); in HdmiFrlTrainingException() 538 if (cntlr->ops->phyOutputEnable != NULL) { in HdmiFrlTrainingPassedCheck() 562 if (cntlr->ops->phyOutputEnable != NULL) { in HdmiFrlRetrainingCheck() 579 if (cntlr->ops->phyOutputEnable != NULL) { in HdmiFrlTrainingStop() [all …]
|
H A D | hdmi_core.c | 726 if (cntlr->ops->phyOutputEnable != NULL) { in HdmiCntlrStart() 728 cntlr->ops->phyOutputEnable(cntlr, true); in HdmiCntlrStart() 757 if (cntlr->ops->phyOutputEnable != NULL) { in HdmiCntlrStop() 758 cntlr->ops->phyOutputEnable(cntlr, false); in HdmiCntlrStop()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/ |
H A D | hdmi_core.h | 155 void (*phyOutputEnable)(struct HdmiCntlr *cntlr, bool enable); member 329 if (cntlr->ops != NULL && cntlr->ops->phyOutputEnable != NULL) { in HdmiCntlrPhyOutputEnablet() 331 cntlr->ops->phyOutputEnable(cntlr, enable); in HdmiCntlrPhyOutputEnablet()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-hdmi-develop.md | 67 void (*phyOutputEnable)(struct HdmiCntlr *cntlr, bool enable); 107 | phyOutputEnable | **cntlr**:结构体指针,核心层HDMI控制器<br />**enable**:bool,使能/去使能 | 无 | 无 | 使能/去使能物理层输出状态 | 308 .phyOutputEnable = HdmiAdapterPhyOutputEnable,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-hdmi-develop.md | 59 void (*phyOutputEnable)(struct HdmiCntlr *cntlr, bool enable); 99 |phyOutputEnable|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**enable*… 293 .phyOutputEnable = HdmiAdapterPhyOutputEnable,
|