Searched refs:notifier_add (Results 1 – 5 of 5) sorted by relevance
60 int (*notifier_add)(struct hvc_struct *hp, int irq); member
56 .notifier_add = notifier_add_irq,147 .notifier_add = hvc_opal_hvsi_open,
132 .notifier_add = notifier_add_irq,222 .notifier_add = hvterm_hvsi_open,
364 if (hp->ops->notifier_add) in hvc_open()365 rc = hp->ops->notifier_add(hp, hp->data); in hvc_open()
1189 .notifier_add = notifier_add_vio,