Searched refs:read_len (Results 1 – 8 of 8) sorted by relevance
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | i2c.h | 91 … char *read_buf, unsigned int read_len )); 99 … char *read_buf, unsigned int read_len );
|
/hardware/invensense/60xx/mlsdk/mllite/ |
D | mldl_cfg_mpu.c | 94 mldl_cfg->accel->read_len); in mpu_print_cfg() 110 mldl_cfg->compass->read_len); in mpu_print_cfg() 126 mldl_cfg->pressure->read_len); in mpu_print_cfg()
|
D | accel.c | 143 if (mldl_cfg->accel->read_len > sizeof(raw_data)) in inv_get_accel_data()
|
D | compass.c | 272 if (mldl_cfg->compass->read_len > sizeof(inv_obj.compass_raw_data)) { in inv_get_compass_data()
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 208 ssize_t read_len; in mm_camera_poll_proc_pipe() local 211 read_len = read(poll_cb->pfds[0], &cmd_evt, sizeof(cmd_evt)); in mm_camera_poll_proc_pipe() 213 __func__, poll_cb->pfds[0], (int)read_len, (int)sizeof(cmd_evt), cmd_evt.cmd); in mm_camera_poll_proc_pipe()
|
/hardware/invensense/60xx/mlsdk/platform/include/linux/ |
D | mpu.h | 271 unsigned int read_len; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 1553 uint read_len; in dhd_load_file_bytes() local 1568 read_len = fsize - tot_len; in dhd_load_file_bytes() 1569 if (read_len >= blk_sz) { in dhd_load_file_bytes() 1570 read_len = blk_sz; in dhd_load_file_bytes() 1573 read_len = ROUNDUP(start, MEMBLOCK) - start; in dhd_load_file_bytes() 1576 len = fread(memblock, sizeof(uint8), read_len, fp); in dhd_load_file_bytes() 1577 if ((len < read_len) && !feof(fp)) { in dhd_load_file_bytes()
|
/hardware/invensense/60xx/mlsdk/mlutils/ |
D | mputest.c | 1354 slave->read_len, data); in test_get_data()
|