Home
last modified time | relevance | path

Searched refs:ERROR_PRINT (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c56 #define ERROR_PRINT(fmt, ...) INFO_PRINT("%s" fmt, "ERROR: ", ##__VA_ARGS__); \ macro
87 ERROR_PRINT("slabAllocatorAlloc() failed\n"); in vsyncAllocateEvt()
116 ERROR_PRINT("osEnqueueEvtOrFree() failed\n"); in vsyncIsr()
206 ERROR_PRINT("slabAllocatorNew() failed\n"); in startTask()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c80 #define ERROR_PRINT(fmt, ...) osLog(LOG_ERROR, "[DoubleTouch] " fmt, ##__VA_ARGS__) macro
200 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err); in i2cCallback()
224 ERROR_PRINT("Ran out of I2C buffers!"); in allocXfer()
235 ERROR_PRINT("txBytes and rxBytes must be less than %d", MAX_I2C_TRANSFER_SIZE); in performXfer()
246 ERROR_PRINT("I2C transfer was not successful (error %d)!", ret); in performXfer()
294 ERROR_PRINT("failed to allocate timer"); in setRetryTimer()
297 ERROR_PRINT("could not communicate with touch controller"); in setRetryTimer()
517 ERROR_PRINT("i2cMasterRequest() failed!"); in handleEvent()
/device/google/contexthub/firmware/os/core/
Dtimer.c38 #define ERROR_PRINT(fmt, ...) INFO_PRINT("%s" fmt, "ERROR: ", ##__VA_ARGS__) macro
92 ERROR_PRINT("Could not enqueue private timer event\n"); in timCallFunc()
96 ERROR_PRINT("Could not allocate an internal event\n"); in timCallFunc()
166 ERROR_PRINT("no free timers\n"); in timTimerSetEx()
Dspi.c30 #define ERROR_PRINT(fmt, ...) do { \ macro
123 ERROR_PRINT("Cannot do delayed spi, timer depleted\n"); in spiMasterRxTxDone()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c81 #define ERROR_PRINT(fmt, ...) do { \ macro
768 ERROR_PRINT("SPI in use, cannot queue write\n");
787 ERROR_PRINT("SPI in use, cannot queue read %d %d\n", (int)addr, (int)size);
806 ERROR_PRINT("NO enough SPI buffer space, dropping transaction.\n");
810 ERROR_PRINT("spiBatchTxRx too many packets!\n");
823 ERROR_PRINT("spiMasterRxTx failed!\n");
851 ERROR_PRINT("bmi160Isr2: osEnqueuePrivateEvt() failed\n");
861 ERROR_PRINT("sensorSpiCallback: osEnqueuePrivateEvt() failed\n");
867 ERROR_PRINT("sensorTimerCallback: osEnqueuePrivateEvt() failed\n")
873 ERROR_PRINT("timeSyncCallback: osEnqueuePrivateEvt() failed\n");
[all …]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c480 #define ERROR_PRINT(fmt, ...) \ macro
939 ERROR_PRINT("SPI in use, cannot queue read (addr=%d len=%d)\n", (int)addr, (int)size); in lsm6dsm_spiQueueRead()
960 ERROR_PRINT("SPI in use, cannot queue write (addr=%d data=%d)\n", (int)addr, (int)data); in lsm6dsm_spiQueueWrite()
980ERROR_PRINT("SPI in use, cannot queue multiwrite (addr=%d size=%d)\n", (int)addr, (int)size); in lsm6dsm_spiQueueMultiwrite()
1004 ERROR_PRINT("No enough SPI buffer space, dropping transaction\n"); in lsm6dsm_spiBatchTxRx()
1009 ERROR_PRINT("spiBatchTxRx too many packets!\n"); in lsm6dsm_spiBatchTxRx()
1021 ERROR_PRINT("spiBatchTxRx failed!\n"); in lsm6dsm_spiBatchTxRx()
1176 ERROR_PRINT("ODR not valid! Selected smallest ODR available\n"); in lsm6dsm_computeOdr()
2697ERROR_PRINT("`Who-Am-I` register value not valid: %x\n", T_SLAVE_INTERFACE(tmpDataBuffer[1])); in lsm6dsm_handleSpiDoneEvt()
3021 ERROR_PRINT("Failed to request SPI on this bus: #%d\n", LSM6DSM_SPI_SLAVE_BUS_ID);
[all …]