Searched refs:notifier_del (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_console.h | 61 void (*notifier_del)(struct hvc_struct *hp, int irq); member
|
H A D | hvc_opal.c | 57 .notifier_del = notifier_del_irq, 147 .notifier_del = hvc_opal_hvsi_close,
|
H A D | hvc_vio.c | 132 .notifier_del = notifier_del_irq, 221 .notifier_del = hvterm_hvsi_close,
|
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_xen.c | 197 .notifier_del = notifier_del_irq, 223 .notifier_del = notifier_del_irq,
|
H A D | hvc_iucv.c | 1049 .notifier_del = hvc_iucv_notifier_del,
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | virtio_console.c | 1206 .notifier_del = notifier_del_vio, 1242 * put_chars() get_chars(), notifier_add() and notifier_del() in init_port_console()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | virtio_console.c | 1200 .notifier_del = notifier_del_vio, 1236 * put_chars() get_chars(), notifier_add() and notifier_del() in init_port_console()
|
Completed in 31 milliseconds