Searched refs:devm_clk_rate_exclusive_get (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ |
H A D | clk.h | 214 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 D | sun8i-a33-mbus.c | 379 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 D | pwm-bcm2835.c | 148 ret = devm_clk_rate_exclusive_get(dev, pc->clk); in bcm2835_pwm_probe()
|
H A D | pwm-loongson.c | 212 ret = devm_clk_rate_exclusive_get(dev, ddata->clk); in pwm_loongson_probe()
|
H A D | pwm-sophgo-sg2042.c | 265 ret = devm_clk_rate_exclusive_get(dev, clk); in pwm_sg2042_probe()
|
H A D | pwm-xilinx.c | 270 ret = devm_clk_rate_exclusive_get(dev, priv->clk); in xilinx_pwm_probe()
|
H A D | pwm-axi-pwmgen.c | 304 ret = devm_clk_rate_exclusive_get(dev, clk); in axi_pwmgen_probe()
|
H A D | pwm-rzg2l-gpt.c | 396 ret = devm_clk_rate_exclusive_get(dev, clk); in rzg2l_gpt_probe()
|
H A D | pwm-stm32.c | 866 ret = devm_clk_rate_exclusive_get(dev, priv->clk); in stm32_pwm_probe()
|
/linux/drivers/mmc/host/ |
H A D | loongson2-mmc.c | 888 ret = devm_clk_rate_exclusive_get(dev, host->clk); in loongson2_mmc_resource_request()
|