Home
last modified time | relevance | path

Searched refs:devm_clk_rate_exclusive_get (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/devfreq/
H A Dsun8i-a33-mbus.c379 ret = devm_clk_rate_exclusive_get(dev, priv->clk_dram); in sun8i_a33_mbus_probe()
384 ret = devm_clk_rate_exclusive_get(dev, priv->clk_mbus); in sun8i_a33_mbus_probe()
/linux/drivers/pwm/
H A Dpwm-sophgo-sg2042.c265 ret = devm_clk_rate_exclusive_get(dev, clk); in pwm_sg2042_probe()
H A Dpwm-xilinx.c270 ret = devm_clk_rate_exclusive_get(dev, priv->clk); in xilinx_pwm_probe()
H A Dpwm-axi-pwmgen.c304 ret = devm_clk_rate_exclusive_get(dev, clk); in axi_pwmgen_probe()
H A Dpwm-stm32.c866 ret = devm_clk_rate_exclusive_get(dev, priv->clk); in stm32_pwm_probe()
/linux/drivers/mmc/host/
H A Dloongson2-mmc.c888 ret = devm_clk_rate_exclusive_get(dev, host->clk); in loongson2_mmc_resource_request()
/linux/drivers/i2c/busses/
H A Di2c-imx-lpi2c.c1518 ret = devm_clk_rate_exclusive_get(&pdev->dev, lpi2c_imx->clks[0].clk); in lpi2c_imx_probe()
/linux/drivers/clk/
H A Dclk.c1028 int devm_clk_rate_exclusive_get(struct device *dev, struct clk *clk) in devm_clk_rate_exclusive_get() function
1038 EXPORT_SYMBOL_GPL(devm_clk_rate_exclusive_get);