Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/function/
Df_fs.c239 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count);
1734 ffs_epfiles_destroy(ffs->epfiles, in ffs_data_closed()
1791 ffs_epfiles_destroy(ffs->epfiles, ffs->eps_count); in ffs_data_clear()
1903 ffs_epfiles_destroy(epfiles, i - 1); in ffs_epfiles_create()
1912 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count) in ffs_epfiles_destroy() function