Movatterモバイル変換


[0]ホーム

URL:


devm_clk_put
Prev Chapter 17. Clock Framework Next

Name

devm_clk_put — "free" a managed clock source

Synopsis

voiddevm_clk_put(struct device *dev,
 struct clk *clk);
 

Arguments

struct device * dev

device used to acquire the clock

struct clk * clk

clock source acquired withdevm_clk_get

Note

drivers must ensure that all clk_enable calls made on this clock source are balanced by clk_disable calls prior to calling this function.

clk_put should not be called from within interrupt context.


Prev Up Next
clk_put Home clk_round_rate

[8]ページ先頭

©2009-2025 Movatter.jp