Home
last modified time | relevance | path

Searched refs:PlatformManagerGetDeviceByName (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_manager.h127 struct PlatformDevice *PlatformManagerGetDeviceByName(struct PlatformManager *manager, const char *…
/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_manager_test.c178 device1Get = PlatformManagerGetDeviceByName(manager, "platform_device1"); in PlatformManagerTestGetDevice()
217 device = PlatformManagerGetDeviceByName(NULL, "platform_device0"); in PlatformManagerTestReliability()
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
Dplatform_manager_test.c196 device1Get = PlatformManagerGetDeviceByName(manager, "platform_device1"); in PlatformManagerTestGetDevice()
235 device = PlatformManagerGetDeviceByName(NULL, "platform_device0"); in PlatformManagerTestReliability()
/drivers/hdf_core/framework/support/platform/src/can/
Dcan_manager.c253 pdevice = PlatformManagerGetDeviceByName(manager, name); in CanCntlrGetByName()
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_manager.c317 struct PlatformDevice *PlatformManagerGetDeviceByName(struct PlatformManager *manager, const char *… in PlatformManagerGetDeviceByName() function