Home
last modified time | relevance | path

Searched refs:Instantiate (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-regulator-develop.md80 1. Instantiate the driver entry.
82 3. Instantiate the core layer APIs.
87 1. Instantiate the driver entry.
203 3. Instantiate the core layer APIs.
250 // Example of regulator_virtual.c: Instantiate the hooks.
315 … regNode->priv = (void *)node; ; // Instantiate the node.
316 regNode->ops = &g_method; // Instantiate OPS.
H A Ddriver-platform-mipidsi-develop.md51 2. Instantiate the driver entry.
52 - Instantiate the **HdfDriverEntry** structure.
55 3. Instantiate the MIPI DSI controller object.
57 - Instantiate **MipiDsiCntlrMethod** in the **MipiDsiCntlr** object.
99 2. Instantiate the driver entry.
H A Ddriver-platform-pwm-develop.md64 1. Instantiate the driver entry.
66 3. Instantiate the PWM controller object.
73 1. Instantiate the driver entry.
162 3. Instantiate the PWM controller object.
205 - Instantiate the **PwmMethod** structure in **PwmDev**.
208 struct PwmMethod g_pwmOps = { // Instantiate the hook functions in pwm_hi35xx.c.
H A Ddriver-platform-spi-develop.md42 1. Instantiate the driver entry.
43 - Instantiate the **HdfDriverEntry** structure.
50 3. Instantiate the SPI controller object.
52 - Instantiate **SpiCntlrMethod** in the **SpiCntlr** object.
65 1. Instantiate the driver entry.
311 …ret = Pl022Init(cntlr, device); // (Mandatory) Instantiate the custom operation object. The fo…
H A Ddriver-platform-watchdog-develop.md74 1. Instantiate the driver entry.
76 3. Instantiate the watchdog controller object.
83 1. Instantiate the driver entry.
155 3. Instantiate the watchdog controller object.
182 - Instantiate **WatchdogMethod** in **WatchdogCntlr**.
185 static struct WatchdogMethod g_method = { // Instantiate the hook functions.
H A Ddriver-platform-clock-develop.md114 1. Instantiate the driver entry.
115 - Instantiate the **HdfDriverEntry** structure.
122 3. Instantiate the core layer APIs.
124 - Instantiate **ClockMethod** in the **ClockDevice** object.
138 1. Instantiate the driver entry.
265 - Instantiate the hook function structure **ClockMethod** of **ClockDevice**.
H A Ddriver-platform-i2c-develop.md93 1. Instantiate the driver entry.
95 - Instantiate the **HdfDriverEntry** structure.
103 3. Instantiate the I2C controller object.
106 - Instantiate **I2cMethod** and **I2cLockMethod** in **I2cCntlr**.
118 1. Instantiate the driver entry.
263 - Instantiate **I2cMethod** and **I2cLockMethod**. Other members are initialized by **Init**.
H A Ddriver-platform-mipicsi-develop.md56 2. Instantiate the driver entry.
58 - Instantiate the **HdfDriverEntry** structure.
61 3. Instantiate the MIPI CSI controller object.
64 - Instantiate **MipiCsiCntlrMethod** in the **MipiCsiCntlr** object.
109 2. Instantiate the driver entry.
H A Ddriver-platform-rtc-develop.md55 1. Instantiate the driver entry.
56 - Instantiate the **HdfDriverEntry** structure.
63 3. Instantiate the RTC controller object.
65 - Instantiate **RtcMethod** in the **RtcHost** object.
78 1. Instantiate the driver entry.
H A Ddriver-platform-adc-develop.md113 1. Instantiate the driver entry.
114 - Instantiate the **HdfDriverEntry** structure.
121 3. Instantiate the core layer APIs.
123 - Instantiate **AdcMethod** in the **AdcDevice** object.
131 1. Instantiate the driver entry.
280 - Instantiate the hook function structure **AdcMethod** of **AdcDevice**.
H A Ddriver-platform-i3c-develop.md104 1. Instantiate the driver entry.
106 - Instantiate the **HdfDriverEntry** structure.
114 3. Instantiate the I3C controller object.
117 …- Instantiate **I3cMethod** in **I3cCntlr**. For details, see the description of **I3cMethod** bel…
125 1. Instantiate the driver entry.
235 3. Instantiate the I3C controller object.
239Instantiate **I3cMethod** in **I3cCntlr**.<br>The **I3cLockMethod** hook function structure is not…
H A Ddriver-platform-sdio-develop.md72 1. Instantiate the driver entry.
73 - Instantiate the **HdfDriverEntry** structure.
80 3. Instantiate the SDIO controller object.
82 - Instantiate **SdioDeviceOps** in the **SdioDevice** object.
95 1. Instantiate the driver entry.
H A Ddriver-platform-hdmi-develop.md124 1. Instantiate the driver entry.
125 - Instantiate the **HdfDriverEntry** structure.
130 3. Instantiate the HDMI controller object.
132 - Instantiate **HdmiCntlrOps** in **HdmiCntlr**.
136 1. Instantiate the driver entry.
229 3. Instantiate the **HdmiCntlr** object.
H A Ddriver-platform-uart-develop.md103 1. Instantiate the driver entry.
105 3. Instantiate the UART controller object.
112 1. Instantiate the driver entry.
208 3. Instantiate the UART controller object.
261 - Instantiate **UartHostMethod** in **UartHost**.
264 // Instantiate the hook functions in uart_hi35xx.c.
H A Ddriver-platform-gpio-develop.md82 1. Instantiate the driver entry.
84 3. Instantiate the GPIO controller object.
91 1. Instantiate the driver entry.
167 3. Instantiate the GPIO controller object.
222 - Instantiate the **GpioMethod** structure in **GpioCntlr**.
H A Ddriver-platform-mmc-develop.md98 1. Instantiate the driver entry.
100 3. Instantiate the MMC controller object.
107 1. Instantiate the driver entry.
233 3. Instantiate the MMC controller object.
290 - Instantiate **MmcCntlrOps** in **MmcCntlr**.
H A Ddriver-platform-pin-develop.md79 - Instantiate the driver entry.
81 - Instantiate the pin controller object.
88 1. Instantiate the driver entry.
201 3. Instantiate the pin controller object.
308 - Instantiate the **PinCntlrMethod** structure in **PinCntlr**.
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_server_main.cpp28 DBinderTestService::Instantiate(); in main()
H A Ddbinder_test_service.cpp53 int DBinderTestService::Instantiate() in Instantiate() function in OHOS::DBinderTestService
/ohos5.0/foundation/ability/idl_tool/test/native/src/
H A Dmain_server.cpp27 TestService::Instantiate(); in main()
H A Dtest_service.cpp29 int TestService::Instantiate() in Instantiate() function in OHOS::TestService
/ohos5.0/foundation/ability/idl_tool/test/native/include/
H A Dtest_service.h29 static int Instantiate();
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dmain_server.cpp52 TestService::Instantiate(isEnableSerialInvokeFlag); in main()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h27 static int Instantiate();
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service.h29 static int Instantiate(bool isEnableSerialInvokeFlag);

12