| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/ |
| H A D | LensHw.cpp | 342 _focus_tim.vcm_end_t.tv_sec += 2; in setFocusParamsSync() 350 end_time = _focus_tim.vcm_end_t.tv_sec * 1000 + _focus_tim.vcm_end_t.tv_usec / 1000; in setFocusParamsSync() 426 end_time = _focus_tim.vcm_end_t.tv_sec * 1000 + _focus_tim.vcm_end_t.tv_usec / 1000; in setFocusParams() 650 zoomtim.vcm_end_t.tv_sec += 1; in setZoomFocusRebackSync() 658 focustim.vcm_end_t.tv_sec += 1; in setZoomFocusRebackSync() 670 time0 = _zoom_tim.vcm_end_t.tv_sec * 1000 + _zoom_tim.vcm_end_t.tv_usec / 1000; in setZoomFocusRebackSync() 731 zoomtim.vcm_end_t.tv_sec += 1; in endZoomChgSync() 739 focustim.vcm_end_t.tv_sec += 1; in endZoomChgSync() 743 time0 = zoomtim.vcm_end_t.tv_sec * 1000 + zoomtim.vcm_end_t.tv_usec / 1000; in endZoomChgSync() 744 time1 = focustim.vcm_end_t.tv_sec * 1000 + focustim.vcm_end_t.tv_usec / 1000; in endZoomChgSync() [all …]
|
| H A D | LensHw.h | 120 struct timeval vcm_end_t; member 126 struct compat_timeval vcm_end_t; member
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | vm149c.c | 342 vcm_tim->vcm_end_t.tv_sec = vm149c_dev->end_move_tv.tv_sec; in vm149c_ioctl() 343 vcm_tim->vcm_end_t.tv_usec = vm149c_dev->end_move_tv.tv_usec; in vm149c_ioctl() 347 vcm_tim->vcm_end_t.tv_sec, vcm_tim->vcm_end_t.tv_usec); in vm149c_ioctl() 384 compat_vcm_tim.vcm_end_t.tv_sec = vcm_tim.vcm_end_t.tv_sec; in vm149c_compat_ioctl32() 385 compat_vcm_tim.vcm_end_t.tv_usec = vcm_tim.vcm_end_t.tv_usec; in vm149c_compat_ioctl32() 389 put_user(compat_vcm_tim.vcm_end_t.tv_sec, &p32->vcm_end_t.tv_sec); in vm149c_compat_ioctl32() 390 put_user(compat_vcm_tim.vcm_end_t.tv_usec, &p32->vcm_end_t.tv_usec); in vm149c_compat_ioctl32()
|
| H A D | fp5510.c | 531 vcm_tim->vcm_end_t.tv_sec = fp5510_dev->end_move_tv.tv_sec; in fp5510_ioctl() 532 vcm_tim->vcm_end_t.tv_usec = fp5510_dev->end_move_tv.tv_usec; in fp5510_ioctl() 537 vcm_tim->vcm_end_t.tv_sec, in fp5510_ioctl() 538 vcm_tim->vcm_end_t.tv_usec); in fp5510_ioctl() 579 compat_vcm_tim.vcm_end_t.tv_sec = vcm_tim.vcm_end_t.tv_sec; in fp5510_compat_ioctl32() 580 compat_vcm_tim.vcm_end_t.tv_usec = vcm_tim.vcm_end_t.tv_usec; in fp5510_compat_ioctl32() 586 put_user(compat_vcm_tim.vcm_end_t.tv_sec, in fp5510_compat_ioctl32() 587 &p32->vcm_end_t.tv_sec); in fp5510_compat_ioctl32() 588 put_user(compat_vcm_tim.vcm_end_t.tv_usec, in fp5510_compat_ioctl32() 589 &p32->vcm_end_t.tv_usec); in fp5510_compat_ioctl32()
|
| H A D | aw8601.c | 406 vcm_tim->vcm_end_t.tv_sec = dev_vcm->end_move_tv.tv_sec; in aw8601_ioctl() 407 vcm_tim->vcm_end_t.tv_usec = dev_vcm->end_move_tv.tv_usec; in aw8601_ioctl() 412 vcm_tim->vcm_end_t.tv_sec, in aw8601_ioctl() 413 vcm_tim->vcm_end_t.tv_usec); in aw8601_ioctl() 470 compat_vcm_tim.vcm_end_t.tv_sec = vcm_tim.vcm_end_t.tv_sec; in aw8601_compat_ioctl32() 471 compat_vcm_tim.vcm_end_t.tv_usec = vcm_tim.vcm_end_t.tv_usec; in aw8601_compat_ioctl32() 477 put_user(compat_vcm_tim.vcm_end_t.tv_sec, in aw8601_compat_ioctl32() 478 &p32->vcm_end_t.tv_sec); in aw8601_compat_ioctl32() 479 put_user(compat_vcm_tim.vcm_end_t.tv_usec, in aw8601_compat_ioctl32() 480 &p32->vcm_end_t.tv_usec); in aw8601_compat_ioctl32()
|
| H A D | gt9760s.c | 542 vcm_tim->vcm_end_t.tv_sec = dev_vcm->end_move_tv.tv_sec; in gt9760s_ioctl() 543 vcm_tim->vcm_end_t.tv_usec = dev_vcm->end_move_tv.tv_usec; in gt9760s_ioctl() 549 vcm_tim->vcm_end_t.tv_sec, in gt9760s_ioctl() 550 vcm_tim->vcm_end_t.tv_usec); in gt9760s_ioctl() 587 cmt.vcm_end_t.tv_sec = tim.vcm_end_t.tv_sec; in gt9760s_compat_ioctl32() 588 cmt.vcm_end_t.tv_usec = tim.vcm_end_t.tv_usec; in gt9760s_compat_ioctl32() 592 put_user(cmt.vcm_end_t.tv_sec, &p32->vcm_end_t.tv_sec); in gt9760s_compat_ioctl32() 593 put_user(cmt.vcm_end_t.tv_usec, &p32->vcm_end_t.tv_usec); in gt9760s_compat_ioctl32()
|
| H A D | dw9800w.c | 417 vcm_tim->vcm_end_t.tv_sec = dev_vcm->end_move_tv.tv_sec; in dw9800w_ioctl() 418 vcm_tim->vcm_end_t.tv_usec = dev_vcm->end_move_tv.tv_usec; in dw9800w_ioctl() 423 vcm_tim->vcm_end_t.tv_sec, in dw9800w_ioctl() 424 vcm_tim->vcm_end_t.tv_usec); in dw9800w_ioctl() 471 compat_vcm_tim.vcm_end_t.tv_sec = vcm_tim.vcm_end_t.tv_sec; in dw9800w_compat_ioctl32() 472 compat_vcm_tim.vcm_end_t.tv_usec = vcm_tim.vcm_end_t.tv_usec; in dw9800w_compat_ioctl32() 478 put_user(compat_vcm_tim.vcm_end_t.tv_sec, in dw9800w_compat_ioctl32() 479 &p32->vcm_end_t.tv_sec); in dw9800w_compat_ioctl32() 480 put_user(compat_vcm_tim.vcm_end_t.tv_usec, in dw9800w_compat_ioctl32() 481 &p32->vcm_end_t.tv_usec); in dw9800w_compat_ioctl32()
|
| H A D | dw9763.c | 442 vcm_tim->vcm_end_t.tv_sec = dev_vcm->end_move_tv.tv_sec; in dw9763_ioctl() 443 vcm_tim->vcm_end_t.tv_usec = dev_vcm->end_move_tv.tv_usec; in dw9763_ioctl() 448 vcm_tim->vcm_end_t.tv_sec, in dw9763_ioctl() 449 vcm_tim->vcm_end_t.tv_usec); in dw9763_ioctl() 496 compat_vcm_tim.vcm_end_t.tv_sec = vcm_tim.vcm_end_t.tv_sec; in dw9763_compat_ioctl32() 497 compat_vcm_tim.vcm_end_t.tv_usec = vcm_tim.vcm_end_t.tv_usec; in dw9763_compat_ioctl32() 503 put_user(compat_vcm_tim.vcm_end_t.tv_sec, in dw9763_compat_ioctl32() 504 &p32->vcm_end_t.tv_sec); in dw9763_compat_ioctl32() 505 put_user(compat_vcm_tim.vcm_end_t.tv_usec, in dw9763_compat_ioctl32() 506 &p32->vcm_end_t.tv_usec); in dw9763_compat_ioctl32()
|
| H A D | mp6507.c | 172 cur_ext_dev->mv_tim.vcm_end_t.tv_sec = in set_motor_running_status() 174 cur_ext_dev->mv_tim.vcm_end_t.tv_usec = mv_us - (mv_s * 1000000); in set_motor_running_status() 176 cur_ext_dev->mv_tim.vcm_end_t.tv_sec = in set_motor_running_status() 178 cur_ext_dev->mv_tim.vcm_end_t.tv_usec = mv_us; in set_motor_running_status() 768 mv_tim->vcm_end_t.tv_sec, in motor_ioctl() 769 mv_tim->vcm_end_t.tv_usec); in motor_ioctl() 778 mv_tim->vcm_end_t.tv_sec, in motor_ioctl() 779 mv_tim->vcm_end_t.tv_usec); in motor_ioctl() 788 mv_tim->vcm_end_t.tv_sec, in motor_ioctl() 789 mv_tim->vcm_end_t.tv_usec); in motor_ioctl() [all …]
|
| H A D | dw9714.c | 830 vcm_tim->vcm_end_t.tv_sec = dev_vcm->end_move_tv.tv_sec; in dw9714_ioctl() 831 vcm_tim->vcm_end_t.tv_usec = dev_vcm->end_move_tv.tv_usec; in dw9714_ioctl() 836 vcm_tim->vcm_end_t.tv_sec, in dw9714_ioctl() 837 vcm_tim->vcm_end_t.tv_usec); in dw9714_ioctl() 888 compat_vcm_tim.vcm_end_t.tv_sec = vcm_tim.vcm_end_t.tv_sec; in dw9714_compat_ioctl32() 889 compat_vcm_tim.vcm_end_t.tv_usec = vcm_tim.vcm_end_t.tv_usec; in dw9714_compat_ioctl32() 895 put_user(compat_vcm_tim.vcm_end_t.tv_sec, in dw9714_compat_ioctl32() 896 &p32->vcm_end_t.tv_sec); in dw9714_compat_ioctl32() 897 put_user(compat_vcm_tim.vcm_end_t.tv_usec, in dw9714_compat_ioctl32() 898 &p32->vcm_end_t.tv_usec); in dw9714_compat_ioctl32()
|
| H A D | cn3927v.c | 794 vcm_tim->vcm_end_t.tv_sec = dev_vcm->end_move_tv.tv_sec; in cn3927v_ioctl() 795 vcm_tim->vcm_end_t.tv_usec = dev_vcm->end_move_tv.tv_usec; in cn3927v_ioctl() 800 vcm_tim->vcm_end_t.tv_sec, in cn3927v_ioctl() 801 vcm_tim->vcm_end_t.tv_usec); in cn3927v_ioctl() 868 compat_vcm_tim.vcm_end_t.tv_sec = vcm_tim.vcm_end_t.tv_sec; in cn3927v_compat_ioctl32() 869 compat_vcm_tim.vcm_end_t.tv_usec = vcm_tim.vcm_end_t.tv_usec; in cn3927v_compat_ioctl32() 875 put_user(compat_vcm_tim.vcm_end_t.tv_sec, in cn3927v_compat_ioctl32() 876 &p32->vcm_end_t.tv_sec); in cn3927v_compat_ioctl32() 877 put_user(compat_vcm_tim.vcm_end_t.tv_usec, in cn3927v_compat_ioctl32() 878 &p32->vcm_end_t.tv_usec); in cn3927v_compat_ioctl32()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk_vcm_head.h | 115 struct __kernel_old_timeval vcm_end_t; member 127 struct __kernel_old_timeval32 vcm_end_t; member
|