Searched defs:ffs_data (Results 1 – 1 of 1) sorted by relevance
110 struct ffs_data { struct111 struct usb_gadget *gadget;119 struct mutex mutex;126 spinlock_t eps_lock;136 struct usb_request *ep0req; /* P: mutex */137 struct completion ep0req_completion; /* P: mutex */138 int ep0req_status; /* P: mutex */141 atomic_t ref;143 atomic_t opened;146 enum ffs_state state;[all …]