Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/hvc/
Dhvc_console.h73 int (*notifier_add)(struct hvc_struct *hp, int irq); member
Dhvc_opal.c68 .notifier_add = notifier_add_irq,
157 .notifier_add = hvc_opal_hvsi_open,
Dhvc_vio.c137 .notifier_add = notifier_add_irq,
226 .notifier_add = hvterm_hvsi_open,
Dhvc_xen.c166 .notifier_add = notifier_add_irq,
192 .notifier_add = notifier_add_irq,
Dhvc_console.c335 if (hp->ops->notifier_add) in hvc_open()
336 rc = hp->ops->notifier_add(hp, hp->data); in hvc_open()
Dhvc_iucv.c931 .notifier_add = hvc_iucv_notifier_add,
/linux-3.4.99/drivers/char/
Dvirtio_console.c960 .notifier_add = notifier_add_vio,