Home
last modified time | relevance | path

Searched refs:notifier_head (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dclk.h56 struct srcu_notifier_head notifier_head; member
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk.c1553 ret = srcu_notifier_call_chain(&cn->notifier_head, msg, in __clk_notify()
4485 srcu_init_notifier_head(&cn->notifier_head); in clk_notifier_register()
4490 ret = srcu_notifier_chain_register(&cn->notifier_head, nb); in clk_notifier_register()
4524 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb); in clk_notifier_unregister()
4529 if (!cn->notifier_head.head) { in clk_notifier_unregister()
4530 srcu_cleanup_notifier_head(&cn->notifier_head); in clk_notifier_unregister()