Lines Matching refs:notif
37 struct ssam_event_notifier notif; member
158 sw->notif.base.priority = 0; in ssam_tablet_sw_probe()
159 sw->notif.base.fn = desc->ops.notify; in ssam_tablet_sw_probe()
160 sw->notif.event.reg = desc->event.reg; in ssam_tablet_sw_probe()
161 sw->notif.event.id = desc->event.id; in ssam_tablet_sw_probe()
162 sw->notif.event.mask = desc->event.mask; in ssam_tablet_sw_probe()
163 sw->notif.event.flags = SSAM_EVENT_SEQUENCED; in ssam_tablet_sw_probe()
165 status = ssam_device_notifier_register(sdev, &sw->notif); in ssam_tablet_sw_probe()
178 ssam_device_notifier_unregister(sdev, &sw->notif); in ssam_tablet_sw_probe()
189 ssam_device_notifier_unregister(sdev, &sw->notif); in ssam_tablet_sw_remove()
272 struct ssam_tablet_sw *sw = container_of(nf, struct ssam_tablet_sw, notif); in ssam_kip_sw_notif()
476 struct ssam_tablet_sw *sw = container_of(nf, struct ssam_tablet_sw, notif); in ssam_pos_sw_notif()