Home
last modified time | relevance | path

Searched refs:start_current (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Daw8601.c51 unsigned int start_current; member
214 range = dev_vcm->rated_current - dev_vcm->start_current; in aw8601_get_pos()
219 if (abs_step <= dev_vcm->start_current) { in aw8601_get_pos()
221 } else if ((abs_step > dev_vcm->start_current) && in aw8601_get_pos()
223 abs_step = (abs_step - dev_vcm->start_current) * dev_vcm->max_logicalpos / range; in aw8601_get_pos()
248 range = dev_vcm->rated_current - dev_vcm->start_current; in aw8601_set_pos()
250 position = dev_vcm->start_current; in aw8601_set_pos()
252 position = dev_vcm->start_current + in aw8601_set_pos()
377 dev_vcm->start_current = dev_vcm->vcm_cfg.start_ma * in aw8601_update_vcm_cfg()
H A Dvm149c.c34 unsigned int start_current; member
162 if (abs_step <= dev_vcm->start_current) in vm149c_get_pos()
164 else if ((abs_step > dev_vcm->start_current) && in vm149c_get_pos()
191 position = dev_vcm->start_current; in vm149c_set_pos()
193 position = dev_vcm->start_current + in vm149c_set_pos()
315 dev_vcm->start_current = dev_vcm->vcm_cfg.start_ma * in vm149c_update_vcm_cfg()
317 dev_vcm->rated_current = dev_vcm->start_current + in vm149c_update_vcm_cfg()
H A Ddw9714.c70 unsigned int start_current; member
522 range = dev_vcm->rated_current - dev_vcm->start_current; in dw9714_get_pos()
525 if (dac <= dev_vcm->start_current) { in dw9714_get_pos()
527 } else if ((dac > dev_vcm->start_current) && in dw9714_get_pos()
529 position = (dac - dev_vcm->start_current) * dev_vcm->max_logicalpos / range; in dw9714_get_pos()
554 range = dev_vcm->rated_current - dev_vcm->start_current; in dw9714_set_pos()
556 position = dev_vcm->start_current; in dw9714_set_pos()
558 position = dev_vcm->start_current + in dw9714_set_pos()
801 dev_vcm->start_current = dev_vcm->vcm_cfg.start_ma * in dw9714_update_vcm_cfg()
1266 dev_vcm->start_current, in dw9714_parse_dt_property()
[all …]
H A Dfp5510.c42 unsigned int start_current; member
351 if (abs_step <= dev_vcm->start_current) in fp5510_get_pos()
353 else if ((abs_step > dev_vcm->start_current) && in fp5510_get_pos()
379 position = dev_vcm->start_current; in fp5510_set_pos()
381 position = dev_vcm->start_current + in fp5510_set_pos()
503 dev_vcm->start_current = dev_vcm->vcm_cfg.start_ma * in fp5510_update_vcm_cfg()
505 dev_vcm->rated_current = dev_vcm->start_current + in fp5510_update_vcm_cfg()
H A Dgt9760s.c49 unsigned int start_current; member
362 if (abs_step <= dev_vcm->start_current) in gt9760s_get_pos()
364 else if ((abs_step > dev_vcm->start_current) && in gt9760s_get_pos()
389 position = dev_vcm->start_current; in gt9760s_set_pos()
391 position = dev_vcm->start_current + in gt9760s_set_pos()
515 dev_vcm->start_current = dev_vcm->vcm_cfg.start_ma * in gt9760s_update_vcm_cfg()
517 dev_vcm->rated_current = dev_vcm->start_current + in gt9760s_update_vcm_cfg()
H A Dcn3927v.c83 unsigned int start_current; member
540 range = dev_vcm->rated_current - dev_vcm->start_current; in cn3927v_get_pos()
543 if (dac <= dev_vcm->start_current) { in cn3927v_get_pos()
545 } else if ((dac > dev_vcm->start_current) && in cn3927v_get_pos()
547 position = (dac - dev_vcm->start_current) * dev_vcm->max_logicalpos / range; in cn3927v_get_pos()
572 range = dev_vcm->rated_current - dev_vcm->start_current; in cn3927v_set_pos()
574 position = dev_vcm->start_current; in cn3927v_set_pos()
576 position = dev_vcm->start_current + in cn3927v_set_pos()
664 int dac = dev_vcm->start_current; in cn3927v_open()
765 dev_vcm->start_current = dev_vcm->vcm_cfg.start_ma * in cn3927v_update_vcm_cfg()
[all …]
H A Ddw9800w.c55 unsigned int start_current; member
227 if (abs_step <= dev_vcm->start_current) in dw9800w_get_pos()
229 else if ((abs_step > dev_vcm->start_current) && in dw9800w_get_pos()
254 position = dev_vcm->start_current; in dw9800w_set_pos()
256 position = dev_vcm->start_current + in dw9800w_set_pos()
389 dev_vcm->start_current = dev_vcm->vcm_cfg.start_ma * in dw9800w_update_vcm_cfg()
H A Ddw9763.c55 unsigned int start_current; member
273 if (abs_step <= dev_vcm->start_current) in dw9763_get_pos()
275 else if ((abs_step > dev_vcm->start_current) && in dw9763_get_pos()
299 position = dev_vcm->start_current; in dw9763_set_pos()
301 position = dev_vcm->start_current + in dw9763_set_pos()
414 dev_vcm->start_current = dev_vcm->vcm_cfg.start_ma * in dw9763_update_vcm_cfg()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Daf_xml2json.cpp110 af_json->vcmcfg.start_current = af_xml->vcmcfg.start_current; in convertAfCalibV1ToCalibV2()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Daf_head.h365 int start_current; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h1913 int start_current; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp2474 if (vcmcfg->start_current != -1) { in setLensVcmCfg()
2475 new_cfg.start_ma = vcmcfg->start_current; in setLensVcmCfg()
2484 if (vcmcfg->start_current == -1 && vcmcfg->rated_current == -1 && vcmcfg->step_mode == -1) { in setLensVcmCfg()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp18449 int no = ParseIntArray(psecsubchild, &af->vcmcfg.start_current, secsubtag.Size()); in parseEntrySensorAfVcmCfg()
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...