Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Du_fs.h72 struct ffs_epfile;
283 struct ffs_epfile *epfiles;
Df_fs.c123 struct ffs_epfile { struct
168 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count);
685 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_io()
870 struct ffs_epfile *epfile = inode->i_private; in ffs_epfile_open()
886 struct ffs_epfile *epfile = kiocb->ki_filp->private_data; in ffs_aio_cancel()
990 struct ffs_epfile *epfile = inode->i_private; in ffs_epfile_release()
1002 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_ioctl()
1561 struct ffs_epfile *epfile, *epfiles; in ffs_epfiles_create()
1593 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count) in ffs_epfiles_destroy()
1595 struct ffs_epfile *epfile = epfiles; in ffs_epfiles_destroy()
[all …]