Searched refs:clk_disp_axi (Results 1 – 4 of 4) sorted by relevance
129 if (mxsfb->clk_disp_axi) in mxsfb_enable_controller()130 clk_prepare_enable(mxsfb->clk_disp_axi); in mxsfb_enable_controller()165 if (mxsfb->clk_disp_axi) in mxsfb_disable_controller()166 clk_disable_unprepare(mxsfb->clk_disp_axi); in mxsfb_disable_controller()
35 struct clk *clk_disp_axi; member
189 mxsfb->clk_disp_axi = devm_clk_get(drm->dev, "disp_axi"); in mxsfb_load()190 if (IS_ERR(mxsfb->clk_disp_axi)) in mxsfb_load()191 mxsfb->clk_disp_axi = NULL; in mxsfb_load()
175 struct clk *clk_disp_axi; member345 if (host->clk_disp_axi) in mxsfb_enable_controller()346 clk_prepare_enable(host->clk_disp_axi); in mxsfb_enable_controller()394 if (host->clk_disp_axi) in mxsfb_disable_controller()395 clk_disable_unprepare(host->clk_disp_axi); in mxsfb_disable_controller()926 host->clk_disp_axi = devm_clk_get(&host->pdev->dev, "disp_axi"); in mxsfb_probe()927 if (IS_ERR(host->clk_disp_axi)) in mxsfb_probe()928 host->clk_disp_axi = NULL; in mxsfb_probe()