Home
last modified time | relevance | path

Searched refs:clk_optimize_parent (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/video/
Dsh_mobile_hdmi.h45 long (*clk_optimize_parent)(unsigned long target, unsigned long *best_freq, member
/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_hdmi.c826 if (rate_error && pdata->clk_optimize_parent) in sh_hdmi_rate_error()
827 rate_error = pdata->clk_optimize_parent(target, hdmi_rate, parent_rate); in sh_hdmi_rate_error()