Home
last modified time | relevance | path

Searched refs:vcm_end_t (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DLensHw.cpp342 _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 DLensHw.h120 struct timeval vcm_end_t; member
126 struct compat_timeval vcm_end_t; member
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dvm149c.c342 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 Dfp5510.c531 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 Daw8601.c406 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 Dgt9760s.c542 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 Ddw9800w.c417 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 Ddw9763.c442 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 Dmp6507.c172 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 Ddw9714.c830 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 Dcn3927v.c794 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 Drk_vcm_head.h115 struct __kernel_old_timeval vcm_end_t; member
127 struct __kernel_old_timeval32 vcm_end_t; member