Lines Matching full:xvclk
1388 struct clk *xvclk; member
2003 ret = clk_prepare_enable(ov8856->xvclk); in __ov8856_power_on()
2005 dev_err(&client->dev, "failed to enable xvclk\n"); in __ov8856_power_on()
2028 clk_disable_unprepare(ov8856->xvclk); in __ov8856_power_on()
2043 clk_disable_unprepare(ov8856->xvclk); in __ov8856_power_off()
2298 ov8856->xvclk = devm_clk_get(dev, "xvclk"); in ov8856_get_hwcfg()
2299 if (IS_ERR(ov8856->xvclk)) { in ov8856_get_hwcfg()
2300 dev_err(dev, "could not get xvclk clock (%pe)\n", in ov8856_get_hwcfg()
2301 ov8856->xvclk); in ov8856_get_hwcfg()
2302 return PTR_ERR(ov8856->xvclk); in ov8856_get_hwcfg()
2305 clk_set_rate(ov8856->xvclk, xvclk_rate); in ov8856_get_hwcfg()
2306 xvclk_rate = clk_get_rate(ov8856->xvclk); in ov8856_get_hwcfg()