Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hsi/
Dhsi_core.c509 BLOCKING_INIT_NOTIFIER_HEAD(&port[i]->n_head); in hsi_alloc_controller()
691 return blocking_notifier_chain_register(&port->n_head, &cl->nb); in hsi_register_port_event()
711 err = blocking_notifier_chain_unregister(&port->n_head, &cl->nb); in hsi_unregister_port_event()
736 return blocking_notifier_call_chain(&port->n_head, event, NULL); in hsi_event()
/Linux-v4.19/include/linux/hsi/
Dhsi.h249 struct blocking_notifier_head n_head; member