Searched defs:ffs_data (Results 1 – 2 of 2) sorted by relevance
93523 struct ffs_data *ffs_data; member93546 struct ffs_data { struct93547 struct usb_gadget *gadget;93548 struct mutex mutex;93549 spinlock_t eps_lock;93550 struct usb_request *ep0req;93551 struct completion ep0req_completion;93552 refcount_t ref;93553 atomic_t opened;93554 enum ffs_state state;[all …]
103219 struct ffs_data *ffs_data; member103242 struct ffs_data { struct103243 struct usb_gadget *gadget;103244 struct mutex mutex;103245 spinlock_t eps_lock;103246 struct usb_request *ep0req;103247 struct completion ep0req_completion;103248 refcount_t ref;103249 atomic_t opened;103250 enum ffs_state state;[all …]