Searched refs:notifier_add_irq (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvc_irq.c29 int notifier_add_irq(struct hvc_struct *hp, int irq) function
H A Dhvc_console.h99 extern int notifier_add_irq(struct hvc_struct *hp, int data);
H A Dhvc_vio.c132 .notifier_add = notifier_add_irq,
165 rc = notifier_add_irq(hp, data);
H A Dhvc_opal.c56 .notifier_add = notifier_add_irq,
89 rc = notifier_add_irq(hp, data);
H A Dhvc_xen.c208 .notifier_add = notifier_add_irq,
234 .notifier_add = notifier_add_irq,

Completed in 107 milliseconds