Lines Matching refs:epfiles
210 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count);
1373 if (epfile->ffs->epfiles + i == epfile)
1668 if (ffs->epfiles)
1669 ffs_epfiles_destroy(ffs->epfiles, ffs->eps_count);
1685 ffs->epfiles = NULL;
1760 struct ffs_epfile *epfile = NULL, *epfiles = NULL;
1766 epfiles = kcalloc(count, sizeof(*epfiles), GFP_KERNEL);
1767 if (!epfiles)
1770 epfile = epfiles;
1791 ffs_epfiles_destroy(epfiles, i - 1);
1799 ffs_epfiles_destroy(epfiles, i - 1);
1804 ffs->epfiles = epfiles;
1808 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count)
1810 struct ffs_epfile *epfile = epfiles;
1820 kfree(epfiles);
1826 struct ffs_epfile *epfile = func->ffs->epfiles;
1849 struct ffs_epfile *epfile = ffs->epfiles;