Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DnanohubCommand.c680 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup) in fillBuffer()
745 uint32_t nonwakeup = atomicRead32bits(&mTxWakeCnt[1]); in updateInterrupts() local
760 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup) in nanohubPrefetchTx()
845 uint32_t length, wakeup, nonwakeup; in readEvent() local
DhostIntf.c557 bool hostIntfPacketDequeue(void *data, uint32_t *wakeup, uint32_t *nonwakeup) in hostIntfPacketDequeue()