Home
last modified time | relevance | path

Searched defs:ssam_cdev_client (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/platform/surface/
Dsurface_aggregator_cdev.c56 struct ssam_cdev_client { struct
57 struct ssam_cdev *cdev;
58 struct list_head node;
60 struct mutex notifier_lock; /* Guards notifier access for registration */
61 struct ssam_cdev_notifier *notifier[SSH_NUM_EVENTS];
63 struct mutex read_lock; /* Guards FIFO buffer read access */
64 struct mutex write_lock; /* Guards FIFO buffer write access */
67 wait_queue_head_t waitq;
68 struct fasync_struct *fasync;