Home
last modified time | relevance | path

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

/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,
149 .notifier_hangup = hvc_opal_hvsi_hangup,
H A Dhvc_vio.c134 .notifier_hangup = notifier_hangup_irq,
224 .notifier_hangup = hvterm_hvsi_hangup,
H A Dhvc_console.c468 if (hp->ops->notifier_hangup) in hvc_hangup()
469 hp->ops->notifier_hangup(hp, hp->data); in hvc_hangup()
/linux/drivers/char/
H A Dvirtio_console.c1191 .notifier_hangup = notifier_del_vio,