Searched refs:nanohubPrefetchTx (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/os/inc/ |
D | nanohubCommand.h | 34 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup);
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 1107 …nanohubPrefetchTx(interrupt ? data->interrupt : HOSTINTF_MAX_INTERRUPTS, mWakeupBlocks, mNonWakeup… in hostIntfAddBlock() 1525 nanohubPrefetchTx(getSensorInterrupt(sensor), mWakeupBlocks, mNonWakeupBlocks); in onEvtSensorDataActive() 1544 nanohubPrefetchTx(HOSTINTF_MAX_INTERRUPTS, mWakeupBlocks, mNonWakeupBlocks); in onEvtSensorDataInactive()
|
D | nanohubCommand.c | 813 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup) in nanohubPrefetchTx() function 866 nanohubPrefetchTx(HOSTINTF_MAX_INTERRUPTS, 0, 0); in nanohubPrefetchTxDefer()
|