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 D | platform_device_test.c | 203 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 D | platform_device_test.c | 190 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 D | platform_device.h | 228 int32_t PlatformDeviceBind(struct PlatformDevice *device, struct HdfDeviceObject *hdfDevice);
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/ |
H A D | gpio_service.c | 367 ret = PlatformDeviceBind(&gpioMgr->device, device); in GpioServiceBind()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_device.c | 303 int32_t PlatformDeviceBind(struct PlatformDevice *device, struct HdfDeviceObject *hdfDevice) in PlatformDeviceBind() function
|
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/ |
H A D | gpio_gr5xx.c | 408 (void)PlatformDeviceBind(&gpioCntlr->device, device); in GpioDriverInit()
|
H A D | gpio_asr.c | 424 ret = PlatformDeviceBind(&g_gpioCntlr.device, device);
|
H A D | gpio_bes.c | 307 ret = PlatformDeviceBind(&g_gpioCntlr.device, device);
|
H A D | gpio_stm32f4xx.c | 395 ret = PlatformDeviceBind(&g_stmGpioCntlr.device, device);
|