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

/linux-master/drivers/tty/hvc/
H A Dhvc_console.h60 int (*notifier_add)(struct hvc_struct *hp, int irq); member in struct:hv_ops
H A Dhvc_vio.c132 .notifier_add = notifier_add_irq,
222 .notifier_add = hvterm_hvsi_open,
H A Dhvc_opal.c56 .notifier_add = notifier_add_irq,
147 .notifier_add = hvc_opal_hvsi_open,
H A Dhvc_xen.c208 .notifier_add = notifier_add_irq,
234 .notifier_add = notifier_add_irq,
H A Dhvc_console.c364 if (hp->ops->notifier_add)
365 rc = hp->ops->notifier_add(hp, hp->data);
H A Dhvc_iucv.c1014 .notifier_add = hvc_iucv_notifier_add,
/linux-master/drivers/char/
H A Dvirtio_console.c1189 .notifier_add = notifier_add_vio,
1211 * put_chars() get_chars(), notifier_add() and notifier_del()

Completed in 177 milliseconds