Searched refs:notifier_hangup (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvc_console.h62 void (*notifier_hangup)(struct hvc_struct *hp, int irq); member in struct:hv_ops
H A Dhvc_vio.c134 .notifier_hangup = notifier_hangup_irq,
224 .notifier_hangup = hvterm_hvsi_hangup,
H A Dhvc_opal.c58 .notifier_hangup = notifier_hangup_irq,
149 .notifier_hangup = hvc_opal_hvsi_hangup,
H A Dhvc_xen.c210 .notifier_hangup = notifier_hangup_irq,
236 .notifier_hangup = notifier_hangup_irq,
H A Dhvc_console.c468 if (hp->ops->notifier_hangup)
469 hp->ops->notifier_hangup(hp, hp->data);
H A Dhvc_iucv.c1016 .notifier_hangup = hvc_iucv_notifier_hangup,
/linux-master/drivers/char/
H A Dvirtio_console.c1191 .notifier_hangup = notifier_del_vio,

Completed in 234 milliseconds