Lines Matching refs:structure

78 | doRequest | **cntlr**: structure pointer to the MMC controller at the core layer.<br>**cmd**: str…
79 | setClock | **cntlr**: structure pointer to the MMC controller at the core layer.<br>**clock**: cl…
80 | setPowerMode | **cntlr**: structure pointer to the MMC controller at the core layer.<br>**mode**:…
81 | setBusWidth | **cntlr**: structure pointer to the MMC controller at the core layer.<br>**width**:…
82 | setBusTiming | **cntlr**: structure pointer to the MMC controller at the core layer.<br>**timing*…
83 | setSdioIrq | **cntlr**: structure pointer to the MMC controller at the core layer.<br>**enable**:…
84 | hardwareReset | **cntlr**: structure pointer to the MMC controller at the core layer.| HDF_STATUS…
85 | systemInit | **cntlr**: structure pointer to the MMC controller at the core layer.| HDF_STATUS| P…
86 | setEnhanceStrobe | **cntlr**: structure pointer to the MMC controller at the core layer.<br>**ena…
87 | switchVoltage | **cntlr**: structure pointer to the MMC controller at the core layer.<br>**volt**…
88 | devReadOnly | **cntlr**: structure pointer to the MMC controller at the core layer.| Boolean valu…
89 | cardPlugged | **cntlr**: structure pointer to the MMC controller at the core layer.| Boolean valu…
90 | devBusy | **cntlr**: structure pointer to the MMC controller at the core layer.| Boolean value| C…
91 | tune | **cntlr**: structure pointer to the MMC controller at the core layer.<br>**cmdCode**: comm…
92 | rescanSdioDev | **cntlr**: structure pointer to the MMC controller at the core layer.| HDF_STATUS…
235 …Initialize the **MmcCntlr** object at the core layer, including defining a custom structure (to pa…
237 - Define a custom structure.
239structure holds parameters and data. The **DeviceResourceIface** method provided by the HDF reads …
244 …struct MmcCmd *cmd // (Mandatory) Core layer structure used to pass…
261 …// MmcCntlr is the core layer controller structure. The Bind function assigns values to the member…
411 …ller. This function assigns values to **Release()** in the driver entry structure. If the HDF fail…