Searched refs:notifier_del (Results 1 – 7 of 7) sorted by relevance
/drivers/tty/hvc/ |
D | hvc_console.h | 61 void (*notifier_del)(struct hvc_struct *hp, int irq); member
|
D | hvc_vio.c | 132 .notifier_del = notifier_del_irq, 221 .notifier_del = hvterm_hvsi_close,
|
D | hvc_opal.c | 57 .notifier_del = notifier_del_irq, 147 .notifier_del = hvc_opal_hvsi_close,
|
D | hvc_xen.c | 157 .notifier_del = notifier_del_irq, 183 .notifier_del = notifier_del_irq,
|
D | hvc_console.c | 423 if (hp->ops->notifier_del) in hvc_close() 424 hp->ops->notifier_del(hp, hp->data); in hvc_close()
|
D | hvc_iucv.c | 1049 .notifier_del = hvc_iucv_notifier_del,
|
/drivers/char/ |
D | virtio_console.c | 1208 .notifier_del = notifier_del_vio,
|