Searched refs:read_len (Results 1 – 10 of 10) sorted by relevance
/hardware/invensense/mlsdk/platform/include/ |
D | i2c.h | 91 … char *read_buf, unsigned int read_len )); 99 … char *read_buf, unsigned int read_len );
|
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 113 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/ |
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/mm-camera-interface/ |
D | mm_camera_poll_thread.c | 153 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/ |
D | mpu.h | 271 unsigned int read_len; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 1546 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/ |
D | dhdu.c | 1493 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/ |
D | mputest.c | 1354 slave->read_len, data); in test_get_data()
|