Searched refs:notifier_hangup_irq (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_irq.c | 52 void notifier_hangup_irq(struct hvc_struct *hp, int irq) in notifier_hangup_irq() function
|
H A D | hvc_console.h | 101 extern void notifier_hangup_irq(struct hvc_struct *hp, int data);
|
H A D | hvc_opal.c | 58 .notifier_hangup = notifier_hangup_irq, 114 notifier_hangup_irq(hp, data); in hvc_opal_hvsi_hangup()
|
H A D | hvc_vio.c | 133 .notifier_hangup = notifier_hangup_irq, 189 notifier_hangup_irq(hp, data); in hvterm_hvsi_hangup()
|
H A D | hvc_xen.c | 198 .notifier_hangup = notifier_hangup_irq, 224 .notifier_hangup = notifier_hangup_irq,
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_irq.c | 52 void notifier_hangup_irq(struct hvc_struct *hp, int irq) in notifier_hangup_irq() function
|
H A D | hvc_console.h | 101 extern void notifier_hangup_irq(struct hvc_struct *hp, int data);
|
H A D | hvc_vio.c | 133 .notifier_hangup = notifier_hangup_irq, 189 notifier_hangup_irq(hp, data); in hvterm_hvsi_hangup()
|
H A D | hvc_opal.c | 58 .notifier_hangup = notifier_hangup_irq, 114 notifier_hangup_irq(hp, data); in hvc_opal_hvsi_hangup()
|
H A D | hvc_xen.c | 209 .notifier_hangup = notifier_hangup_irq, 235 .notifier_hangup = notifier_hangup_irq,
|
Completed in 6 milliseconds