Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dclk.h214 int devm_clk_rate_exclusive_get(struct device *dev, struct clk *clk);
289 static inline int devm_clk_rate_exclusive_get(struct device *dev, struct clk *clk) in devm_clk_rate_exclusive_get() function
/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-bcm2835.c148 ret = devm_clk_rate_exclusive_get(dev, pc->clk); in bcm2835_pwm_probe()
H A Dpwm-loongson.c212 ret = devm_clk_rate_exclusive_get(dev, ddata->clk); in pwm_loongson_probe()
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-rzg2l-gpt.c396 ret = devm_clk_rate_exclusive_get(dev, clk); in rzg2l_gpt_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()