Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sti/
H A Dsti_hda.c251 struct clk *clk_pix; member
428 clk_disable_unprepare(hda->clk_pix); in sti_hda_disable()
448 if (clk_prepare_enable(hda->clk_pix)) in sti_hda_pre_enable()
562 ret = clk_set_rate(hda->clk_pix, mode->clock * 1000); in sti_hda_set_mode()
631 result = clk_round_rate(hda->clk_pix, target); in sti_hda_connector_mode_valid()
776 hda->clk_pix = devm_clk_get(dev, "pix"); in sti_hda_probe()
777 if (IS_ERR(hda->clk_pix)) { in sti_hda_probe()
779 return PTR_ERR(hda->clk_pix); in sti_hda_probe()