Searched defs:mport_dev (Results 1 – 1 of 1) sorted by relevance
166 struct mport_dev { struct167 atomic_t active;168 struct list_head node;169 struct cdev cdev;170 struct device dev;171 struct rio_mport *mport;172 struct mutex buf_mutex;173 struct mutex file_mutex;174 struct list_head file_list;175 struct rio_mport_properties properties;[all …]