Lines Matching full:xvclk
1421 struct clk *xvclk; member
2075 ret = clk_prepare_enable(ov8856->xvclk); in ov8856_power_on()
2077 dev_err(dev, "failed to enable xvclk\n"); in ov8856_power_on()
2100 clk_disable_unprepare(ov8856->xvclk); in ov8856_power_on()
2116 clk_disable_unprepare(ov8856->xvclk); in ov8856_power_off()
2277 ov8856->xvclk = devm_clk_get(dev, "xvclk"); in ov8856_get_hwcfg()
2278 if (IS_ERR(ov8856->xvclk)) { in ov8856_get_hwcfg()
2279 dev_err(dev, "could not get xvclk clock (%pe)\n", in ov8856_get_hwcfg()
2280 ov8856->xvclk); in ov8856_get_hwcfg()
2281 return PTR_ERR(ov8856->xvclk); in ov8856_get_hwcfg()
2284 clk_set_rate(ov8856->xvclk, xvclk_rate); in ov8856_get_hwcfg()
2285 xvclk_rate = clk_get_rate(ov8856->xvclk); in ov8856_get_hwcfg()