Searched refs:notifier_del (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/tty/hvc/ |
A D | hvc_console.h | 61 void (*notifier_del)(struct hvc_struct *hp, int irq); member
|
A D | hvc_vio.c | 132 .notifier_del = notifier_del_irq, 221 .notifier_del = hvterm_hvsi_close,
|
A D | hvc_opal.c | 57 .notifier_del = notifier_del_irq, 147 .notifier_del = hvc_opal_hvsi_close,
|
A D | hvc_xen.c | 197 .notifier_del = notifier_del_irq, 223 .notifier_del = notifier_del_irq,
|
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()
|
A D | hvc_iucv.c | 1015 .notifier_del = hvc_iucv_notifier_del,
|
/linux-6.3-rc2/drivers/char/ |
A D | virtio_console.c | 1199 .notifier_del = notifier_del_vio,
|
Completed in 15 milliseconds