Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hsi/
Dhsi.c501 ATOMIC_INIT_NOTIFIER_HEAD(&port[i]->n_head); in hsi_alloc_controller()
683 return atomic_notifier_chain_register(&port->n_head, &cl->nb); in hsi_register_port_event()
703 err = atomic_notifier_chain_unregister(&port->n_head, &cl->nb); in hsi_unregister_port_event()
728 return atomic_notifier_call_chain(&port->n_head, event, NULL); in hsi_event()
/linux-4.1.27/include/linux/hsi/
Dhsi.h252 struct atomic_notifier_head n_head; member