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

/linux-master/drivers/tty/hvc/
H A Dhvc_irq.c44 void notifier_del_irq(struct hvc_struct *hp, int irq) function
54 notifier_del_irq(hp, irq);
H A Dhvc_console.h100 extern void notifier_del_irq(struct hvc_struct *hp, int data);
H A Dhvc_vio.c133 .notifier_del = notifier_del_irq,
180 notifier_del_irq(hp, data);
H A Dhvc_opal.c57 .notifier_del = notifier_del_irq,
104 notifier_del_irq(hp, data);
H A Dhvc_xen.c209 .notifier_del = notifier_del_irq,
235 .notifier_del = notifier_del_irq,

Completed in 196 milliseconds