Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/function/
Du_fs.h40 struct ffs_data *ffs_data; member
149 struct ffs_data { struct
150 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 …]
Df_fs.c1447 struct ffs_data *ffs_data; member
3032 struct ffs_data *ffs_data; in ffs_do_functionfs_bind() local
3701 static int ffs_acquire_dev(const char *dev_name, struct ffs_data *ffs_data) in ffs_acquire_dev()