Home
last modified time | relevance | path

Searched refs:notifier_del (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/tty/hvc/
H A Dhvc_console.h61 void (*notifier_del)(struct hvc_struct *hp, int irq); member
H A Dhvc_opal.c57 .notifier_del = notifier_del_irq,
148 .notifier_del = hvc_opal_hvsi_close,
H A Dhvc_vio.c133 .notifier_del = notifier_del_irq,
223 .notifier_del = hvterm_hvsi_close,
H A Dhvc_console.c411 if (hp->ops->notifier_del) in hvc_close()
412 hp->ops->notifier_del(hp, hp->data); in hvc_close()
/linux/drivers/char/
H A Dvirtio_console.c1190 .notifier_del = notifier_del_vio,