Searched refs:img_clk (Results 1 – 1 of 1) sorted by relevance
385 struct clk *img_clk; member668 clk_disable_unprepare(ov02c10->img_clk); in ov02c10_power_off()679 ret = clk_prepare_enable(ov02c10->img_clk); in ov02c10_power_on()689 clk_disable_unprepare(ov02c10->img_clk); in ov02c10_power_on()889 ov02c10->img_clk = devm_v4l2_sensor_clk_get(ov02c10->dev, NULL); in ov02c10_probe()890 if (IS_ERR(ov02c10->img_clk)) in ov02c10_probe()891 return dev_err_probe(ov02c10->dev, PTR_ERR(ov02c10->img_clk), in ov02c10_probe()894 freq = clk_get_rate(ov02c10->img_clk); in ov02c10_probe()