Searched refs:notifier_hangup (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/tty/hvc/ |
D | hvc_console.h | 62 void (*notifier_hangup)(struct hvc_struct *hp, int irq); member
|
D | hvc_opal.c | 58 .notifier_hangup = notifier_hangup_irq, 148 .notifier_hangup = hvc_opal_hvsi_hangup,
|
D | hvc_vio.c | 133 .notifier_hangup = notifier_hangup_irq, 222 .notifier_hangup = hvterm_hvsi_hangup,
|
D | hvc_xen.c | 158 .notifier_hangup = notifier_hangup_irq, 184 .notifier_hangup = notifier_hangup_irq,
|
D | hvc_console.c | 468 if (hp->ops->notifier_hangup) in hvc_hangup() 469 hp->ops->notifier_hangup(hp, hp->data); in hvc_hangup()
|
D | hvc_iucv.c | 1050 .notifier_hangup = hvc_iucv_notifier_hangup,
|
/Linux-v5.10/drivers/char/ |
D | virtio_console.c | 1207 .notifier_hangup = notifier_del_vio,
|