Searched defs:ffs_data (Results 1 – 2 of 2) sorted by relevance
40 struct ffs_data *ffs_data; member149 struct ffs_data { struct150 struct usb_gadget *gadget;158 struct mutex mutex;165 spinlock_t eps_lock;175 struct usb_request *ep0req; /* P: mutex */176 struct completion ep0req_completion; /* P: mutex */179 refcount_t ref;181 atomic_t opened;184 enum ffs_state state;[all …]
1444 struct ffs_data *ffs_data; member3719 static void ffs_release_dev(struct ffs_data *ffs_data) in ffs_release_dev()