Searched refs:n_head (Results 1 – 2 of 2) sorted by relevance
501 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()
252 struct atomic_notifier_head n_head; member