Searched refs:wakeup (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | apInt.c | 41 void apIntSet(bool wakeup) in apIntSet() argument 43 if (wakeup) { in apIntSet() 53 void apIntClear(bool wakeup) in apIntClear() argument 55 if (wakeup) { in apIntClear()
|
/device/google/contexthub/firmware/inc/ |
D | apInt.h | 27 void apIntSet(bool wakeup); 28 void apIntClear(bool wakeup);
|
D | nanohubCommand.h | 32 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup);
|
D | hostIntf.h | 80 bool hostIntfPacketDequeue(void *ptr, uint32_t *wakeup, uint32_t *nonwakeup);
|
/device/google/contexthub/firmware/src/ |
D | nanohubCommand.c | 687 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup) in fillBuffer() argument 695 prevWakeup = *wakeup; in fillBuffer() 698 while (hostIntfPacketDequeue(&mTxNext, wakeup, nonwakeup)) { in fillBuffer() 722 if (*wakeup > 0) in fillBuffer() 733 *wakeup = prevWakeup; in fillBuffer() 738 prevWakeup = *wakeup; in fillBuffer() 747 uint32_t wakeup = atomicRead32bits(&mTxWakeCnt[0]); in updateInterrupts() local 752 if (!wakeup && wakeupStatus) in updateInterrupts() 754 else if (wakeup && !wakeupStatus) in updateInterrupts() 763 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup) in nanohubPrefetchTx() argument [all …]
|
D | hostIntf.c | 507 bool hostIntfPacketDequeue(void *data, uint32_t *wakeup, uint32_t *nonwakeup) in hostIntfPacketDequeue() argument 564 *wakeup = mWakeupBlocks; in hostIntfPacketDequeue()
|
/device/google/accessory/demokit/firmware/demokit/ |
D | demokit.pde | 326 // Low Power Mode, 20ms auto wakeup
|
/device/lge/bullhead/wifi/ |
D | WCNSS_qcom_cfg.ini | 15 # 0 implies no periodic wake up from IMPS. Periodic wakeup is
|