Lines Matching full:xvclk
1303 struct clk *xvclk; member
1328 ret = clk_prepare_enable(ov08x->xvclk); in ov08x40_power_on()
1330 dev_err(dev, "failed to enable xvclk\n"); in ov08x40_power_on()
1353 clk_disable_unprepare(ov08x->xvclk); in ov08x40_power_on()
1369 clk_disable_unprepare(ov08x->xvclk); in ov08x40_power_off()
2158 ov08x->xvclk = devm_clk_get(dev, NULL); in ov08x40_check_hwcfg()
2159 if (IS_ERR(ov08x->xvclk)) { in ov08x40_check_hwcfg()
2160 dev_err(dev, "could not get xvclk clock (%pe)\n", in ov08x40_check_hwcfg()
2161 ov08x->xvclk); in ov08x40_check_hwcfg()
2162 return PTR_ERR(ov08x->xvclk); in ov08x40_check_hwcfg()
2165 xvclk_rate = clk_get_rate(ov08x->xvclk); in ov08x40_check_hwcfg()