Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvc_console.h60 int (*notifier_add)(struct hvc_struct *hp, int irq); member
H A Dhvc_opal.c56 .notifier_add = notifier_add_irq,
147 .notifier_add = hvc_opal_hvsi_open,
H A Dhvc_vio.c132 .notifier_add = notifier_add_irq,
222 .notifier_add = hvterm_hvsi_open,
H A Dhvc_console.c364 if (hp->ops->notifier_add) in hvc_open()
365 rc = hp->ops->notifier_add(hp, hp->data); in hvc_open()
/linux/drivers/char/
H A Dvirtio_console.c1189 .notifier_add = notifier_add_vio,