Home
last modified time | relevance | path

Searched refs:notifier_hangup (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/tty/hvc/
Dhvc_xen.c131 .notifier_hangup = notifier_hangup_irq,
157 .notifier_hangup = notifier_hangup_irq,
Dhvc_console.h75 void (*notifier_hangup)(struct hvc_struct *hp, int irq); member
Dhvc_vio.c85 .notifier_hangup = notifier_hangup_irq,
Dhvc_console.c431 if (hp->ops->notifier_hangup) in hvc_hangup()
432 hp->ops->notifier_hangup(hp, hp->data); in hvc_hangup()
Dhvc_iseries.c205 .notifier_hangup = notifier_hangup_irq,
Dhvc_iucv.c933 .notifier_hangup = hvc_iucv_notifier_hangup,
/linux-2.6.39/drivers/char/
Dvirtio_console.c943 .notifier_hangup = notifier_del_vio,