Searched defs:ssam_cdev_client (Results 1 – 1 of 1) sorted by relevance
56 struct ssam_cdev_client { struct57 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;