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

/linux-master/include/drm/
H A Ddrm_privacy_screen_driver.h57 /** @notifier_head: privacy-screen notifier head. */
58 struct blocking_notifier_head notifier_head; member in struct:drm_privacy_screen
/linux-master/drivers/gpu/drm/
H A Ddrm_privacy_screen.c283 return blocking_notifier_chain_register(&priv->notifier_head, nb);
299 return blocking_notifier_chain_unregister(&priv->notifier_head, nb);
402 BLOCKING_INIT_NOTIFIER_HEAD(&priv->notifier_head);
469 blocking_notifier_call_chain(&priv->notifier_head, 0, priv);
/linux-master/include/linux/
H A Dclk.h46 * @notifier_head: a blocking_notifier_head for this clk
52 * @notifier_head.
56 struct srcu_notifier_head notifier_head; member in struct:clk_notifier
/linux-master/drivers/clk/
H A Dclk.c1859 ret = srcu_notifier_call_chain(&cn->notifier_head, msg,
4822 srcu_init_notifier_head(&cn->notifier_head);
4827 ret = srcu_notifier_chain_register(&cn->notifier_head, nb);
4861 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb);
4866 if (!cn->notifier_head.head) {
4867 srcu_cleanup_notifier_head(&cn->notifier_head);

Completed in 141 milliseconds