Searched refs:PlatformManagerGetDeviceByName (Results 1 – 5 of 5) sorted by relevance
127 struct PlatformDevice *PlatformManagerGetDeviceByName(struct PlatformManager *manager, const char *…
178 device1Get = PlatformManagerGetDeviceByName(manager, "platform_device1"); in PlatformManagerTestGetDevice()217 device = PlatformManagerGetDeviceByName(NULL, "platform_device0"); in PlatformManagerTestReliability()
196 device1Get = PlatformManagerGetDeviceByName(manager, "platform_device1"); in PlatformManagerTestGetDevice()235 device = PlatformManagerGetDeviceByName(NULL, "platform_device0"); in PlatformManagerTestReliability()
253 pdevice = PlatformManagerGetDeviceByName(manager, name); in CanCntlrGetByName()
317 struct PlatformDevice *PlatformManagerGetDeviceByName(struct PlatformManager *manager, const char *… in PlatformManagerGetDeviceByName() function