Home
last modified time | relevance | path

Searched refs:PlatformDeviceAdd (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_device.h175 int32_t PlatformDeviceAdd(struct PlatformDevice *device);
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dplatform_device_test.c127 ret = PlatformDeviceAdd(device); in PlatformDeviceTestAddDevice()
253 ret = PlatformDeviceAdd(NULL); in PlatformDeviceTestReliability()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_device_test.c135 ret = PlatformDeviceAdd(device); in PlatformDeviceTestAddDevice()
240 ret = PlatformDeviceAdd(NULL); in PlatformDeviceTestReliability()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_manager.c209 if ((ret = PlatformDeviceAdd(&cntlr->device)) != HDF_SUCCESS) { in CanCntlrAdd()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pcie/
H A Dpcie_core.c63 ret = PlatformDeviceAdd(&cntlr->device); in PcieCntlrAdd()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_manager.c190 ret = PlatformDeviceAdd(&cntlr->device); in GpioCntlrAdd()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_device.c178 int32_t PlatformDeviceAdd(struct PlatformDevice *device) in PlatformDeviceAdd() function
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_core.c299 ret = PlatformDeviceAdd(&cntlr->device); in MmcCntlrAdd()
1132 ret = PlatformDeviceAdd(&mmc->device); in MmcDeviceAdd()
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mtd/
H A Dmtd_core.c142 ret = PlatformDeviceAdd(&mtdDevice->device); in MtdDeviceAdd()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_core.c336 ret = PlatformDeviceAdd(&cntlr->device); in HdmiCntlrAdd()