Lines Matching refs:epfiles
210 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count);
1374 if (epfile->ffs->epfiles + i == epfile)
1670 if (ffs->epfiles)
1671 ffs_epfiles_destroy(ffs->epfiles, ffs->eps_count);
1687 ffs->epfiles = NULL;
1762 struct ffs_epfile *epfile = NULL, *epfiles = NULL;
1768 epfiles = kcalloc(count, sizeof(*epfiles), GFP_KERNEL);
1769 if (!epfiles)
1772 epfile = epfiles;
1793 ffs_epfiles_destroy(epfiles, i - 1);
1801 ffs_epfiles_destroy(epfiles, i - 1);
1806 ffs->epfiles = epfiles;
1810 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count)
1812 struct ffs_epfile *epfile = epfiles;
1822 kfree(epfiles);
1828 struct ffs_epfile *epfile = func->ffs->epfiles;
1851 struct ffs_epfile *epfile = ffs->epfiles;