Searched refs:notifier_del (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_console.h | 72 void (*notifier_del)(struct hvc_struct *hp, int irq); member
|
D | hvc_opal.c | 70 .notifier_del = notifier_del_irq, 159 .notifier_del = hvc_opal_hvsi_close,
|
D | hvc_tile.c | 123 .notifier_del = hvc_tile_notifier_del_irq,
|
D | hvc_vio.c | 139 .notifier_del = notifier_del_irq, 228 .notifier_del = hvterm_hvsi_close,
|
D | hvc_xen.c | 169 .notifier_del = notifier_del_irq, 195 .notifier_del = notifier_del_irq,
|
D | hvc_console.c | 409 if (hp->ops->notifier_del) in hvc_close() 410 hp->ops->notifier_del(hp, hp->data); in hvc_close()
|
D | hvc_iucv.c | 1048 .notifier_del = hvc_iucv_notifier_del,
|
/linux-4.1.27/drivers/char/ |
D | virtio_console.c | 1211 .notifier_del = notifier_del_vio,
|