Searched refs:notifier_del (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvc_console.h61 void (*notifier_del)(struct hvc_struct *hp, int irq); member in struct:hv_ops
H A Dhvc_vio.c133 .notifier_del = notifier_del_irq,
223 .notifier_del = hvterm_hvsi_close,
H A Dhvc_opal.c57 .notifier_del = notifier_del_irq,
148 .notifier_del = hvc_opal_hvsi_close,
H A Dhvc_xen.c209 .notifier_del = notifier_del_irq,
235 .notifier_del = notifier_del_irq,
H A Dhvc_console.c411 if (hp->ops->notifier_del)
412 hp->ops->notifier_del(hp, hp->data);
H A Dhvc_iucv.c1015 .notifier_del = hvc_iucv_notifier_del,
/linux-master/drivers/char/
H A Dvirtio_console.c1190 .notifier_del = notifier_del_vio,
1211 * put_chars() get_chars(), notifier_add() and notifier_del()

Completed in 128 milliseconds