Movatterモバイル変換


[0]ホーム

URL:


clk_is_match
Prev Chapter 17. Clock Framework Next

Name

clk_is_match — check if two clk's point to the same hardware clock

Synopsis

boolclk_is_match(const struct clk *p,
 const struct clk *q);
 

Arguments

const struct clk * p

clk compared against q

const struct clk * q

clk compared against p

Description

Returns true if the two struct clk pointers both point to the same hardware clock node. Put differently, returns true if struct clk *p and struct clk *q share the same struct clk_core object.

Returns false otherwise. Note that two NULL clks are treated as matching.


Prev Up Next
clk_get_phase Home clk_prepare

[8]ページ先頭

©2009-2025 Movatter.jp