Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_privacy_screen.c283 return blocking_notifier_chain_register(&priv->notifier_head, nb); in drm_privacy_screen_register_notifier()
299 return blocking_notifier_chain_unregister(&priv->notifier_head, nb); in drm_privacy_screen_unregister_notifier()
402 BLOCKING_INIT_NOTIFIER_HEAD(&priv->notifier_head); in drm_privacy_screen_register()
469 blocking_notifier_call_chain(&priv->notifier_head, 0, priv); in drm_privacy_screen_call_notifier_chain()
/linux-6.3-rc2/include/drm/
A Ddrm_privacy_screen_driver.h58 struct blocking_notifier_head notifier_head; member
/linux-6.3-rc2/include/linux/
A Dclk.h56 struct srcu_notifier_head notifier_head; member
/linux-6.3-rc2/drivers/clk/
A Dclk.c1715 ret = srcu_notifier_call_chain(&cn->notifier_head, msg, in __clk_notify()
4609 srcu_init_notifier_head(&cn->notifier_head); in clk_notifier_register()
4614 ret = srcu_notifier_chain_register(&cn->notifier_head, nb); in clk_notifier_register()
4648 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb); in clk_notifier_unregister()
4653 if (!cn->notifier_head.head) { in clk_notifier_unregister()
4654 srcu_cleanup_notifier_head(&cn->notifier_head); in clk_notifier_unregister()

Completed in 18 milliseconds