Lines Matching refs:structure
19 struct MipiDsiCntlrMethod { // Member functions of the core layer structure
36 | setCntlrCfg | **cntlr**: structure pointer to the MIPI DSI controller.| –| HDF_STATUS| Sets contr…
37 | setCmd | **cntlr**: structure pointer to the MIPI DSI controller.<br>**cmd**: structure pointer t…
38 …structure pointer to the MIPI DSI controller.<br>**cmd**: pointer to the command description struc…
39 | toHs | **cntlr**: structure pointer to the MIPI DSI controller.| –| HDF_STATUS| Sets the high spe…
40 | toLp | **cntlr**: structure pointer to the MIPI DSI controller.| –| HDF_STATUS| Sets the low powe…
52 - Instantiate the **HdfDriverEntry** structure.
101 …vice_info.hcs**. The function pointer members in the **HdfDriverEntry** structure are filled by th…
117 3. Initialize the **MipiDsiCntlr** object at the core layer, including defining a custom structure …
119 - Defining a custom structure
121 …structure holds parameters and data. Generally, the values in the **config** file are used to init…
135 …// MipiDsiCntlr is the controller structure at the core layer. The Init function assigns values to…
232 …This function assigns values to the **Release** API in the driver entry structure. When the HDF fa…