Home
last modified time | relevance | path

Searched full:imx214 (Results 1 – 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/i2c/
Dimx214.c3 * imx214.c - imx214 sensor driver
36 struct imx214 { struct
427 static inline struct imx214 *to_imx214(struct v4l2_subdev *sd) in to_imx214()
429 return container_of(sd, struct imx214, sd); in to_imx214()
436 struct imx214 *imx214 = to_imx214(sd); in imx214_power_on() local
439 ret = regulator_bulk_enable(IMX214_NUM_SUPPLIES, imx214->supplies); in imx214_power_on()
441 dev_err(imx214->dev, "failed to enable regulators: %d\n", ret); in imx214_power_on()
447 ret = clk_prepare_enable(imx214->xclk); in imx214_power_on()
449 regulator_bulk_disable(IMX214_NUM_SUPPLIES, imx214->supplies); in imx214_power_on()
450 dev_err(imx214->dev, "clk prepare enable failed\n"); in imx214_power_on()
[all …]
DKconfig742 tristate "Sony IMX214 sensor support"
750 IMX214 camera.
753 module will be called imx214.
DMakefile115 obj-$(CONFIG_VIDEO_IMX214) += imx214.o
Dimx219.c9 * DT / fwnode changes, and regulator / GPIO control taken from imx214 driver
/kernel/linux/linux-6.6/drivers/media/i2c/
Dimx214.c3 * imx214.c - imx214 sensor driver
36 struct imx214 { struct
427 static inline struct imx214 *to_imx214(struct v4l2_subdev *sd) in to_imx214()
429 return container_of(sd, struct imx214, sd); in to_imx214()
436 struct imx214 *imx214 = to_imx214(sd); in imx214_power_on() local
439 ret = regulator_bulk_enable(IMX214_NUM_SUPPLIES, imx214->supplies); in imx214_power_on()
441 dev_err(imx214->dev, "failed to enable regulators: %d\n", ret); in imx214_power_on()
447 ret = clk_prepare_enable(imx214->xclk); in imx214_power_on()
449 regulator_bulk_disable(IMX214_NUM_SUPPLIES, imx214->supplies); in imx214_power_on()
450 dev_err(imx214->dev, "clk prepare enable failed\n"); in imx214_power_on()
[all …]
DKconfig90 tristate "Sony IMX214 sensor support"
95 IMX214 camera.
98 module will be called imx214.
DMakefile44 obj-$(CONFIG_VIDEO_IMX214) += imx214.o
Dimx219.c9 * DT / fwnode changes, and regulator / GPIO control taken from imx214 driver
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dsony,imx214.txt3 The Sony imx214 is a 1/3.06-inch CMOS active pixel digital image sensor with
11 - compatible: Shall be "sony,imx214".
25 The imx214 device node shall contain one 'port' child node with
37 compatible = "sony,imx214";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/
Dsony,imx214.yaml4 $id: http://devicetree.org/schemas/media/i2c/sony,imx214.yaml#
13 The Sony IMX214 is a 1/3.06-inch CMOS active pixel digital image sensor with
23 const: sony,imx214
105 compatible = "sony,imx214";
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Di2c-cardlist.rst63 imx214 Sony IMX214 sensor
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Di2c-cardlist.rst66 imx214 Sony IMX214 sensor
/kernel/linux/linux-5.10/
DCREDITS3148 D: Sony IMX214 driver
DMAINTAINERS16277 SONY IMX214 SENSOR DRIVER
16282 F: Documentation/devicetree/bindings/media/i2c/sony,imx214.txt
16283 F: drivers/media/i2c/imx214.c
/kernel/linux/linux-6.6/
DCREDITS3223 D: Sony IMX214 driver
DMAINTAINERS19945 SONY IMX214 SENSOR DRIVER
19950 F: Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
19951 F: drivers/media/i2c/imx214.c
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch41118 obj-$(CONFIG_VIDEO_IMX214) += imx214.o