Lines Matching refs:structure
31 **Table 1** Description of the callback functions in the MipiCsiCntlrMethod structure
34 | setComboDevAttr | **cntlr**: structure pointer to the MIPI CSI controller.<br>**pAttr**: struc…
35 | setPhyCmvmode | **cntlr**: structure pointer to the MIPI CSI controller.<br>**devno**: Devic…
36 | setExtDataType | **cntlr**: structure pointer to the MIPI CSI controller.<br>**dataType**: st…
37 | setHsMode | **cntlr**: structure pointer to the MIPI CSI controller.<br>**laneDivideMode…
38 | enableClock | **cntlr**: structure pointer to the MIPI CSI controller.<br>**comboDev**: ch…
39 | disableClock | **cntlr**: structure pointer to the MIPI CSI controller.<br>**comboDev**: ch…
40 | resetRx | **cntlr**: structure pointer to the MIPI CSI controller.<br>**comboDev**: ch…
41 | unresetRx | **cntlr**: structure pointer to the MIPI CSI controller.<br>**comboDev**: ch…
42 | enableSensorClock | **cntlr**: structure pointer to the MIPI CSI controller.<br>**snsClkSource**…
43 | disableSensorClock | **cntlr**: structure pointer to the MIPI CSI controller.<br>**snsClkSource**…
44 | resetSensor | **cntlr**: structure pointer to the MIPI CSI controller.<br>**snsClkSource**…
45 | unresetSensor | **cntlr**: structure pointer to the MIPI CSI controller.<br>**snsClkSource**…
58 - Instantiate the **HdfDriverEntry** structure.
111 …vice_info.hcs**. The function pointer members in the **HdfDriverEntry** structure are filled by th…
129 3. Initialize the **MipiCsiCntlr** object at the core layer, including defining a custom structure …
131 - Defining a custom structure
133 …structure holds parameters and data. The values in the **config** file are used to initialize the …
165 …// MipiCsiCntlr is the core layer controller structure. The Init function assigns values to the me…
183 /** Pointer to the anonymous structure that holds the CSI device data */
233 …ipiCsiCntlrMethod** instance, calls **MipiCsiRegisterCntlr**, and initializes the custom structure.
313 …This function assigns values to the **Release** API in the driver entry structure. When the HDF fa…