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

  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 85 #define INFO_PRINT(fmt, ...) \
179 INFO_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
231 INFO_PRINT("sensorPowerAls: %d\n", on);
260 INFO_PRINT("sensorRateAls: %ld/%lld\n", rate, latency);
323 INFO_PRINT("not detected\n");
327 INFO_PRINT("detected\n")
330 INFO_PRINT("Brownout Condition\n");
385 INFO_PRINT("started\n");
405 INFO_PRINT("ended\n");
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 65 #define INFO_PRINT(fmt, ...) \
358 INFO_PRINT("baroPower %s\n", on ? "enable" : "disable");
391 INFO_PRINT("baroSetRate %lu Hz - %llu ns\n", rate, latency);
410 INFO_PRINT("baroCalibrate\n");
436 INFO_PRINT("baroCfgData %ld\n", offset);
455 INFO_PRINT("tempPower %s\n", on ? "enable" : "disable");
491 INFO_PRINT("tempSetRate %lu Hz - %llu ns\n", rate, latency);
545 INFO_PRINT("Device ID is correct! (%02x)\n", xfer->txrxBuf[0]);
641 INFO_PRINT("EVT_APP_START\n");
649 //INFO_PRINT("EVT_COMM_DONE %d\n", (int)evtData)
    [all...]
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 56 #define INFO_PRINT(fmt, ...) do { \
60 #define ERROR_PRINT(fmt, ...) INFO_PRINT("%s" fmt, "ERROR: ", ##__VA_ARGS__); \
64 INFO_PRINT(fmt, ##__VA_ARGS__); \
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 74 #define INFO_PRINT(fmt, ...) \
310 INFO_PRINT("humidityPower %s\n", on ? "enable" : "disable");
344 INFO_PRINT("humiditySetRate %lu Hz - %llu ns\n", rate, latency);
412 INFO_PRINT( "Device ID is correct! (%02x)\n", xfer->txrxBuf[0]);
460 INFO_PRINT( "EVT_APP_START\n");
493 INFO_PRINT( "started\n");
516 INFO_PRINT( "ended\n");
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 149 #define INFO_PRINT(fmt, ...) \
380 INFO_PRINT("Power %s\n", on ? "on" : "off");
404 INFO_PRINT("FwUpload\n");
412 INFO_PRINT("SetRate %lu Hz - %llu ns\n", rate, latency);
440 INFO_PRINT("Flush\n");
446 INFO_PRINT("SelfTest\n");
706 INFO_PRINT("Device ID is correct! (%02x)\n", xfer->txrxBuf[0]);
772 INFO_PRINT("EVT_APP_START\n");
799 INFO_PRINT("start driver\n");
838 INFO_PRINT("ended\n")
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 170 #define INFO_PRINT(fmt, ...) \
463 INFO_PRINT("magPower %s\n", on ? "on" : "off");
483 INFO_PRINT("magSetRate %lu Hz - %llu ns\n", rate, latency);
503 INFO_PRINT("magFlush\n");
514 INFO_PRINT("magCfgData: calibration %ldnT, %ldnT, %ldnT\n",
524 INFO_PRINT("magCfgData: local field strength %dnT, dec %ddeg, inc %ddeg\n",
653 INFO_PRINT("magSelfTest\n");
909 INFO_PRINT( "Device ID is correct! (%02x)\n", *wai);
918 INFO_PRINT( "Initialization completed\n");
969 INFO_PRINT("EVT_APP_START\n")
    [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 143 #define INFO_PRINT(fmt, ...) do { \
149 INFO_PRINT(fmt, ##__VA_ARGS__); \
297 INFO_PRINT("Ran out of i2c buffers!");
379 INFO_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
525 INFO_PRINT("cannot calibrate while als or prox are active\n");
551 INFO_PRINT("Received als cfg data: %d\n", (int)mTask.alsOffset);
613 INFO_PRINT("cannot calibrate while als or prox are active\n");
635 INFO_PRINT("Received cfg data: {%d, %d, %d, %d}\n",
713 INFO_PRINT("not detected\n");
890 INFO_PRINT("Calibration offsets = {%d, %d, %d, %d}\n", *((int16_t*)&xfer->txrxBuf[0])
    [all...]
  /external/syslinux/com32/elflink/
test_com32.c 9 #define INFO_PRINT(fmt, args...) printf("[COM32] " fmt, ##args)
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c 574 #define INFO_PRINT(fmt, ...) \
    [all...]
  /device/google/contexthub/firmware/os/core/
timer.c 36 #define INFO_PRINT(fmt, ...) do { \
40 #define ERROR_PRINT(fmt, ...) INFO_PRINT("%s" fmt, "ERROR: ", ##__VA_ARGS__)
spi.c 26 #define INFO_PRINT(fmt, ...) do { \
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 48 #define INFO_PRINT(fmt, ...) \
377 INFO_PRINT("Device ID = (%02x)\n", xfer->txrxBuf[0]);
381 INFO_PRINT("detected\n");
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 146 #define INFO_PRINT(fmt, ...) do { \
488 INFO_PRINT("Received cfg data: %d\n", (int)offset);
590 INFO_PRINT("not detected\n");
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 79 #define INFO_PRINT(fmt, ...) do { \
    [all...]
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 80 #define INFO_PRINT(fmt, ...) osLog(LOG_INFO, "[DoubleTouch] " fmt, ##__VA_ARGS__)

Completed in 139 milliseconds