Searched refs:imx214 (Results 1 – 3 of 3) sorted by relevance
36 struct imx214 { struct427 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() local439 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()454 gpiod_set_value_cansleep(imx214->enable_gpio, 1); in imx214_power_on()[all …]
115 obj-$(CONFIG_VIDEO_IMX214) += imx214.o
753 module will be called imx214.