Home
last modified time | relevance | path

Searched refs:imx214 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/media/i2c/
Dimx214.c36 struct imx214 { struct
426 static inline struct imx214 *to_imx214(struct v4l2_subdev *sd) in to_imx214()
428 return container_of(sd, struct imx214, sd); in to_imx214()
435 struct imx214 *imx214 = to_imx214(sd); in imx214_power_on() local
438 ret = regulator_bulk_enable(IMX214_NUM_SUPPLIES, imx214->supplies); in imx214_power_on()
440 dev_err(imx214->dev, "failed to enable regulators: %d\n", ret); in imx214_power_on()
446 ret = clk_prepare_enable(imx214->xclk); in imx214_power_on()
448 regulator_bulk_disable(IMX214_NUM_SUPPLIES, imx214->supplies); in imx214_power_on()
449 dev_err(imx214->dev, "clk prepare enable failed\n"); in imx214_power_on()
453 gpiod_set_value_cansleep(imx214->enable_gpio, 1); in imx214_power_on()
[all …]
DMakefile112 obj-$(CONFIG_VIDEO_IMX214) += imx214.o
DKconfig579 module will be called imx214.
/Linux-v5.4/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";
/Linux-v5.4/
DMAINTAINERS15132 F: drivers/media/i2c/imx214.c
15133 F: Documentation/devicetree/bindings/media/i2c/sony,imx214.txt