Searched refs:notifier_del (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_console.h | 61 void (*notifier_del)(struct hvc_struct *hp, int irq); member
|
H A D | hvc_vio.c | 132 .notifier_del = notifier_del_irq, 221 .notifier_del = hvterm_hvsi_close,
|
H A D | hvc_opal.c | 57 .notifier_del = notifier_del_irq, 147 .notifier_del = hvc_opal_hvsi_close,
|
H A D | hvc_xen.c | 208 .notifier_del = notifier_del_irq, 234 .notifier_del = notifier_del_irq,
|
H A D | hvc_console.c | 411 if (hp->ops->notifier_del) in hvc_close() 412 hp->ops->notifier_del(hp, hp->data); in hvc_close()
|
H A D | hvc_iucv.c | 1015 .notifier_del = hvc_iucv_notifier_del,
|
/openbmc/linux/drivers/char/ |
H A D | virtio_console.c | 1200 .notifier_del = notifier_del_vio,
|