Lines Matching full:xvclk
1021 struct clk *xvclk; member
1375 ret = clk_prepare_enable(ov8856->xvclk); in __ov8856_power_on()
1377 dev_err(&client->dev, "failed to enable xvclk\n"); in __ov8856_power_on()
1400 clk_disable_unprepare(ov8856->xvclk); in __ov8856_power_on()
1415 clk_disable_unprepare(ov8856->xvclk); in __ov8856_power_off()
1664 ov8856->xvclk = devm_clk_get(dev, "xvclk"); in ov8856_get_hwcfg()
1665 if (IS_ERR(ov8856->xvclk)) { in ov8856_get_hwcfg()
1666 dev_err(dev, "could not get xvclk clock (%pe)\n", in ov8856_get_hwcfg()
1667 ov8856->xvclk); in ov8856_get_hwcfg()
1668 return PTR_ERR(ov8856->xvclk); in ov8856_get_hwcfg()
1671 clk_set_rate(ov8856->xvclk, xvclk_rate); in ov8856_get_hwcfg()
1672 xvclk_rate = clk_get_rate(ov8856->xvclk); in ov8856_get_hwcfg()