Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvc_console.h62 void (*notifier_hangup)(struct hvc_struct *hp, int irq); member
H A Dhvc_opal.c58 .notifier_hangup = notifier_hangup_irq,
148 .notifier_hangup = hvc_opal_hvsi_hangup,
H A Dhvc_vio.c133 .notifier_hangup = notifier_hangup_irq,
222 .notifier_hangup = hvterm_hvsi_hangup,
H A Dhvc_xen.c209 .notifier_hangup = notifier_hangup_irq,
235 .notifier_hangup = notifier_hangup_irq,
H A Dhvc_console.c468 if (hp->ops->notifier_hangup) in hvc_hangup()
469 hp->ops->notifier_hangup(hp, hp->data); in hvc_hangup()
H A Dhvc_iucv.c1016 .notifier_hangup = hvc_iucv_notifier_hangup,
/openbmc/linux/drivers/char/
H A Dvirtio_console.c1201 .notifier_hangup = notifier_del_vio,