| /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 …]
|
| D | pixfmt.rst | 15 focus on video capturing and output, for overlay frame buffer formats
|
| /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
|
| D | tmp102.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp102.html
|
| D | lm70.rst | 12 Information: http://focus.ti.com/docs/prod/folders/print/tmp121.html
|
| /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()
|
| D | dw9714.c | 14 * This sets the minimum granularity for the focus positions. 15 * A value of 1 gives maximum accuracy for a desired focus position
|
| D | dw9807-vcm.c | 15 * This sets the minimum granularity for the focus positions. 16 * A value of 1 gives maximum accuracy for a desired focus position.
|
| /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>;
|
| D | toshiba,et8ek8.txt | 27 - lens-focus: See ../video-interfaces.txt
|
| D | nokia,smia.txt | 32 - lens-focus: See ../video-interfaces.txt
|
| /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-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-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()
|
| /kernel/linux/linux-5.10/Documentation/translations/zh_CN/video4linux/ |
| D | omap3isp.txt | 258 <URL:http://focus.ti.com/pdfs/wtbu/OMAP34xx_ES3.1.x_PUBLIC_TRM_vZM.zip> 265 <URL:http://focus.ti.com/pdfs/wtbu/OMAP36xx_ES1.x_PUBLIC_TRM_vQ.zip>
|
| /kernel/linux/linux-5.10/drivers/staging/media/rkisp1/uapi/ |
| D | rkisp1-config.h | 38 /* Auto Focus Control */ 553 * struct rkisp1_cif_isp_afc_config - Configuration used by Auto Focus Control 739 * @afc_config: auto focus config 837 * struct rkisp1_cif_isp_af_stat - statistics auto focus data 865 * @af: statistics data for auto focus
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/pmbus/ |
| D | ti,ucd90320.yaml | 21 http://focus.ti.com/lit/ds/symlink/ucd90320.pdf
|
| /kernel/linux/linux-5.10/drivers/media/i2c/m5mols/ |
| D | m5mols.h | 97 * @af_range: Auto Focus's range 138 * @af: Auto Focus version 299 * | MONITOR | MONITOR(preview), Auto Focus, Face Detection |
|
| /kernel/linux/linux-5.10/Documentation/driver-api/i3c/ |
| D | protocol.rst | 10 This chapter will focus on aspects that matter to software developers. For 31 well, but let's focus on I3C devices for now.
|