other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| CLK_NOTIFIER_REGISTE(9) | Clock Framework | CLK_NOTIFIER_REGISTE(9) |
NAME¶
clk_notifier_register - change notifier callbackSYNOPSIS¶
int
clk_notifier_register(struct clk * clk,
struct notifier_block * nb);
ARGUMENTS¶
clkclock whose rate we are interested in
nb
notifier block with callback function
pointer
PROTIP¶
debugging across notifier chains can be frustrating. Make sure that your notifier callback function prints a nice big warning in case of failure.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |