Lines Matching refs:structure

45 | incrAddrReadBytes | **dev**: structure pointer to the SDIO device controller.<br>**addr**: SDIO a…
46 | incrAddrWriteBytes | **dev**: structure pointer to the SDIO device controller.<br>**data**: point…
47 | fixedAddrReadBytes | **dev**: structure pointer to the SDIO device controller.<br>**addr**: SDIO …
48 | fixedAddrWriteBytes | **dev**: structure pointer to the SDIO device controller.<br>**data**: poin…
49 | func0ReadBytes | **dev**: structure pointer to the SDIO device controller.<br>**addr**: SDIO addr…
50 | func0WriteBytes | **dev**: structure pointer to the SDIO device controller.<br>**data**: pointer …
51 | setBlockSize | **dev**: structure pointer to the SDIO device controller.<br>**blockSize**: block …
52 …| **dev**: structure pointer to the SDIO device controller. <br>**infoType**: info type, which is…
53 | setCommonInfo | **dev**: structure pointer to the SDIO device controller.<br>**info**: union poin…
54 | flushData | **dev**: structure pointer to the SDIO device controller.| –| HDF_STATUS| Called to f…
55 | enableFunc | **dev**: structure pointer to the SDIO device controller.| –| HDF_STATUS| Enables an…
56 | disableFunc | **dev**: structure pointer to the SDIO device controller.| –| HDF_STATUS| Disables …
57 | claimIrq | **dev**: structure pointer to the SDIO device controller.<br>**irqHandler**: void func…
58 | releaseIrq | **dev**: structure pointer to the SDIO device controller.| –| HDF_STATUS| Releases a…
59 | findFunc | **dev**: structure pointer to the SDIO device controller.<br>**configData**: structure
60 | claimHost | **dev**: structure pointer to the SDIO device controller.| –| HDF_STATUS| Claims a ho…
61 | releaseHost | **dev**: structure pointer to the SDIO device controller.| –| HDF_STATUS| Releases …
73 - Instantiate the **HdfDriverEntry** structure.
167 3. Initialize the **SdioDevice** object at the core layer, including defining a custom structure (t…
169 - Defining a custom structure
171structure holds parameters and data. The **DeviceResourceIface** method provided by the HDF reads …
185 …// SdioDevice is the core layer controller structure. The Bind function assigns values to the memb…
250 …Initializes the custom structure object and **SdioCntlr**, calls the **SdioCntlrAdd** function at …
317 …function assigns values to the **Release** function in the driver entry structure. If the HDF fail…