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

  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 184 static struct I2cTransfer *allocXfer(uint8_t state)
204 struct I2cTransfer *xfer = allocXfer(state);
339 nextXfer = allocXfer(SENSOR_STATE_IDLE);
420 xfer = allocXfer(SENSOR_STATE_VERIFY_ID);
434 xfer = allocXfer(SENSOR_STATE_SAMPLING);
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 232 static struct I2cTransfer *allocXfer(uint8_t state)
252 struct I2cTransfer *xfer = allocXfer(state);
309 xfer = allocXfer(state);
493 nextXfer = allocXfer(SENSOR_STATE_CALIBRATE_POLLING_STATUS);
503 nextXfer = allocXfer(SENSOR_STATE_CALIBRATE_AWAITING_SAMPLE);
557 nextXfer = allocXfer(SENSOR_STATE_INIT);
574 nextXfer = allocXfer(SENSOR_STATE_IDLE);
713 xfer = allocXfer(SENSOR_STATE_VERIFY_ID);
728 xfer = allocXfer(SENSOR_STATE_SAMPLING);
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 319 static struct I2cTransfer *allocXfer(uint8_t state)
339 struct I2cTransfer *xfer = allocXfer(state);
490 xfer = allocXfer(SENSOR_STATE_IDLE);
580 newXfer = allocXfer(SENSOR_STATE_VERIFY_ID);
596 newXfer = allocXfer(SENSOR_STATE_INIT_GAINS);
607 newXfer = allocXfer(SENSOR_STATE_INIT_OFFSETS);
618 newXfer = allocXfer(SENSOR_STATE_INIT_THRESHOLDS);
773 xfer = allocXfer(SENSOR_STATE_ALS_SAMPLING);
782 xfer = allocXfer(SENSOR_STATE_PROX_SAMPLING);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 212 static struct I2cTransfer *allocXfer(uint8_t state)
257 struct I2cTransfer *xfer = allocXfer(state);
277 xfer = allocXfer(state);
470 nextXfer = allocXfer(STATE_INT_HANDLE_1);
533 xfer = allocXfer(STATE_INT_HANDLE_0);
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 186 static struct I2cTransfer *allocXfer(uint8_t state)
212 struct I2cTransfer *xfer = allocXfer(state);
560 newXfer = allocXfer(STATE_VERIFY_ID);
603 newXfer = allocXfer(STATE_AWAITING_COMP_PARAMS);
726 newXfer = allocXfer(STATE_SAMPLING);
743 newXfer = allocXfer(STATE_SAMPLING);
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 285 static struct AlsProxTransfer *allocXfer(uint8_t state)
305 struct AlsProxTransfer *xfer = allocXfer(state);
638 xfer = allocXfer(SENSOR_STATE_IDLE);
719 nextXfer = allocXfer(SENSOR_STATE_INIT_0);
853 nextXfer = allocXfer(SENSOR_STATE_INIT_2);
    [all...]
  /device/google/contexthub/firmware/os/drivers/leds/
leds_lp3943.c 149 static struct I2cTransfer *allocXfer(uint8_t state)
175 struct I2cTransfer *xfer = allocXfer(state);
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 143 static struct I2cTransfer *allocXfer(uint8_t state)
179 struct I2cTransfer *xfer = allocXfer(state);
198 struct I2cTransfer *xfer = allocXfer(state);
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 189 static struct I2cTransfer *allocXfer(uint8_t state)
226 struct I2cTransfer *xfer = allocXfer(state);
250 struct I2cTransfer *xfer = allocXfer(state);
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 555 static struct I2cTransfer *allocXfer(void)
596 struct I2cTransfer *xfer = allocXfer();
615 struct I2cTransfer *xfer = allocXfer();
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 214 static struct I2cTransfer *allocXfer(uint8_t state)
250 struct I2cTransfer *xfer = allocXfer(state);
267 struct I2cTransfer *xfer = allocXfer(state);
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 306 static struct I2cTransfer *allocXfer(void)
373 struct I2cTransfer *xfer = allocXfer();
385 struct I2cTransfer *xfer = allocXfer();

Completed in 260 milliseconds