Home
last modified time | relevance | path

Searched refs:notifier_add_irq (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tty/hvc/
H A Dhvc_irq.c29 int notifier_add_irq(struct hvc_struct *hp, int irq) in notifier_add_irq() function
H A Dhvc_opal.c56 .notifier_add = notifier_add_irq,
89 rc = notifier_add_irq(hp, data); in hvc_opal_hvsi_open()
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); in hvterm_hvsi_open()