Home
last modified time | relevance | path

Searched refs:PlatformDeviceSetHdfDev (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_device.h249 int32_t PlatformDeviceSetHdfDev(struct PlatformDevice *device, struct HdfDeviceObject *hdfDevice);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_device.c286 int32_t PlatformDeviceSetHdfDev(struct PlatformDevice *device, struct HdfDeviceObject *hdfDevice) in PlatformDeviceSetHdfDev() function
307 ret = PlatformDeviceSetHdfDev(device, hdfDevice); in PlatformDeviceBind()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/can/
H A Dcan_core.h83 return PlatformDeviceSetHdfDev(&cntlr->device, device); in CanCntlrSetHdfDev()