| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | ext-ctrls-camera.rst | 142 position. The unit is undefined. Positive values set the focus 147 amount. The unit is undefined. Positive values move the focus closer 152 Enables continuous automatic focus adjustments. The effect of manual 153 focus adjustments while this feature is enabled is undefined, 157 Starts single auto focus process. The effect of setting this control 167 .. _v4l2-auto-focus-status: 170 The automatic focus status. This is a read-only control. 183 - Automatic focus is not active. 187 - Focus has been reached. 189 - Automatic focus has failed, the driver will not transition from [all …]
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | ucd9200 | 10 http://focus.ti.com/lit/ds/symlink/ucd9220.pdf 11 http://focus.ti.com/lit/ds/symlink/ucd9222.pdf 12 http://focus.ti.com/lit/ds/symlink/ucd9224.pdf 13 http://focus.ti.com/lit/ds/symlink/ucd9240.pdf 14 http://focus.ti.com/lit/ds/symlink/ucd9244.pdf 15 http://focus.ti.com/lit/ds/symlink/ucd9246.pdf 16 http://focus.ti.com/lit/ds/symlink/ucd9248.pdf
|
| D | tmp401 | 8 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html 16 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html 24 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
|
| D | ucd9000 | 9 http://focus.ti.com/lit/ds/symlink/ucd90120.pdf 10 http://focus.ti.com/lit/ds/symlink/ucd90124.pdf 11 http://focus.ti.com/lit/ds/symlink/ucd90160.pdf 12 http://focus.ti.com/lit/ds/symlink/ucd9090.pdf 13 http://focus.ti.com/lit/ds/symlink/ucd90910.pdf
|
| D | tmp421 | 8 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 16 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html
|
| D | ads7828 | 8 http://focus.ti.com/lit/ds/symlink/ads7828.pdf 13 http://focus.ti.com/lit/ds/symlink/ads7830.pdf
|
| D | ads1015 | 8 http://focus.ti.com/lit/ds/symlink/ads1015.pdf 12 http://focus.ti.com/lit/ds/symlink/ads1115.pdf
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | tmp401.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html 28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html 36 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html 44 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
|
| D | ucd9200.rst | 15 - http://focus.ti.com/lit/ds/symlink/ucd9220.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd9222.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd9224.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd9240.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9244.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd9246.pdf 21 - http://focus.ti.com/lit/ds/symlink/ucd9248.pdf
|
| D | ucd9000.rst | 15 - http://focus.ti.com/lit/ds/symlink/ucd90120.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd90124.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd90160.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd90320.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9090.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd90910.pdf
|
| D | tmp421.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html
|
| D | ads7828.rst | 12 http://focus.ti.com/lit/ds/symlink/ads7828.pdf 20 http://focus.ti.com/lit/ds/symlink/ads7830.pdf
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| 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()
|
| D | ad5820.c | 5 * AD5820 DAC driver for camera voice coil focus. 184 * for focus position, because it is meaningless for user. Meaningful in ad5820_init_controls() 185 * would be to use focus distance or even its inverse, but since the in ad5820_init_controls() 187 * will just use abstract codes here. In any case, smaller value = focus in ad5820_init_controls() 188 * position farther from camera. The default zero value means focus at in ad5820_init_controls() 328 strscpy(coil->subdev.name, "ad5820 focus", sizeof(coil->subdev.name)); in ad5820_probe()
|
| 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-4.19/drivers/media/i2c/ |
| 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()
|
| D | ad5820.c | 4 * AD5820 DAC driver for camera voice coil focus. 186 * for focus position, because it is meaningless for user. Meaningful in ad5820_init_controls() 187 * would be to use focus distance or even its inverse, but since the in ad5820_init_controls() 189 * will just use abstract codes here. In any case, smaller value = focus in ad5820_init_controls() 190 * position farther from camera. The default zero value means focus at in ad5820_init_controls() 320 strcpy(coil->subdev.name, "ad5820 focus"); in ad5820_probe()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | sony,imx214.txt | 23 - lens-focus: See ../video-interfaces.txt 42 lens-focus = <&ad5820>;
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | omap3isp.rst | 75 <URL:http://focus.ti.com/pdfs/wtbu/OMAP34xx_ES3.1.x_PUBLIC_TRM_vZM.zip> 82 <URL:http://focus.ti.com/pdfs/wtbu/OMAP36xx_ES1.x_PUBLIC_TRM_vQ.zip>
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | extended-controls.rst | 2553 position. The unit is undefined. Positive values set the focus 2558 amount. The unit is undefined. Positive values move the focus closer 2563 Enables continuous automatic focus adjustments. The effect of manual 2564 focus adjustments while this feature is enabled is undefined, 2568 Starts single auto focus process. The effect of setting this control 2578 .. _v4l2-auto-focus-status: 2581 The automatic focus status. This is a read-only control. 2594 - Automatic focus is not active. 2598 - Focus has been reached. 2600 - Automatic focus has failed, the driver will not transition from [all …]
|
| /kernel/linux/linux-4.19/arch/arm/mach-imx/ |
| D | mach-pcm037_eet.c | 129 .desc = "Focus Forward", 135 .desc = "Focus Backward",
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ov5693/ |
| 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 = AD5823_INIT_FOCUS_POS; in ov5693_init() [all …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/bpf/ |
| D | test_obj_id.c | 14 * not the focus here.
|
| D | bpf_rlimit.h | 13 * set rlimit to infinity in order for kernel to focus on in bpf_rlimit_ctor()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | bpf_rlimit.h | 13 * set rlimit to infinity in order for kernel to focus on in bpf_rlimit_ctor()
|