Lines Matching refs:structure
86 | hardWareInit | **cntlr**: structure pointer to an HDMI controller at the core layer.|…
87 | hardWareStatusGet | **cntlr**: structure pointer to an HDMI controller at the core layer.<…
88 | controllerReset | **cntlr**: structure pointer to an HDMI controller at the core layer.|…
89 | hotPlugStateGet | **cntlr**: structure pointer to an HDMI controller at the core layer.|…
90 | hotPlugInterruptStateGet | **cntlr**: structure pointer to an HDMI controller at the core layer.|…
91 | lowPowerSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<…
92 | tmdsModeSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<…
93 | tmdsConfigSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**mode**…
94 | infoFrameEnable | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**info…
95 | infoFrameSend | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**infoFr…
96 |cecMsgSend|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**msg**: point…
97 |audioPathEnable|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**enable*…
98 | audioPathSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**config*…
99 |phyOutputEnable|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**enable*…
100 | phyOutputSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**cfg**: …
101 |blackDataSet|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**enable**: …
102 |videoMuteEnable|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**enable*…
103 | videoPathSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**attr**:…
104 |audioMuteEnable|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**enable*…
105 |avmuteSet|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**enable**: whe…
106 |ddcTransfer|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**ddcCfg**: p…
107 | scdcSourceScrambleGet | **cntlr**: structure pointer to an HDMI controller at the core layer.| –|…
108 |scdcSourceScrambleSet|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**e…
109 |frlEnable|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**enable**: whe…
110 | audioNctsSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**cfg**: …
111 |frlTrainingConfigSet|**cntlr**: structure pointer to an HDMI controller at the core layer.<br>**cf…
112 | frlTrainingStart | **cntlr**: structure pointer to an HDMI controller at the core layer.| –| –| S…
113 | frlGetTriningRslt | **cntlr**: structure pointer to an HDMI controller at the core layer.| **rslt…
114 | hdcpRegInit | **cntlr**: structure pointer to an HDMI controller at the core layer.| –| –| Initia…
115 |hdcpGenerateAksvAndAn |**cntlr**: structure pointer to an HDMI controller at the core layer.| –| H…
116 | hdcpOptReg | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**type**: o…
117 | hdrTimerSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**config**…
125 - Instantiate the **HdfDriverEntry** structure.
231 …Initialize the **HdmiCntlr** object at the core layer, including defining a custom structure (to p…
233 - Defining the custom structure
238 …structure holds parameters and data. The **DeviceResourceIface** method provided by the HDF reads …
249 …/* HdmiCntlr is the controller structure at the core layer. The Init function assigns values to th…
339 …Initializes the custom structure object **HdmiAdapterHost** and **HdmiCntlr**, and calls the **Hdm…
367 …ret = HdmiAdapterHostInit(host, cntlr); // Initialize the custom structure. If the operation fail…
413 …function assigns values to the **Release** callback in the driver entry structure. If the HDF fail…