Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_hdmi.h57 struct clk *clk_audio; member
Dsti_hdmi.c420 if (clk_prepare_enable(hdmi->clk_audio)) in hdmi_swreset()
448 clk_disable_unprepare(hdmi->clk_audio); in hdmi_swreset()
855 hdmi->clk_audio = devm_clk_get(dev, "audio"); in sti_hdmi_probe()
856 if (IS_ERR(hdmi->clk_audio)) { in sti_hdmi_probe()
858 return PTR_ERR(hdmi->clk_audio); in sti_hdmi_probe()
/linux-4.1.27/drivers/clk/sirf/
Dclk-prima2.c97 &clk_audio.hw,
Dclk-atlas6.c98 &clk_audio.hw,
Dclk-common.c735 static struct clk_std clk_audio = { variable
/linux-4.1.27/arch/arm/mach-w90x900/
Dcpu.c83 DEF_CLKLOOK(&clk_audio, "nuc900-ac97", NULL),