Searched refs:notifier_hangup (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/tty/hvc/ |
A D | hvc_console.h | 62 void (*notifier_hangup)(struct hvc_struct *hp, int irq); member
|
A D | hvc_vio.c | 133 .notifier_hangup = notifier_hangup_irq, 222 .notifier_hangup = hvterm_hvsi_hangup,
|
A D | hvc_opal.c | 58 .notifier_hangup = notifier_hangup_irq, 148 .notifier_hangup = hvc_opal_hvsi_hangup,
|
A D | hvc_xen.c | 198 .notifier_hangup = notifier_hangup_irq, 224 .notifier_hangup = notifier_hangup_irq,
|
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()
|
A D | hvc_iucv.c | 1016 .notifier_hangup = hvc_iucv_notifier_hangup,
|
/linux-6.3-rc2/drivers/char/ |
A D | virtio_console.c | 1200 .notifier_hangup = notifier_del_vio,
|
Completed in 16 milliseconds