HomeSort by relevance Sort by last modified time
    Searched refs:nonwakeup (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/os/inc/
nanohubCommand.h 34 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup);
hostIntf.h 81 bool hostIntfPacketDequeue(void *ptr, uint32_t *wakeup, uint32_t *nonwakeup);
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 680 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup)
689 prevNonWakeup = *nonwakeup;
691 while (hostIntfPacketDequeue(&mTxNext, wakeup, nonwakeup)) {
731 *nonwakeup = prevNonWakeup;
736 prevNonWakeup = *nonwakeup;
745 uint32_t nonwakeup = atomicRead32bits(&mTxWakeCnt[1]); local
754 if (!nonwakeup && nonwakeupStatus)
756 else if (nonwakeup && !nonwakeupStatus)
760 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup)
767 if (nonwakeup < atomicRead32bits(&mTxWakeCnt[1])
845 uint32_t length, wakeup, nonwakeup; local
    [all...]
hostIntf.c 557 bool hostIntfPacketDequeue(void *data, uint32_t *wakeup, uint32_t *nonwakeup)
622 *nonwakeup = mNonWakeupBlocks;
    [all...]

Completed in 1808 milliseconds