Movatterモバイル変換


[0]ホーム

URL:


devm_get_clk_from_child
Prev Chapter 17. Clock Framework Next

Name

devm_get_clk_from_child — lookup and obtain a managed reference to a clock producer from child node.

Synopsis

struct clk *devm_get_clk_from_child(struct device *dev,
 struct device_node *np,
 const char *con_id);
 

Arguments

struct device * dev

device for clockconsumer

struct device_node * np

pointer to clock consumer node

const char * con_id

clock consumer ID

Description

This function parses the clocks, and uses them to look up the struct clk from the registered list of clock providers by usingnp andcon_id

The clock will automatically be freed when the device is unbound from the bus.


Prev Up Next
devm_clk_get Home clk_enable

[8]ページ先頭

©2009-2025 Movatter.jp