Lines Matching refs:structure
94 | start | **device**: structure pointer to the clock controller at the core layer.| –| HDF_STATUS |…
95 | stop | **device**: structure pointer to the clock controller at the core layer.| –| HDF_STATUS | …
96 | setRate | **device**: structure pointer to the clock controller at the core layer.| –| HDF_STATUS…
97 | getRate | **device**: structure pointer to the clock controller at the core layer.| Clock rate ob…
98 | disable | **device**: structure pointer to the clock controller at the core layer.| –| HDF_STATUS…
99 | enable | **device**: structure pointer to the clock controller at the core layer.| –| HDF_STATUS …
100 | getParent | **device**: structure pointer to the clock controller at the core layer.| Structure p…
101 | setParent | **device**: structure pointer to the clock controller at the core layer.| –| HDF_STAT…
107 | lock | **device**: structure pointer to the clock device object at the core layer.| –| HDF_STATUS…
108 | unlock | **device**: structure pointer to the clock device object at the core layer.| –| HDF_STAT…
115 - Instantiate the **HdfDriverEntry** structure.
245 3. Initialize the **ClockDevice** object at the core layer, including defining a custom structure (…
247 - Define a custom structure.
249 …structure holds parameters and data. The DeviceResourceIface() function provided by the HDF reads …
251 …/* ClockDevice is the core layer controller structure. The **Init()** function assigns values to t…
265 - Instantiate the hook function structure **ClockMethod** of **ClockDevice**.
267 …The **ClockLockMethod** is not implemented in this example. To instantiate the structure, refer to…
305 …Initializes the custom structure object and **ClockDevice**, and calls the **ClockDeviceAdd** func…
403 …function assigns values to the **Release** function in the driver entry structure. If the HDF fail…