Lines Matching defs:mport_dev
142 struct mport_dev { struct
143 atomic_t active;
144 struct list_head node;
145 struct cdev cdev;
146 struct device dev;
147 struct rio_mport *mport;
148 struct mutex buf_mutex;
149 struct mutex file_mutex;
150 struct list_head file_list;
151 struct rio_mport_properties properties;
152 struct list_head doorbells;
153 spinlock_t db_lock;
154 struct list_head portwrites;
155 spinlock_t pw_lock;
179 struct mport_dev *md; argument