Home
last modified time | relevance | path

Searched refs:read_len (Results 1 – 10 of 10) sorted by relevance

/hardware/invensense/mlsdk/platform/include/
Di2c.h91 … char *read_buf, unsigned int read_len ));
99 … char *read_buf, unsigned int read_len );
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_thread.c113 ssize_t read_len; in mm_camera_poll_proc_pipe() local
116 read_len = read(poll_cb->pfds[0], &cmd_evt, sizeof(cmd_evt)); in mm_camera_poll_proc_pipe()
118 __func__, poll_cb->pfds[0], (int)read_len, (int)sizeof(cmd_evt), cmd_evt.cmd); in mm_camera_poll_proc_pipe()
/hardware/invensense/mlsdk/mllite/
Dmldl_cfg_mpu.c94 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()
Daccel.c143 if (mldl_cfg->accel->read_len > sizeof(raw_data)) in inv_get_accel_data()
Dcompass.c272 if (mldl_cfg->compass->read_len > sizeof(inv_obj.compass_raw_data)) { in inv_get_compass_data()
/hardware/qcom/camera/mm-camera-interface/
Dmm_camera_poll_thread.c153 ssize_t read_len; in mm_camera_poll_proc_pipe() local
156 read_len = read(poll_cb->data.pfds[0], &cmd_evt, sizeof(cmd_evt)); in mm_camera_poll_proc_pipe()
158 __func__, poll_cb->data.pfds[0], (int)read_len, (int)sizeof(cmd_evt)); in mm_camera_poll_proc_pipe()
/hardware/invensense/mlsdk/platform/include/linux/
Dmpu.h271 unsigned int read_len; member
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1546 uint read_len; in dhd_load_file_bytes() local
1561 read_len = fsize - tot_len; in dhd_load_file_bytes()
1562 if (read_len >= blk_sz) { in dhd_load_file_bytes()
1563 read_len = blk_sz; in dhd_load_file_bytes()
1566 read_len = ROUNDUP(start, MEMBLOCK) - start; in dhd_load_file_bytes()
1569 len = fread(memblock, sizeof(uint8), read_len, fp); in dhd_load_file_bytes()
1570 if ((len < read_len) && !feof(fp)) { in dhd_load_file_bytes()
/hardware/broadcom/wlan/bcm4329/dhdutil/
Ddhdu.c1493 uint read_len; in dhd_load_file_bytes() local
1502 read_len = fsize - tot_len; in dhd_load_file_bytes()
1503 if (read_len >= MEMBLOCK) in dhd_load_file_bytes()
1504 read_len = MEMBLOCK; in dhd_load_file_bytes()
1505 len = fread(memblock, sizeof(uint8), read_len, fp); in dhd_load_file_bytes()
1506 if ((len < read_len) && !feof(fp)) { in dhd_load_file_bytes()
/hardware/invensense/mlsdk/mlutils/
Dmputest.c1354 slave->read_len, data); in test_get_data()