Searched refs:notifier_del (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/tty/hvc/ |
D | hvc_console.h | 74 void (*notifier_del)(struct hvc_struct *hp, int irq); member
|
D | hvc_opal.c | 69 .notifier_del = notifier_del_irq, 158 .notifier_del = hvc_opal_hvsi_close,
|
D | hvc_vio.c | 138 .notifier_del = notifier_del_irq, 227 .notifier_del = hvterm_hvsi_close,
|
D | hvc_xen.c | 167 .notifier_del = notifier_del_irq, 193 .notifier_del = notifier_del_irq,
|
D | hvc_console.c | 384 if (hp->ops->notifier_del) in hvc_close() 385 hp->ops->notifier_del(hp, hp->data); in hvc_close()
|
D | hvc_iucv.c | 932 .notifier_del = hvc_iucv_notifier_del,
|
/linux-3.4.99/drivers/char/ |
D | virtio_console.c | 961 .notifier_del = notifier_del_vio,
|