Home
last modified time | relevance | path

Searched refs:PlatformDeviceBind (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dplatform_device_test.c203 ret = PlatformDeviceBind(device, &hdfDev); in PlatformDeviceTestBindDevice()
261 ret = PlatformDeviceBind(device, NULL); in PlatformDeviceTestReliability()
263 ret = PlatformDeviceBind(NULL, &hdfDev); in PlatformDeviceTestReliability()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_device_test.c190 ret = PlatformDeviceBind(device, &hdfDev); in PlatformDeviceTestBindDevice()
248 ret = PlatformDeviceBind(device, NULL); in PlatformDeviceTestReliability()
250 ret = PlatformDeviceBind(NULL, &hdfDev); in PlatformDeviceTestReliability()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_device.h228 int32_t PlatformDeviceBind(struct PlatformDevice *device, struct HdfDeviceObject *hdfDevice);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_service.c367 ret = PlatformDeviceBind(&gpioMgr->device, device); in GpioServiceBind()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_device.c303 int32_t PlatformDeviceBind(struct PlatformDevice *device, struct HdfDeviceObject *hdfDevice) in PlatformDeviceBind() function
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_gr5xx.c408 (void)PlatformDeviceBind(&gpioCntlr->device, device); in GpioDriverInit()
H A Dgpio_asr.c424 ret = PlatformDeviceBind(&g_gpioCntlr.device, device);
H A Dgpio_bes.c307 ret = PlatformDeviceBind(&g_gpioCntlr.device, device);
H A Dgpio_stm32f4xx.c395 ret = PlatformDeviceBind(&g_stmGpioCntlr.device, device);