Searched defs:ffs_data (Results 1 – 2 of 2) sorted by relevance
47 struct ffs_data *ffs_data; member150 struct ffs_data { struct151 struct usb_gadget *gadget;159 struct mutex mutex;166 spinlock_t eps_lock;176 struct usb_request *ep0req; /* P: mutex */177 struct completion ep0req_completion; /* P: mutex */180 atomic_t ref;182 atomic_t opened;185 enum ffs_state state;[all …]
1146 struct ffs_data *ffs_data; member3391 static void ffs_release_dev(struct ffs_data *ffs_data) in ffs_release_dev()