Home
last modified time | relevance | path

Searched refs:notifier_add (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/tty/hvc/
Dhvc_console.h60 int (*notifier_add)(struct hvc_struct *hp, int irq); member
Dhvc_opal.c56 .notifier_add = notifier_add_irq,
146 .notifier_add = hvc_opal_hvsi_open,
Dhvc_vio.c131 .notifier_add = notifier_add_irq,
220 .notifier_add = hvterm_hvsi_open,
Dhvc_xen.c156 .notifier_add = notifier_add_irq,
182 .notifier_add = notifier_add_irq,
Dhvc_console.c364 if (hp->ops->notifier_add) in hvc_open()
365 rc = hp->ops->notifier_add(hp, hp->data); in hvc_open()
Dhvc_iucv.c1048 .notifier_add = hvc_iucv_notifier_add,
/Linux-v5.10/drivers/char/
Dvirtio_console.c1205 .notifier_add = notifier_add_vio,