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

  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 224 static bool i2c_read(uint8_t addr, uint16_t len, uint32_t delay, uint8_t state) function
231 DEBUG_PRINT("i2c_read: len too big (len: %d)\n", len);
239 DEBUG_PRINT("i2c_read: i2cMasterTxRx operation failed (ret: %d)\n", ret);
502 mTask.comm_rx = i2c_read;
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 248 static bool i2c_read(uint8_t addr, uint16_t len, uint32_t delay, uint8_t state) function
257 DEBUG_PRINT("i2c_read: i2cMasterTxRx operation failed (ret: %d)\n", ret);
723 mTask.comm_rx = i2c_read;
  /frameworks/native/cmds/atrace/
atrace.rc 116 chmod 0664 /sys/kernel/debug/tracing/events/i2c/i2c_read/enable
117 chmod 0664 /sys/kernel/tracing/events/i2c/i2c_read/enable
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 370 static void i2c_read(uint8_t addr, uint16_t len, uint32_t delay, bool last) function
1000 mTask.comm_rx = i2c_read;

Completed in 4045 milliseconds