/kernel/linux/linux-5.10/sound/soc/mediatek/mt8183/ |
D | mt8183-afe-clk.c | 197 clk_disable_unprepare(afe_priv->clk[CLK_I2S3_BCLK_SW]); in mt8183_afe_enable_clock() 199 clk_disable_unprepare(afe_priv->clk[CLK_I2S2_BCLK_SW]); in mt8183_afe_enable_clock() 201 clk_disable_unprepare(afe_priv->clk[CLK_I2S1_BCLK_SW]); in mt8183_afe_enable_clock() 203 clk_disable_unprepare(afe_priv->clk[CLK_AFE]); in mt8183_afe_enable_clock() 205 clk_disable_unprepare(afe_priv->clk[CLK_MUX_AUDIOINTBUS]); in mt8183_afe_enable_clock() 207 clk_disable_unprepare(afe_priv->clk[CLK_MUX_AUDIO]); in mt8183_afe_enable_clock() 209 clk_disable_unprepare(afe_priv->clk[CLK_INFRA_SYS_AUDIO]); in mt8183_afe_enable_clock() 218 clk_disable_unprepare(afe_priv->clk[CLK_I2S4_BCLK_SW]); in mt8183_afe_disable_clock() 219 clk_disable_unprepare(afe_priv->clk[CLK_I2S3_BCLK_SW]); in mt8183_afe_disable_clock() 220 clk_disable_unprepare(afe_priv->clk[CLK_I2S2_BCLK_SW]); in mt8183_afe_disable_clock() [all …]
|
/kernel/linux/linux-5.10/sound/soc/mediatek/mt2701/ |
D | mt2701-afe-clock-ctrl.c | 122 clk_disable_unprepare(i2s_path->asrco_ck); in mt2701_afe_enable_i2s() 131 clk_disable_unprepare(i2s_path->hop_ck[dir]); in mt2701_afe_disable_i2s() 132 clk_disable_unprepare(i2s_path->asrco_ck); in mt2701_afe_disable_i2s() 148 clk_disable_unprepare(i2s_path->mclk_ck); in mt2701_afe_disable_mclk() 162 clk_disable_unprepare(afe_priv->mrgif_ck); in mt2701_disable_btmrg_clk() 205 clk_disable_unprepare(afe_priv->base_ck[MT2701_AUDSYS_A2SYS]); in mt2701_afe_enable_audsys() 207 clk_disable_unprepare(afe_priv->base_ck[MT2701_AUDSYS_A1SYS]); in mt2701_afe_enable_audsys() 209 clk_disable_unprepare(afe_priv->base_ck[MT2701_AUDSYS_AFE]); in mt2701_afe_enable_audsys() 211 clk_disable_unprepare(afe_priv->base_ck[MT2701_TOP_AUD_A2SYS]); in mt2701_afe_enable_audsys() 213 clk_disable_unprepare(afe_priv->base_ck[MT2701_TOP_AUD_A1SYS]); in mt2701_afe_enable_audsys() [all …]
|
/kernel/linux/linux-5.10/sound/soc/mediatek/mt6797/ |
D | mt6797-afe-clk.c | 102 clk_disable_unprepare(afe_priv->clk[CLK_TOP_MUX_AUD_BUS]); in mt6797_afe_enable_clock() 104 clk_disable_unprepare(afe_priv->clk[CLK_TOP_MUX_AUD]); in mt6797_afe_enable_clock() 106 clk_disable_unprepare(afe_priv->clk[CLK_INFRA_SYS_AUD_26M]); in mt6797_afe_enable_clock() 108 clk_disable_unprepare(afe_priv->clk[CLK_INFRA_SYS_AUD]); in mt6797_afe_enable_clock() 117 clk_disable_unprepare(afe_priv->clk[CLK_TOP_MUX_AUD_BUS]); in mt6797_afe_disable_clock() 118 clk_disable_unprepare(afe_priv->clk[CLK_TOP_MUX_AUD]); in mt6797_afe_disable_clock() 119 clk_disable_unprepare(afe_priv->clk[CLK_INFRA_SYS_AUD_26M]); in mt6797_afe_disable_clock() 120 clk_disable_unprepare(afe_priv->clk[CLK_INFRA_SYS_AUD]); in mt6797_afe_disable_clock()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | fsl_mxc_udc.c | 73 clk_disable_unprepare(mxc_ipg_clk); in fsl_udc_clk_init() 74 clk_disable_unprepare(mxc_ahb_clk); in fsl_udc_clk_init() 75 clk_disable_unprepare(mxc_per_clk); in fsl_udc_clk_init() 109 clk_disable_unprepare(mxc_per_clk); in fsl_udc_clk_finalize() 119 clk_disable_unprepare(mxc_per_clk); in fsl_udc_clk_release() 120 clk_disable_unprepare(mxc_ahb_clk); in fsl_udc_clk_release() 121 clk_disable_unprepare(mxc_ipg_clk); in fsl_udc_clk_release()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-stm32.c | 128 clk_disable_unprepare(dwmac->clk_tx); in stm32_dwmac_init() 136 clk_disable_unprepare(dwmac->clk_rx); in stm32_dwmac_init() 137 clk_disable_unprepare(dwmac->clk_tx); in stm32_dwmac_init() 155 clk_disable_unprepare(dwmac->syscfg_clk); in stm32mp1_clk_prepare() 160 clk_disable_unprepare(dwmac->syscfg_clk); in stm32mp1_clk_prepare() 162 clk_disable_unprepare(dwmac->clk_eth_ck); in stm32mp1_clk_prepare() 256 clk_disable_unprepare(dwmac->clk_tx); in stm32_dwmac_clk_disable() 257 clk_disable_unprepare(dwmac->clk_rx); in stm32_dwmac_clk_disable() 445 clk_disable_unprepare(dwmac->clk_tx); in stm32mp1_suspend() 446 clk_disable_unprepare(dwmac->syscfg_clk); in stm32mp1_suspend() [all …]
|
D | dwmac-dwc-qos-eth.c | 158 clk_disable_unprepare(plat_dat->stmmac_clk); in dwc_qos_probe() 167 clk_disable_unprepare(priv->plat->pclk); in dwc_qos_remove() 168 clk_disable_unprepare(priv->plat->stmmac_clk); in dwc_qos_remove() 380 clk_disable_unprepare(eqos->clk_tx); in tegra_eqos_probe() 382 clk_disable_unprepare(eqos->clk_rx); in tegra_eqos_probe() 384 clk_disable_unprepare(eqos->clk_slave); in tegra_eqos_probe() 386 clk_disable_unprepare(eqos->clk_master); in tegra_eqos_probe() 398 clk_disable_unprepare(eqos->clk_tx); in tegra_eqos_remove() 399 clk_disable_unprepare(eqos->clk_rx); in tegra_eqos_remove() 400 clk_disable_unprepare(eqos->clk_slave); in tegra_eqos_remove() [all …]
|
/kernel/linux/linux-5.10/drivers/phy/qualcomm/ |
D | phy-qcom-usb-hsic.c | 79 clk_disable_unprepare(uphy->cal_sleep_clk); in qcom_usb_hsic_phy_power_on() 81 clk_disable_unprepare(uphy->cal_clk); in qcom_usb_hsic_phy_power_on() 83 clk_disable_unprepare(uphy->phy_clk); in qcom_usb_hsic_phy_power_on() 91 clk_disable_unprepare(uphy->cal_sleep_clk); in qcom_usb_hsic_phy_power_off() 92 clk_disable_unprepare(uphy->cal_clk); in qcom_usb_hsic_phy_power_off() 93 clk_disable_unprepare(uphy->phy_clk); in qcom_usb_hsic_phy_power_off()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | kirkwood-cpufreq.c | 170 clk_disable_unprepare(priv.powersave_clk); in kirkwood_cpufreq_probe() 172 clk_disable_unprepare(priv.ddr_clk); in kirkwood_cpufreq_probe() 174 clk_disable_unprepare(priv.cpu_clk); in kirkwood_cpufreq_probe() 185 clk_disable_unprepare(priv.powersave_clk); in kirkwood_cpufreq_remove() 186 clk_disable_unprepare(priv.ddr_clk); in kirkwood_cpufreq_remove() 187 clk_disable_unprepare(priv.cpu_clk); in kirkwood_cpufreq_remove()
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
D | dwc3-exynos.c | 73 clk_disable_unprepare(exynos->clks[i]); in dwc3_exynos_probe() 123 clk_disable_unprepare(exynos->clks[i]); in dwc3_exynos_probe() 126 clk_disable_unprepare(exynos->clks[exynos->suspend_clk_idx]); in dwc3_exynos_probe() 139 clk_disable_unprepare(exynos->clks[i]); in dwc3_exynos_remove() 142 clk_disable_unprepare(exynos->clks[exynos->suspend_clk_idx]); in dwc3_exynos_remove() 190 clk_disable_unprepare(exynos->clks[i]); in dwc3_exynos_suspend() 218 clk_disable_unprepare(exynos->clks[i]); in dwc3_exynos_resume()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
D | zx2967_thermal.c | 184 clk_disable_unprepare(priv->clk_apb); in zx2967_thermal_probe() 186 clk_disable_unprepare(priv->clk_topcrm); in zx2967_thermal_probe() 195 clk_disable_unprepare(priv->clk_topcrm); in zx2967_thermal_exit() 196 clk_disable_unprepare(priv->clk_apb); in zx2967_thermal_exit() 213 clk_disable_unprepare(priv->clk_topcrm); in zx2967_thermal_suspend() 216 clk_disable_unprepare(priv->clk_apb); in zx2967_thermal_suspend() 232 clk_disable_unprepare(priv->clk_topcrm); in zx2967_thermal_resume()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-mxc.c | 147 clk_disable_unprepare(priv->phyclk); in ehci_mxc_drv_probe() 149 clk_disable_unprepare(priv->ahbclk); in ehci_mxc_drv_probe() 151 clk_disable_unprepare(priv->usbclk); in ehci_mxc_drv_probe() 172 clk_disable_unprepare(priv->usbclk); in ehci_mxc_drv_remove() 173 clk_disable_unprepare(priv->ahbclk); in ehci_mxc_drv_remove() 176 clk_disable_unprepare(priv->phyclk); in ehci_mxc_drv_remove()
|
D | xhci-histb.c | 148 clk_disable_unprepare(histb->pipe_clk); in xhci_histb_host_enable() 150 clk_disable_unprepare(histb->utmi_clk); in xhci_histb_host_enable() 152 clk_disable_unprepare(histb->bus_clk); in xhci_histb_host_enable() 161 clk_disable_unprepare(histb->suspend_clk); in xhci_histb_host_disable() 162 clk_disable_unprepare(histb->pipe_clk); in xhci_histb_host_disable() 163 clk_disable_unprepare(histb->utmi_clk); in xhci_histb_host_disable() 164 clk_disable_unprepare(histb->bus_clk); in xhci_histb_host_disable()
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
D | rk3288_crypto.c | 51 clk_disable_unprepare(dev->hclk); in rk_crypto_enable_clk() 53 clk_disable_unprepare(dev->aclk); in rk_crypto_enable_clk() 55 clk_disable_unprepare(dev->sclk); in rk_crypto_enable_clk() 62 clk_disable_unprepare(dev->dmaclk); in rk_crypto_disable_clk() 63 clk_disable_unprepare(dev->hclk); in rk_crypto_disable_clk() 64 clk_disable_unprepare(dev->aclk); in rk_crypto_disable_clk() 65 clk_disable_unprepare(dev->sclk); in rk_crypto_disable_clk()
|
/kernel/linux/linux-5.10/drivers/phy/socionext/ |
D | phy-uniphier-usb3ss.c | 135 clk_disable_unprepare(priv->clk); in uniphier_u3ssphy_power_on() 137 clk_disable_unprepare(priv->clk_ext); in uniphier_u3ssphy_power_on() 150 clk_disable_unprepare(priv->clk); in uniphier_u3ssphy_power_off() 151 clk_disable_unprepare(priv->clk_ext); in uniphier_u3ssphy_power_off() 188 clk_disable_unprepare(priv->clk_parent_gio); in uniphier_u3ssphy_init() 190 clk_disable_unprepare(priv->clk_parent); in uniphier_u3ssphy_init() 201 clk_disable_unprepare(priv->clk_parent_gio); in uniphier_u3ssphy_exit() 202 clk_disable_unprepare(priv->clk_parent); in uniphier_u3ssphy_exit()
|
/kernel/linux/linux-5.10/drivers/media/platform/atmel/ |
D | atmel-sama5d2-isc.c | 267 clk_disable_unprepare(isc->ispck); in atmel_isc_probe() 269 clk_disable_unprepare(isc->hclock); in atmel_isc_probe() 286 clk_disable_unprepare(isc->ispck); in atmel_isc_remove() 287 clk_disable_unprepare(isc->hclock); in atmel_isc_remove() 298 clk_disable_unprepare(isc->ispck); in isc_runtime_suspend() 299 clk_disable_unprepare(isc->hclock); in isc_runtime_suspend() 315 clk_disable_unprepare(isc->hclock); in isc_runtime_resume()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | sdhci-of-at91.c | 261 clk_disable_unprepare(priv->gck); in sdhci_at91_runtime_suspend() 262 clk_disable_unprepare(priv->hclock); in sdhci_at91_runtime_suspend() 263 clk_disable_unprepare(priv->mainck); in sdhci_at91_runtime_suspend() 440 clk_disable_unprepare(priv->gck); in sdhci_at91_probe() 441 clk_disable_unprepare(priv->mainck); in sdhci_at91_probe() 442 clk_disable_unprepare(priv->hclock); in sdhci_at91_probe() 463 clk_disable_unprepare(gck); in sdhci_at91_remove() 464 clk_disable_unprepare(hclock); in sdhci_at91_remove() 465 clk_disable_unprepare(mainck); in sdhci_at91_remove()
|
D | sdhci-of-dwcmshc.c | 171 clk_disable_unprepare(pltfm_host->clk); in dwcmshc_probe() 172 clk_disable_unprepare(priv->bus_clk); in dwcmshc_probe() 186 clk_disable_unprepare(pltfm_host->clk); in dwcmshc_remove() 187 clk_disable_unprepare(priv->bus_clk); in dwcmshc_remove() 206 clk_disable_unprepare(pltfm_host->clk); in dwcmshc_suspend() 208 clk_disable_unprepare(priv->bus_clk); in dwcmshc_suspend()
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-omap-100k.c | 282 clk_disable_unprepare(spi100k->ick); in omap1_spi100k_setup() 283 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_setup() 418 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_probe() 420 clk_disable_unprepare(spi100k->ick); in omap1_spi100k_probe() 433 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_remove() 434 clk_disable_unprepare(spi100k->ick); in omap1_spi100k_remove() 445 clk_disable_unprepare(spi100k->ick); in omap1_spi100k_runtime_suspend() 446 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_runtime_suspend() 466 clk_disable_unprepare(spi100k->ick); in omap1_spi100k_runtime_resume()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
D | denali_dt.c | 230 clk_disable_unprepare(dt->clk_ecc); in denali_dt_probe() 232 clk_disable_unprepare(dt->clk_x); in denali_dt_probe() 234 clk_disable_unprepare(dt->clk); in denali_dt_probe() 246 clk_disable_unprepare(dt->clk_ecc); in denali_dt_remove() 247 clk_disable_unprepare(dt->clk_x); in denali_dt_remove() 248 clk_disable_unprepare(dt->clk); in denali_dt_remove()
|
/kernel/linux/linux-5.10/drivers/phy/broadcom/ |
D | phy-brcm-usb.c | 162 clk_disable_unprepare(priv->usb_20_clk); in brcm_usb_phy_exit() 163 clk_disable_unprepare(priv->usb_30_clk); in brcm_usb_phy_exit() 164 clk_disable_unprepare(priv->suspend_clk); in brcm_usb_phy_exit() 550 clk_disable_unprepare(priv->usb_20_clk); in brcm_usb_phy_probe() 551 clk_disable_unprepare(priv->usb_30_clk); in brcm_usb_phy_probe() 590 clk_disable_unprepare(priv->usb_30_clk); in brcm_usb_phy_suspend() 593 clk_disable_unprepare(priv->usb_20_clk); in brcm_usb_phy_suspend() 622 clk_disable_unprepare(priv->usb_20_clk); in brcm_usb_phy_resume() 628 clk_disable_unprepare(priv->usb_30_clk); in brcm_usb_phy_resume() 630 clk_disable_unprepare(priv->usb_20_clk); in brcm_usb_phy_resume() [all …]
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
D | core.c | 241 clk_disable_unprepare(qce->bus); in qce_crypto_probe() 243 clk_disable_unprepare(qce->iface); in qce_crypto_probe() 245 clk_disable_unprepare(qce->core); in qce_crypto_probe() 256 clk_disable_unprepare(qce->bus); in qce_crypto_remove() 257 clk_disable_unprepare(qce->iface); in qce_crypto_remove() 258 clk_disable_unprepare(qce->core); in qce_crypto_remove()
|
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
D | pcie-qcom.c | 466 clk_disable_unprepare(res->slave_bus); in qcom_pcie_deinit_1_0_0() 467 clk_disable_unprepare(res->master_bus); in qcom_pcie_deinit_1_0_0() 468 clk_disable_unprepare(res->iface); in qcom_pcie_deinit_1_0_0() 469 clk_disable_unprepare(res->aux); in qcom_pcie_deinit_1_0_0() 528 clk_disable_unprepare(res->slave_bus); in qcom_pcie_init_1_0_0() 530 clk_disable_unprepare(res->master_bus); in qcom_pcie_init_1_0_0() 532 clk_disable_unprepare(res->iface); in qcom_pcie_init_1_0_0() 534 clk_disable_unprepare(res->aux); in qcom_pcie_init_1_0_0() 589 clk_disable_unprepare(res->slave_clk); in qcom_pcie_deinit_2_3_2() 590 clk_disable_unprepare(res->master_clk); in qcom_pcie_deinit_2_3_2() [all …]
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0012_linux_drivers_ata.patch | 216 + clk_disable_unprepare(imxpriv->per_clk4); 218 + clk_disable_unprepare(imxpriv->per_clk3); 220 + clk_disable_unprepare(imxpriv->per_clk2); 222 + clk_disable_unprepare(imxpriv->per_clk1); 224 + clk_disable_unprepare(imxpriv->per_clk0); 226 + clk_disable_unprepare(imxpriv->phy_apbclk); 228 + clk_disable_unprepare(imxpriv->epcs_rx_clk); 230 + clk_disable_unprepare(imxpriv->epcs_tx_clk); 232 + clk_disable_unprepare(imxpriv->phy_pclk1); 234 + clk_disable_unprepare(imxpriv->phy_pclk0); [all …]
|
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_hw.c | 150 clk_disable_unprepare(dev->ram_clk); in cedrus_hw_suspend() 151 clk_disable_unprepare(dev->mod_clk); in cedrus_hw_suspend() 152 clk_disable_unprepare(dev->ahb_clk); in cedrus_hw_suspend() 193 clk_disable_unprepare(dev->ram_clk); in cedrus_hw_resume() 195 clk_disable_unprepare(dev->mod_clk); in cedrus_hw_resume() 197 clk_disable_unprepare(dev->ahb_clk); in cedrus_hw_resume()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
D | pcie-mediatek.c | 226 clk_disable_unprepare(pcie->free_ck); in mtk_pcie_subsys_powerdown() 249 clk_disable_unprepare(port->pipe_ck); in mtk_pcie_put_resources() 250 clk_disable_unprepare(port->obff_ck); in mtk_pcie_put_resources() 251 clk_disable_unprepare(port->axi_ck); in mtk_pcie_put_resources() 252 clk_disable_unprepare(port->aux_ck); in mtk_pcie_put_resources() 253 clk_disable_unprepare(port->ahb_ck); in mtk_pcie_put_resources() 254 clk_disable_unprepare(port->sys_ck); in mtk_pcie_put_resources() 886 clk_disable_unprepare(port->pipe_ck); in mtk_pcie_enable_port() 888 clk_disable_unprepare(port->obff_ck); in mtk_pcie_enable_port() 890 clk_disable_unprepare(port->axi_ck); in mtk_pcie_enable_port() [all …]
|