Searched defs:sdtx_device (Results 1 – 1 of 1) sorted by relevance
145 struct sdtx_device { struct146 struct kref kref;147 struct rw_semaphore lock; /* Guards device and controller reference. */149 struct device *dev;150 struct ssam_controller *ctrl;151 unsigned long flags;153 struct miscdevice mdev;177 struct sdtx_device *ddev; argument