Searched refs:PlatformDevicePostEvent (Results 1 – 4 of 4) sorted by relevance
140 int32_t PlatformDevicePostEvent(struct PlatformDevice *device, uint32_t events);
107 ret = PlatformDevicePostEvent(device, eventA | eventB); in PlatformDeviceTestWaitEvent()234 ret = PlatformDevicePostEvent(NULL, 0x1); in PlatformDeviceTestReliability()
39 ret = PlatformDevicePostEvent(device, PLAT_EVENT_DEVICE_DEAD); in PlatformDeviceOnLastPut()344 int32_t PlatformDevicePostEvent(struct PlatformDevice *device, uint32_t events) in PlatformDevicePostEvent() function
247 ret = PlatformDevicePostEvent(NULL, 0x1); in PlatformDeviceTestReliability()