Searched refs:notifier_head (Results 1 – 2 of 2) sorted by relevance
284 return blocking_notifier_chain_register(&priv->notifier_head, nb); in drm_privacy_screen_register_notifier()300 return blocking_notifier_chain_unregister(&priv->notifier_head, nb); in drm_privacy_screen_unregister_notifier()403 BLOCKING_INIT_NOTIFIER_HEAD(&priv->notifier_head); in drm_privacy_screen_register()470 blocking_notifier_call_chain(&priv->notifier_head, 0, priv); in drm_privacy_screen_call_notifier_chain()
58 struct blocking_notifier_head notifier_head; member