Searched refs:notifier_add (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_console.h | 60 int (*notifier_add)(struct hvc_struct *hp, int irq); member
|
H A D | hvc_opal.c | 56 .notifier_add = notifier_add_irq, 146 .notifier_add = hvc_opal_hvsi_open,
|
H A D | hvc_vio.c | 131 .notifier_add = notifier_add_irq, 220 .notifier_add = hvterm_hvsi_open,
|
H A D | hvc_console.c | 364 if (hp->ops->notifier_add) in hvc_open() 365 rc = hp->ops->notifier_add(hp, hp->data); in hvc_open()
|
H A D | hvc_xen.c | 196 .notifier_add = notifier_add_irq, 222 .notifier_add = notifier_add_irq,
|
H A D | hvc_iucv.c | 1048 .notifier_add = hvc_iucv_notifier_add,
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_console.h | 60 int (*notifier_add)(struct hvc_struct *hp, int irq); member
|
H A D | hvc_vio.c | 131 .notifier_add = notifier_add_irq, 220 .notifier_add = hvterm_hvsi_open,
|
H A D | hvc_opal.c | 56 .notifier_add = notifier_add_irq, 146 .notifier_add = hvc_opal_hvsi_open,
|
H A D | hvc_xen.c | 207 .notifier_add = notifier_add_irq, 233 .notifier_add = notifier_add_irq,
|
H A D | hvc_console.c | 364 if (hp->ops->notifier_add) in hvc_open() 365 rc = hp->ops->notifier_add(hp, hp->data); in hvc_open()
|
H A D | hvc_iucv.c | 1014 .notifier_add = hvc_iucv_notifier_add,
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | virtio_console.c | 1205 .notifier_add = notifier_add_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 | 1199 .notifier_add = notifier_add_vio, 1236 * put_chars() get_chars(), notifier_add() and notifier_del() in init_port_console()
|
Completed in 21 milliseconds