Searched defs:mport_dev (Results 1 – 1 of 1) sorted by relevance
142 struct mport_dev { struct143 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;[all …]