Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hsi/
Dhsi_core.c496 BLOCKING_INIT_NOTIFIER_HEAD(&port[i]->n_head); in hsi_alloc_controller()
678 return blocking_notifier_chain_register(&port->n_head, &cl->nb); in hsi_register_port_event()
698 err = blocking_notifier_chain_unregister(&port->n_head, &cl->nb); in hsi_unregister_port_event()
723 return blocking_notifier_call_chain(&port->n_head, event, NULL); in hsi_event()
/Linux-v5.4/include/linux/hsi/
Dhsi.h236 struct blocking_notifier_head n_head; member