Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A 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 …]
H A DKconfig90 tristate "Sony IMX214 sensor support"
95 IMX214 camera.
98 module will be called imx214.
H A DMakefile44 obj-$(CONFIG_VIDEO_IMX214) += imx214.o
H A Dimx219.c9 * DT / fwnode changes, and regulator / GPIO control taken from imx214 driver
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A 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";
/openbmc/linux/Documentation/admin-guide/media/
H A Di2c-cardlist.rst66 imx214 Sony IMX214 sensor
/openbmc/linux/
H A DCREDITS3223 D: Sony IMX214 driver
H A DMAINTAINERS19997 SONY IMX214 SENSOR DRIVER
20002 F: Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
20003 F: drivers/media/i2c/imx214.c
H A Dopengrok0.0.log[all...]
H A Dopengrok2.0.log[all...]