Searched refs:notifier_hangup (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/tty/hvc/ |
| H A D | hvc_console.h | 62 void (*notifier_hangup)(struct hvc_struct *hp, int irq); member
|
| H A D | hvc_vio.c | 134 .notifier_hangup = notifier_hangup_irq, 224 .notifier_hangup = hvterm_hvsi_hangup,
|
| H A D | hvc_opal.c | 58 .notifier_hangup = notifier_hangup_irq, 149 .notifier_hangup = hvc_opal_hvsi_hangup,
|
| H A D | hvc_xen.c | 226 .notifier_hangup = notifier_hangup_irq, 252 .notifier_hangup = notifier_hangup_irq,
|
| H A D | hvc_console.c | 468 if (hp->ops->notifier_hangup) in hvc_hangup() 469 hp->ops->notifier_hangup(hp, hp->data); in hvc_hangup()
|
| H A D | hvc_iucv.c | 1016 .notifier_hangup = hvc_iucv_notifier_hangup,
|
| /linux/drivers/char/ |
| H A D | virtio_console.c | 1191 .notifier_hangup = notifier_del_vio,
|