table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| STRUCT CLK_NOTIFIER(9) | Clock Framework | STRUCT CLK_NOTIFIER(9) |
NAME¶
struct_clk_notifier - associate a clk with a notifierSYNOPSIS¶
struct clk_notifier {
struct clk * clk;
struct srcu_notifier_head notifier_head;
struct list_head node;
};
MEMBERS¶
clkstruct clk * to associate the notifier
with
notifier_head
a blocking_notifier_head for this clk
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 particular clk. Future notifiers on that clk are added to the notifier_head.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |