Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvc_xen.c129 .notifier_add = notifier_add_irq,
155 .notifier_add = notifier_add_irq,
Dhvc_console.h73 int (*notifier_add)(struct hvc_struct *hp, int irq); member
Dhvc_vio.c83 .notifier_add = notifier_add_irq,
Dhvc_console.c328 if (hp->ops->notifier_add) in hvc_open()
329 rc = hp->ops->notifier_add(hp, hp->data); in hvc_open()
Dhvc_iseries.c203 .notifier_add = notifier_add_irq,
Dhvc_iucv.c931 .notifier_add = hvc_iucv_notifier_add,
/linux-2.6.39/drivers/char/
Dvirtio_console.c941 .notifier_add = notifier_add_vio,