Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/surface/
Dsurface_aggregator_cdev.c51 struct ssam_cdev_notifier { struct
61 struct ssam_cdev_notifier *notifier[SSH_NUM_EVENTS]; argument
93 static u32 ssam_cdev_notifier(struct ssam_event_notifier *nf, const struct ssam_event *in) in ssam_cdev_notifier() function
95 struct ssam_cdev_notifier *cdev_nf = container_of(nf, struct ssam_cdev_notifier, nf); in ssam_cdev_notifier()
139 struct ssam_cdev_notifier *nf; in ssam_cdev_notifier_register()
170 nf->nf.base.fn = ssam_cdev_notifier; in ssam_cdev_notifier_register()