Home
last modified time | relevance | path

Searched refs:notifier_add (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/tty/hvc/
Dhvc_console.h71 int (*notifier_add)(struct hvc_struct *hp, int irq); member
Dhvc_opal.c69 .notifier_add = notifier_add_irq,
158 .notifier_add = hvc_opal_hvsi_open,
Dhvc_tile.c122 .notifier_add = hvc_tile_notifier_add_irq,
Dhvc_vio.c138 .notifier_add = notifier_add_irq,
227 .notifier_add = hvterm_hvsi_open,
Dhvc_xen.c168 .notifier_add = notifier_add_irq,
194 .notifier_add = notifier_add_irq,
Dhvc_console.c354 if (hp->ops->notifier_add) in hvc_open()
355 rc = hp->ops->notifier_add(hp, hp->data); in hvc_open()
Dhvc_iucv.c1047 .notifier_add = hvc_iucv_notifier_add,
/linux-4.1.27/drivers/char/
Dvirtio_console.c1210 .notifier_add = notifier_add_vio,