Movatterモバイル変換


[0]ホーム

URL:


clk_has_parent
Prev Chapter 17. Clock Framework Next

Name

clk_has_parent — check if a clock is a possible parent for another

Synopsis

boolclk_has_parent(struct clk *clk,
 struct clk *parent);
 

Arguments

struct clk * clk

clock source

struct clk * parent

parent clock source

Description

This function can be used in drivers that need to check that a clock can be the parent of another without actually changing the parent.

Returns true ifparent is a possible parent forclk, false otherwise.


Prev Up Next
clk_set_rate Home clk_set_rate_range

[8]ページ先頭

©2009-2025 Movatter.jp