Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/function/
Df_fs.c274 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count);
2174 ffs_epfiles_destroy(epfiles, in ffs_data_closed()
2239 ffs_epfiles_destroy(epfiles, ffs->eps_count); in ffs_data_clear()
2356 ffs_epfiles_destroy(epfiles, i - 1); in ffs_epfiles_create()
2365 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count) in ffs_epfiles_destroy() function