Searched refs:focus (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ak7375.c | 14 * This sets the minimum granularity for the focus positions. 15 * A value of 1 gives maximum accuracy for a desired focus position 36 struct v4l2_ctrl *focus; member 129 dev_vcm->focus = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FOCUS_ABSOLUTE, in ak7375_init_controls() 208 for (val = ak7375_dev->focus->val & ~(AK7375_CTRL_STEPS - 1); in ak7375_vcm_suspend() 251 for (val = ak7375_dev->focus->val % AK7375_CTRL_STEPS; in ak7375_vcm_resume() 252 val <= ak7375_dev->focus->val; in ak7375_vcm_resume()
|
H A D | dw9768.c | 18 * This sets the minimum granularity for the focus positions. 19 * A value of 1 gives maximum accuracy for a desired focus position 104 struct v4l2_ctrl *focus; member 271 for (val = dw9768->focus->val % DW9768_MOVE_STEPS; in dw9768_init() 272 val <= dw9768->focus->val; in dw9768_init() 291 val = round_down(dw9768->focus->val, DW9768_MOVE_STEPS); in dw9768_release() 411 dw9768->focus = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FOCUS_ABSOLUTE, 0, in dw9768_init_controls()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ak7375.c | 15 * This sets the minimum granularity for the focus positions. 16 * A value of 1 gives maximum accuracy for a desired focus position 47 struct v4l2_ctrl *focus; member 134 dev_vcm->focus = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FOCUS_ABSOLUTE, in ak7375_init_controls() 221 for (val = ak7375_dev->focus->val & ~(AK7375_CTRL_STEPS - 1); in ak7375_vcm_suspend() 276 for (val = ak7375_dev->focus->val % AK7375_CTRL_STEPS; in ak7375_vcm_resume() 277 val <= ak7375_dev->focus->val; in ak7375_vcm_resume()
|
H A D | dw9719.c | 51 struct v4l2_ctrl *focus; member 142 for (val = dw9719->ctrls.focus->val; val >= 0; in dw9719_suspend() 158 int current_focus = dw9719->ctrls.focus->val; in dw9719_resume() 206 dw9719->ctrls.focus = v4l2_ctrl_new_std(&dw9719->ctrls.handler, ops, in dw9719_init_controls()
|
H A D | dw9768.c | 18 * This sets the minimum granularity for the focus positions. 19 * A value of 1 gives maximum accuracy for a desired focus position 104 struct v4l2_ctrl *focus; member 271 for (val = dw9768->focus->val % DW9768_MOVE_STEPS; in dw9768_init() 272 val <= dw9768->focus->val; in dw9768_init() 291 val = round_down(dw9768->focus->val, DW9768_MOVE_STEPS); in dw9768_release() 401 dw9768->focus = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FOCUS_ABSOLUTE, 0, in dw9768_init_controls()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ov5693/ |
H A D | atomisp-ov5693.c | 995 dev->number_of_steps = value - dev->focus; in ov5693_t_focus_abs() 996 dev->focus = value; in ov5693_t_focus_abs() 1009 return ov5693_t_focus_abs(sd, dev->focus + value); in ov5693_t_focus_rel() 1045 *value = dev->focus - dev->number_of_steps; in ov5693_q_focus_abs() 1047 *value = dev->focus; in ov5693_q_focus_abs() 1192 .name = "focus move absolute", 1203 .name = "focus move relative", 1214 .name = "focus status", 1295 /*change initial focus value for ad5823*/ in ov5693_init() 1297 dev->focus in ov5693_init() [all...] |
H A D | ov5693.h | 236 u32 focus; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ov5693/ |
H A D | atomisp-ov5693.c | 838 dev->number_of_steps = value - dev->focus; in ov5693_t_focus_abs() 839 dev->focus = value; in ov5693_t_focus_abs() 852 return ov5693_t_focus_abs(sd, dev->focus + value); in ov5693_t_focus_rel() 888 *value = dev->focus - dev->number_of_steps; in ov5693_q_focus_abs() 890 *value = dev->focus; in ov5693_q_focus_abs() 987 .name = "focus move absolute", 998 .name = "focus move relative", 1009 .name = "focus status", 1068 /*change initial focus value for ad5823*/ in ov5693_init() 1070 dev->focus in ov5693_init() [all...] |
H A D | ov5693.h | 232 u32 focus; member
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | policydb.c | 419 unsigned char focus; in filenametr_hash() local 424 while ((focus = ft->name[byte_num++])) in filenametr_hash() 425 hash = partial_name_hash(focus, hash); in filenametr_hash()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | policydb.c | 414 unsigned char focus; in filenametr_hash() local 419 while ((focus = ft->name[byte_num++])) in filenametr_hash() 420 hash = partial_name_hash(focus, hash); in filenametr_hash()
|
Completed in 32 milliseconds