Movatterモバイル変換


[0]ホーム

URL:


struct clk_notifier
Prev Chapter 17. Clock Framework Next

Name

struct clk_notifier — associate a clk with a notifier

Synopsis

struct clk_notifier {  struct clk * clk;  struct srcu_notifier_head notifier_head;  struct list_head node;};

Members

struct clk * clk

struct clk * to associate the notifier with

struct srcu_notifier_head notifier_head

a blocking_notifier_head for this clk

struct list_head node

linked list pointers

Description

A list of struct clk_notifier is maintained by the notifier code. An entry is created whenever code registers the first notifier on a particularclk. Future notifiers on thatclk are added to thenotifier_head.


Prev Up Next
Chapter 17. Clock Framework Home struct clk_notifier_data

[8]ページ先頭

©2009-2025 Movatter.jp