Home
last modified time | relevance | path

Searched refs:clk_rate_exclusive_get (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dclk.h176 * clk_rate_exclusive_get - get exclusivity over the rate control of a
191 int clk_rate_exclusive_get(struct clk *clk);
199 * from clk_rate_exclusive_get()
201 * The caller must balance the number of clk_rate_exclusive_get() and
254 static inline int clk_rate_exclusive_get(struct clk *clk) in clk_rate_exclusive_get() function
/kernel/linux/linux-6.6/include/linux/
H A Dclk.h187 * clk_rate_exclusive_get - get exclusivity over the rate control of a
202 int clk_rate_exclusive_get(struct clk *clk);
210 * from clk_rate_exclusive_get()
212 * The caller must balance the number of clk_rate_exclusive_get() and
272 static inline int clk_rate_exclusive_get(struct clk *clk) in clk_rate_exclusive_get() function
/kernel/linux/linux-6.6/drivers/devfreq/
H A Dsun8i-a33-mbus.c384 ret = clk_rate_exclusive_get(priv->clk_dram); in sun8i_a33_mbus_probe()
391 ret = clk_rate_exclusive_get(priv->clk_mbus); in sun8i_a33_mbus_probe()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-xilinx.c280 clk_rate_exclusive_get(priv->clk); in xilinx_pwm_probe()
H A Dpwm-rz-mtu3.c503 clk_rate_exclusive_get(rz_mtu3_pwm->clk); in rz_mtu3_pwm_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.c91 ret = clk_rate_exclusive_get(mipi_dsi->bit_clk); in dw_mipi_dsi_phy_init()
/kernel/linux/linux-5.10/drivers/memory/tegra/
H A Dtegra30-emc.c1360 err = clk_rate_exclusive_get(emc->clk); in tegra_emc_suspend()
H A Dtegra210-emc-core.c2040 err = clk_rate_exclusive_get(emc->clk); in tegra210_emc_suspend()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c110 clk_rate_exclusive_get(clk); in sun4i_tcon_channel_set_status()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c111 clk_rate_exclusive_get(clk); in sun4i_tcon_channel_set_status()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c840 * clk_rate_exclusive_get(). Calls to this function may sleep, and do not return
892 * clk_rate_exclusive_get - get exclusivity over the clk rate control
895 * clk_rate_exclusive_get() begins a critical section during which a clock
905 * Calls to clk_rate_exclusive_get() should be balanced with calls to
909 int clk_rate_exclusive_get(struct clk *clk) in clk_rate_exclusive_get() function
921 EXPORT_SYMBOL_GPL(clk_rate_exclusive_get); variable
2380 * This is a combination of clk_set_rate() and clk_rate_exclusive_get()
2389 * Calls to clk_rate_exclusive_get() should be balanced with calls to
4374 * Before calling clk_put, all calls to clk_rate_exclusive_get() from a in __clk_put()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c862 * clk_rate_exclusive_get(). Calls to this function may sleep, and do not return
914 * clk_rate_exclusive_get - get exclusivity over the clk rate control
917 * clk_rate_exclusive_get() begins a critical section during which a clock
927 * Calls to clk_rate_exclusive_get() should be balanced with calls to
931 int clk_rate_exclusive_get(struct clk *clk) in clk_rate_exclusive_get() function
943 EXPORT_SYMBOL_GPL(clk_rate_exclusive_get); variable
2518 * This is a combination of clk_set_rate() and clk_rate_exclusive_get()
2527 * Calls to clk_rate_exclusive_get() should be balanced with calls to
4593 * Before calling clk_put, all calls to clk_rate_exclusive_get() from a in __clk_put()
/kernel/linux/linux-6.6/drivers/memory/tegra/
H A Dtegra30-emc.c1699 err = clk_rate_exclusive_get(emc->clk); in tegra_emc_suspend()
H A Dtegra210-emc-core.c2004 err = clk_rate_exclusive_get(emc->clk); in tegra210_emc_suspend()

Completed in 30 milliseconds