Home
last modified time | relevance | path

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

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