Home
last modified time | relevance | path

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

/linux/include/uapi/linux/surface_aggregator/
A Dcdev.h88 struct ssam_cdev_notifier_desc { struct
142 #define SSAM_CDEV_NOTIF_REGISTER _IOW(0xA5, 2, struct ssam_cdev_notifier_desc)
143 #define SSAM_CDEV_NOTIF_UNREGISTER _IOW(0xA5, 3, struct ssam_cdev_notifier_desc)
/linux/drivers/platform/surface/
A Dsurface_aggregator_cdev.c371 const struct ssam_cdev_notifier_desc __user *d) in ssam_cdev_notif_register()
373 struct ssam_cdev_notifier_desc desc; in ssam_cdev_notif_register()
386 const struct ssam_cdev_notifier_desc __user *d) in ssam_cdev_notif_unregister()
388 struct ssam_cdev_notifier_desc desc; in ssam_cdev_notif_unregister()
538 (struct ssam_cdev_notifier_desc __user *)arg); in __ssam_cdev_device_ioctl()
542 (struct ssam_cdev_notifier_desc __user *)arg); in __ssam_cdev_device_ioctl()
/linux/Documentation/driver-api/surface_aggregator/clients/
A Dcdev.rst147 Defined as ``_IOW(0xA5, 2, struct ssam_cdev_notifier_desc)``.
166 Defined as ``_IOW(0xA5, 3, struct ssam_cdev_notifier_desc)``.

Completed in 5 milliseconds