Searched refs:notifier_hangup (Results 1 – 7 of 7) sorted by relevance
/drivers/tty/hvc/ |
D | hvc_console.h | 73 void (*notifier_hangup)(struct hvc_struct *hp, int irq); member
|
D | hvc_opal.c | 70 .notifier_hangup = notifier_hangup_irq, 159 .notifier_hangup = hvc_opal_hvsi_hangup,
|
D | hvc_vio.c | 139 .notifier_hangup = notifier_hangup_irq, 228 .notifier_hangup = hvterm_hvsi_hangup,
|
D | hvc_xen.c | 170 .notifier_hangup = notifier_hangup_irq, 196 .notifier_hangup = notifier_hangup_irq,
|
D | hvc_console.c | 452 if (hp->ops->notifier_hangup) in hvc_hangup() 453 hp->ops->notifier_hangup(hp, hp->data); in hvc_hangup()
|
D | hvc_iucv.c | 933 .notifier_hangup = hvc_iucv_notifier_hangup,
|
/drivers/char/ |
D | virtio_console.c | 1187 .notifier_hangup = notifier_del_vio,
|