Home
last modified time | relevance | path

Searched defs:pe (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_event.c31 int32_t PlatformEventInit(struct PlatformEvent *pe) in PlatformEventInit()
44 static void PlatformEventLock(struct PlatformEvent *pe) in PlatformEventLock()
49 static void PlatformEventUnlock(struct PlatformEvent *pe) in PlatformEventUnlock()
54 static void PlatformEventClearWaiters(struct PlatformEvent *pe) in PlatformEventClearWaiters()
69 int32_t PlatformEventUninit(struct PlatformEvent *pe) in PlatformEventUninit()
80 int32_t PlatformEventPost(struct PlatformEvent *pe, uint32_t events) in PlatformEventPost()
134 static int32_t PlatformEventRead(struct PlatformEvent *pe, uint32_t *events, uint32_t mask, int32_t… in PlatformEventRead()
158 static int32_t PlatformEventReadSlowlly(struct PlatformEvent *pe, in PlatformEventReadSlowlly()
190 int32_t PlatformEventWait(struct PlatformEvent *pe, uint32_t mask, int32_t mode, uint32_t tms, uint… in PlatformEventWait()
231 int32_t PlatformEventListen(struct PlatformEvent *pe, const struct PlatformEventListener *listener) in PlatformEventListen()
[all …]
/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_event_test.c28 static int32_t PlatformEventTestInitAndUninit(struct PlatformEvent *pe) in PlatformEventTestInitAndUninit()
54 static int32_t PlatformEventTestPostAndWait(struct PlatformEvent *pe) in PlatformEventTestPostAndWait()
110 static int32_t PlatformEventTestListenAndUnliten(struct PlatformEvent *pe) in PlatformEventTestListenAndUnliten()
150 static int32_t PlatformEventTestReliability(struct PlatformEvent *pe) in PlatformEventTestReliability()
202 struct PlatformEvent pe; in PlatformEventTestExecute() local