Searched refs:cec_clk (Results 1 – 3 of 3) sorted by relevance
30 u32 cec_clk; member
1783 u32 cec_clk = state->pdata.cec_clk; in adv7511_init_setup() local1806 v4l2_dbg(1, debug, sd, "%s: cec_clk %d\n", __func__, cec_clk); in adv7511_init_setup()1816 if (cec_clk % 750000 != 0) in adv7511_init_setup()1818 __func__, cec_clk); in adv7511_init_setup()1820 ratio = (cec_clk / 750000) - 1; in adv7511_init_setup()1913 if (state->pdata.cec_clk < 3000000 || in adv7511_probe()1914 state->pdata.cec_clk > 100000000) { in adv7511_probe()1916 __func__, state->pdata.cec_clk); in adv7511_probe()1917 state->pdata.cec_clk = 0; in adv7511_probe()1920 if (state->pdata.cec_clk) { in adv7511_probe()
1361 clk_disable_unprepare(adv7511->cec_clk); in adv7511_probe()1388 clk_disable_unprepare(adv7511->cec_clk); in adv7511_remove()