| /linux/Documentation/hwmon/ |
| A 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
|
| A 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
|
| A 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
|
| A 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
|
| A D | ads7828.rst | 12 http://focus.ti.com/lit/ds/symlink/ads7828.pdf 20 http://focus.ti.com/lit/ds/symlink/ads7830.pdf
|
| A D | tmp102.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp102.html
|
| A D | lm70.rst | 12 Information: http://focus.ti.com/docs/prod/folders/print/tmp121.html
|
| /linux/drivers/media/i2c/ |
| A D | ak7375.c | 36 struct v4l2_ctrl *focus; member 121 dev_vcm->focus = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FOCUS_ABSOLUTE, in ak7375_init_controls() 198 for (val = ak7375_dev->focus->val & ~(AK7375_CTRL_STEPS - 1); in ak7375_vcm_suspend() 240 for (val = ak7375_dev->focus->val % AK7375_CTRL_STEPS; in ak7375_vcm_resume() 241 val <= ak7375_dev->focus->val; in ak7375_vcm_resume()
|
| A D | dw9768.c | 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()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | ext-ctrls-camera.rst | 143 position. The unit is undefined. Positive values set the focus 154 focus adjustments while this feature is enabled is undefined, 168 .. _v4l2-auto-focus-status: 171 The automatic focus status. This is a read-only control. 184 - Automatic focus is not active. 195 .. _v4l2-auto-focus-range: 210 - The camera automatically selects the focus range. 212 - Normal distance range, limited for best automatic focus 216 possible distance for auto focus. 479 focus controls. [all …]
|
| A D | pixfmt.rst | 15 focus on video capturing and output, for overlay frame buffer formats
|
| A D | pixfmt-meta-rkisp1.rst | 41 AF (Auto-focus). See :c:type:`rkisp1_stat_buffer` for details of the statistics.
|
| A D | pixfmt-meta-intel-ipu3.rst | 22 Saturation measure) cells, AWB filter response, AF (Auto-focus) filter response,
|
| /linux/Documentation/devicetree/bindings/media/i2c/ |
| A D | sony,imx214.yaml | 51 lens-focus: true 110 lens-focus = <&ad5820>;
|
| A D | mipi-ccs.yaml | 64 lens-focus: 65 description: Lens focus controller phandles. See ../video-interfaces.txt
|
| A D | toshiba,et8ek8.txt | 27 - lens-focus: See ../video-interfaces.txt
|
| /linux/Documentation/admin-guide/media/ |
| A 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>
|
| A D | omap4_camera.rst | 61 .. [#f1] http://focus.ti.com/general/docs/wtbu/wtbudocumentcenter.tsp?navigationId=12037&templateId…
|
| /linux/Documentation/translations/zh_CN/video4linux/ |
| A 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>
|
| /linux/drivers/staging/media/atomisp/i2c/ov5693/ |
| 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() 1297 dev->focus = AD5823_INIT_FOCUS_POS; in ov5693_init() 1300 dev->focus = 0; in ov5693_init() 1406 dev->focus = OV5693_INVALID_CONFIG; in power_down()
|
| /linux/Documentation/devicetree/bindings/hwmon/pmbus/ |
| A D | ti,ucd90320.yaml | 21 http://focus.ti.com/lit/ds/symlink/ucd90320.pdf
|
| /linux/arch/arm64/boot/dts/qcom/ |
| A D | msm8998-fxtec-pro1.dts | 129 camera-focus { 228 cam_focus_pin_a: cam-focus-btn-active {
|
| /linux/Documentation/bpf/ |
| A D | index.rst | 6 Filter) facility, with a focus on the extended BPF version (eBPF).
|
| /linux/Documentation/w1/masters/ |
| A D | omap-hdq.rst | 11 http://focus.ti.com/lit/an/slua408a/slua408a.pdf
|
| /linux/Documentation/devicetree/bindings/media/ |
| A D | video-interface-devices.yaml | 20 lens-focus: 23 A phandle to the node of the focus lens controller.
|