Home
last modified time | relevance | path

Searched defs:ffs_data (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Du_fs.h47 struct ffs_data *ffs_data; member
150 struct ffs_data { struct
151 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 …]
Df_fs.c1146 struct ffs_data *ffs_data; member
3391 static void ffs_release_dev(struct ffs_data *ffs_data) in ffs_release_dev()