Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hsi/
Dhsi.c510 ATOMIC_INIT_NOTIFIER_HEAD(&port[i]->n_head); in hsi_alloc_controller()
692 return atomic_notifier_chain_register(&port->n_head, &cl->nb); in hsi_register_port_event()
712 err = atomic_notifier_chain_unregister(&port->n_head, &cl->nb); in hsi_unregister_port_event()
737 return atomic_notifier_call_chain(&port->n_head, event, NULL); in hsi_event()
/linux-4.4.14/include/linux/hsi/
Dhsi.h252 struct atomic_notifier_head n_head; member