Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_fs.c123 struct ffs_epfile { struct
125 struct mutex mutex;
126 wait_queue_head_t wait;
128 struct ffs_data *ffs;
129 struct ffs_ep *ep; /* P: ffs->eps_lock */
131 struct dentry *dentry;
133 char name[5];
135 unsigned char in; /* P: ffs->eps_lock */
136 unsigned char isoc; /* P: ffs->eps_lock */
138 unsigned char _pad;