Searched defs:ffs_epfile (Results 1 – 2 of 2) sorted by relevance
93619 struct ffs_epfile { struct93620 struct mutex mutex;93621 struct ffs_data *ffs;93622 struct ffs_ep *ep;93623 struct dentry *dentry;93624 struct ffs_buffer *read_buffer;93625 char name[5];93626 unsigned char in;93627 unsigned char isoc;93628 unsigned char _pad;
103315 struct ffs_epfile { struct103316 struct mutex mutex;103317 struct ffs_data *ffs;103318 struct ffs_ep *ep;103319 struct dentry *dentry;103320 struct ffs_buffer *read_buffer;103321 char name[5];103322 unsigned char in;103323 unsigned char isoc;103324 unsigned char _pad;