Lines Matching refs:audmux_clk
34 static struct clk *audmux_clk; variable
73 if (audmux_clk) { in audmux_read_file()
74 ret = clk_prepare_enable(audmux_clk); in audmux_read_file()
82 if (audmux_clk) in audmux_read_file()
83 clk_disable_unprepare(audmux_clk); in audmux_read_file()
239 if (audmux_clk) { in imx_audmux_v2_configure_port()
240 ret = clk_prepare_enable(audmux_clk); in imx_audmux_v2_configure_port()
248 if (audmux_clk) in imx_audmux_v2_configure_port()
249 clk_disable_unprepare(audmux_clk); in imx_audmux_v2_configure_port()
326 audmux_clk = devm_clk_get(&pdev->dev, "audmux"); in imx_audmux_probe()
327 if (IS_ERR(audmux_clk)) { in imx_audmux_probe()
329 PTR_ERR(audmux_clk)); in imx_audmux_probe()
330 audmux_clk = NULL; in imx_audmux_probe()