Searched +full:imx258 +full:- +full:pdaf (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/media/i2c/sony,imx258.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Sony IMX258 13 Mpixel CMOS Digital Image Sensor10 - Krzysztof Kozlowski <krzk@kernel.org>12 description: |-13 IMX258 is a diagonal 5.867mm (Type 1/3.06) 13 Mega-pixel CMOS active pixel16 CSI-2. The sensor exists in two different models, a standard variant17 (IMX258) and a variant with phase detection autofocus (IMX258-PDAF).[all …]
1 // SPDX-License-Identifier: GPL-2.011 #include <media/v4l2-cci.h>12 #include <media/v4l2-ctrls.h>13 #include <media/v4l2-device.h>14 #include <media/v4l2-fwnode.h>33 /* HBLANK control - read only */42 #define IMX258_EXPOSURE_MAX (IMX258_VTS_MAX - IMX258_EXPOSURE_OFFSET)80 /* IMX258 native and active pixel array size. */163 /* V-timing */461 * - no flip[all …]
1 // SPDX-License-Identifier: GPL-2.0-only19 #include <linux/mtd/spi-nor.h>26 #include <media/v4l2-async.h>27 #include <media/v4l2-cci.h>28 #include <media/v4l2-ctrls.h>29 #include <media/v4l2-device.h>30 #include <media/v4l2-event.h>31 #include <media/v4l2-fwnode.h>32 #include <media/v4l2-subdev.h>130 * enum thp7312_focus_state - State of the focus handler[all …]