Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/hvc/
Dhvc_irq.c23 int notifier_add_irq(struct hvc_struct *hp, int irq) in notifier_add_irq() function
Dhvc_console.h110 extern int notifier_add_irq(struct hvc_struct *hp, int data);
Dhvc_opal.c69 .notifier_add = notifier_add_irq,
101 rc = notifier_add_irq(hp, data); in hvc_opal_hvsi_open()
Dhvc_tile.c87 rc = notifier_add_irq(hp, irq); in hvc_tile_notifier_add_irq()
Dhvc_vio.c138 .notifier_add = notifier_add_irq,
170 rc = notifier_add_irq(hp, data); in hvterm_hvsi_open()
Dhvc_xen.c168 .notifier_add = notifier_add_irq,
194 .notifier_add = notifier_add_irq,