| /linux-6.15/Documentation/devicetree/bindings/mmc/ |
| H A D | arasan,sdhci.yaml | 108 - const: clk_ahb 186 clock-names = "clk_xin", "clk_ahb"; 196 clock-names = "clk_xin", "clk_ahb"; 213 clock-names = "clk_xin", "clk_ahb"; 230 clock-names = "clk_xin", "clk_ahb", "gate"; 243 clock-names = "clk_xin", "clk_ahb", "gate"; 260 clock-names = "clk_xin", "clk_ahb", "gate"; 278 clock-names = "clk_xin", "clk_ahb", "gate"; 293 clock-names = "clk_xin", "clk_ahb"; 312 clock-names = "clk_xin", "clk_ahb";
|
| H A D | sdhci-am654.yaml | 50 - const: clk_ahb 228 clock-names = "clk_ahb", "clk_xin";
|
| /linux-6.15/drivers/watchdog/ |
| H A D | asm9260_wdt.c | 58 struct clk *clk_ahb; member 215 priv->clk_ahb = devm_clk_get(priv->dev, "ahb"); in asm9260_wdt_get_dt_clks() 216 if (IS_ERR(priv->clk_ahb)) { in asm9260_wdt_get_dt_clks() 218 return PTR_ERR(priv->clk_ahb); in asm9260_wdt_get_dt_clks() 221 err = clk_prepare_enable(priv->clk_ahb); in asm9260_wdt_get_dt_clks() 228 priv->clk_ahb); in asm9260_wdt_get_dt_clks()
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | sdhci-esdhc-mcf.c | 27 struct clk *clk_ahb; member 434 mcf_data->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in sdhci_esdhc_mcf_probe() 435 if (IS_ERR(mcf_data->clk_ahb)) { in sdhci_esdhc_mcf_probe() 436 err = PTR_ERR(mcf_data->clk_ahb); in sdhci_esdhc_mcf_probe() 456 err = clk_prepare_enable(mcf_data->clk_ahb); in sdhci_esdhc_mcf_probe() 483 clk_disable_unprepare(mcf_data->clk_ahb); in sdhci_esdhc_mcf_probe() 503 clk_disable_unprepare(mcf_data->clk_ahb); in sdhci_esdhc_mcf_remove()
|
| H A D | sdhci-of-arasan.c | 185 struct clk *clk_ahb; member 626 clk_disable(sdhci_arasan->clk_ahb); in sdhci_arasan_suspend() 646 ret = clk_enable(sdhci_arasan->clk_ahb); in sdhci_arasan_resume() 1896 sdhci_arasan->clk_ahb = devm_clk_get(dev, "clk_ahb"); in sdhci_arasan_probe() 1897 if (IS_ERR(sdhci_arasan->clk_ahb)) { in sdhci_arasan_probe() 1898 ret = dev_err_probe(dev, PTR_ERR(sdhci_arasan->clk_ahb), in sdhci_arasan_probe() 1909 ret = clk_prepare_enable(sdhci_arasan->clk_ahb); in sdhci_arasan_probe() 2031 clk_disable_unprepare(sdhci_arasan->clk_ahb); in sdhci_arasan_probe() 2042 struct clk *clk_ahb = sdhci_arasan->clk_ahb; in sdhci_arasan_remove() local 2056 clk_disable_unprepare(clk_ahb); in sdhci_arasan_remove()
|
| H A D | sdhci-esdhc-imx.c | 348 struct clk *clk_ahb; member 1719 imx_data->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in sdhci_esdhc_imx_probe() 1720 if (IS_ERR(imx_data->clk_ahb)) { in sdhci_esdhc_imx_probe() 1721 err = PTR_ERR(imx_data->clk_ahb); in sdhci_esdhc_imx_probe() 1738 err = clk_prepare_enable(imx_data->clk_ahb); in sdhci_esdhc_imx_probe() 1844 clk_disable_unprepare(imx_data->clk_ahb); in sdhci_esdhc_imx_probe() 1872 clk_disable_unprepare(imx_data->clk_ahb); in sdhci_esdhc_imx_remove() 1967 clk_disable_unprepare(imx_data->clk_ahb); in sdhci_esdhc_runtime_suspend() 1988 err = clk_prepare_enable(imx_data->clk_ahb); in sdhci_esdhc_runtime_resume() 2016 clk_disable_unprepare(imx_data->clk_ahb); in sdhci_esdhc_runtime_resume()
|
| H A D | sunxi-mmc.c | 279 struct clk *clk_ahb; member 1239 ret = clk_prepare_enable(host->clk_ahb); in sunxi_mmc_enable() 1280 clk_disable_unprepare(host->clk_ahb); in sunxi_mmc_enable() 1294 clk_disable_unprepare(host->clk_ahb); in sunxi_mmc_disable() 1317 host->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in sunxi_mmc_resource_request() 1318 if (IS_ERR(host->clk_ahb)) { in sunxi_mmc_resource_request() 1320 return PTR_ERR(host->clk_ahb); in sunxi_mmc_resource_request()
|
| /linux-6.15/drivers/gpu/drm/imx/lcdc/ |
| H A D | imx-lcdc.c | 109 struct clk *clk_ahb; member 236 ret = clk_prepare_enable(lcdc->clk_ahb); in imx_lcdc_pipe_enable() 257 clk_disable_unprepare(lcdc->clk_ahb); in imx_lcdc_pipe_disable() 413 lcdc->clk_ahb = devm_clk_get(dev, "ahb"); in imx_lcdc_probe() 414 if (IS_ERR(lcdc->clk_ahb)) in imx_lcdc_probe() 415 return dev_err_probe(dev, PTR_ERR(lcdc->clk_ahb), "Failed to get %s clk\n", "ahb"); in imx_lcdc_probe() 474 ret = clk_prepare_enable(lcdc->clk_ahb); in imx_lcdc_probe() 477 clk_disable_unprepare(lcdc->clk_ahb); in imx_lcdc_probe()
|
| /linux-6.15/drivers/usb/chipidea/ |
| H A D | ci_hdrc_imx.c | 110 struct clk *clk_ahb; member 222 data->clk_ahb = devm_clk_get(dev, "ahb"); in imx_get_clks() 223 if (IS_ERR(data->clk_ahb)) { in imx_get_clks() 224 ret = PTR_ERR(data->clk_ahb); in imx_get_clks() 256 ret = clk_prepare_enable(data->clk_ahb); in imx_prepare_enable_clks() 270 clk_disable_unprepare(data->clk_ahb); in imx_prepare_enable_clks() 293 clk_disable_unprepare(data->clk_ahb); in imx_disable_unprepare_clks()
|
| /linux-6.15/drivers/dma/ |
| H A D | imx-sdma.c | 532 struct clk *clk_ahb; member 1534 clk_disable(sdma->clk_ahb); in sdma_free_chan_resources() 2018 clk_enable(sdma->clk_ahb); in sdma_load_firmware() 2024 clk_disable(sdma->clk_ahb); in sdma_load_firmware() 2124 ret = clk_enable(sdma->clk_ahb); in sdma_init() 2183 clk_disable(sdma->clk_ahb); in sdma_init() 2188 clk_disable(sdma->clk_ahb); in sdma_init() 2273 if (IS_ERR(sdma->clk_ahb)) in sdma_probe() 2274 return PTR_ERR(sdma->clk_ahb); in sdma_probe() 2410 clk_unprepare(sdma->clk_ahb); in sdma_probe() [all …]
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | imxfb.c | 163 struct clk *clk_ahb; member 539 ret = clk_prepare_enable(fbi->clk_ahb); in imxfb_enable_controller() 551 clk_disable_unprepare(fbi->clk_ahb); in imxfb_enable_controller() 568 clk_disable_unprepare(fbi->clk_ahb); in imxfb_disable_controller() 969 fbi->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in imxfb_probe() 970 if (IS_ERR(fbi->clk_ahb)) { in imxfb_probe() 971 ret = PTR_ERR(fbi->clk_ahb); in imxfb_probe()
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | mxs-auart.c | 427 struct clk *clk_ahb; member 1472 s->clk_ahb = devm_clk_get(s->dev, "ahb"); in mxs_get_clks() 1473 if (IS_ERR(s->clk_ahb)) { in mxs_get_clks() 1475 return PTR_ERR(s->clk_ahb); in mxs_get_clks() 1478 err = clk_prepare_enable(s->clk_ahb); in mxs_get_clks() 1484 err = clk_set_rate(s->clk, clk_get_rate(s->clk_ahb)); in mxs_get_clks() 1499 clk_disable_unprepare(s->clk_ahb); in mxs_get_clks() 1686 clk_disable_unprepare(s->clk_ahb); in mxs_auart_probe() 1701 clk_disable_unprepare(s->clk_ahb); in mxs_auart_remove()
|
| /linux-6.15/drivers/clk/actions/ |
| H A D | owl-s700.c | 174 static OWL_DIVIDER(clk_ahb, "ahb_clk", "hp_clk_div", CMU_BUSCLK1, 2, 2, NULL, 0, 0); 421 &clk_ahb.common, 504 [CLK_AHB] = &clk_ahb.common.hw,
|
| /linux-6.15/drivers/crypto/ |
| H A D | sahara.c | 190 struct clk *clk_ahb; member 1317 dev->clk_ahb = devm_clk_get_enabled(&pdev->dev, "ahb"); in sahara_probe() 1318 if (IS_ERR(dev->clk_ahb)) in sahara_probe() 1319 return dev_err_probe(&pdev->dev, PTR_ERR(dev->clk_ahb), in sahara_probe()
|
| /linux-6.15/arch/arm/boot/dts/xilinx/ |
| H A D | zynq-7000.dtsi | 317 clock-names = "clk_xin", "clk_ahb"; 327 clock-names = "clk_xin", "clk_ahb";
|
| /linux-6.15/drivers/media/platform/chips-media/coda/ |
| H A D | coda-common.c | 2684 ret = clk_prepare_enable(dev->clk_ahb); in coda_open() 2718 clk_disable_unprepare(dev->clk_ahb); in coda_open() 2759 clk_disable_unprepare(dev->clk_ahb); in coda_release() 2792 ret = clk_prepare_enable(dev->clk_ahb); in coda_hw_init() 2870 clk_disable_unprepare(dev->clk_ahb); in coda_hw_init() 3165 dev->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in coda_probe() 3166 if (IS_ERR(dev->clk_ahb)) { in coda_probe() 3168 return PTR_ERR(dev->clk_ahb); in coda_probe()
|
| H A D | coda.h | 88 struct clk *clk_ahb; member
|
| H A D | coda-bit.c | 949 ret = clk_prepare_enable(dev->clk_ahb); in coda_check_firmware() 978 clk_disable_unprepare(dev->clk_ahb); in coda_check_firmware() 1003 clk_disable_unprepare(dev->clk_ahb); in coda_check_firmware()
|
| /linux-6.15/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 4448 fep->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in fec_probe() 4449 if (IS_ERR(fep->clk_ahb)) { in fec_probe() 4450 ret = PTR_ERR(fep->clk_ahb); in fec_probe() 4454 fep->itr_clk_rate = clk_get_rate(fep->clk_ahb); in fec_probe() 4495 ret = clk_prepare_enable(fep->clk_ahb); in fec_probe() 4594 clk_disable_unprepare(fep->clk_ahb); in fec_probe() 4643 clk_disable_unprepare(fep->clk_ahb); in fec_drv_remove() 4766 clk_disable_unprepare(fep->clk_ahb); in fec_runtime_suspend() 4778 ret = clk_prepare_enable(fep->clk_ahb); in fec_runtime_resume() 4788 clk_disable_unprepare(fep->clk_ahb); in fec_runtime_resume()
|
| H A D | fec.h | 606 struct clk *clk_ahb; member
|
| /linux-6.15/arch/arm64/boot/dts/xilinx/ |
| H A D | versal-net.dtsi | 567 clock-names = "clk_xin", "clk_ahb", "gate"; 577 clock-names = "clk_xin", "clk_ahb", "gate";
|
| H A D | zynqmp.dtsi | 1029 clock-names = "clk_xin", "clk_ahb"; 1044 clock-names = "clk_xin", "clk_ahb";
|
| /linux-6.15/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62p-j722s-common-main.dtsi | 566 clock-names = "clk_ahb", "clk_xin"; 593 clock-names = "clk_ahb", "clk_xin"; 616 clock-names = "clk_ahb", "clk_xin";
|
| H A D | k3-am62-main.dtsi | 554 clock-names = "clk_ahb", "clk_xin"; 575 clock-names = "clk_ahb", "clk_xin"; 598 clock-names = "clk_ahb", "clk_xin";
|
| H A D | k3-am62a-main.dtsi | 577 clock-names = "clk_ahb", "clk_xin"; 595 clock-names = "clk_ahb", "clk_xin"; 618 clock-names = "clk_ahb", "clk_xin";
|