Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_fs.c274 struct ffs_epfile *epfiles, unsigned count);
2184 struct ffs_epfile *epfiles; in ffs_data_new()
2187 epfiles = ffs->epfiles; in ffs_data_new()
2188 ffs->epfiles = NULL; in ffs_data_new()
2191 if (epfiles) in ffs_data_new()
2192 ffs_epfiles_destroy(ffs->sb, epfiles, in ffs_data_new()
2233 struct ffs_epfile *epfiles; in ffs_data_clear()
2241 epfiles = ffs->epfiles; in ffs_data_clear()
2164 struct ffs_epfile *epfiles; ffs_data_closed() local
2213 struct ffs_epfile *epfiles; ffs_data_clear() local
2328 struct ffs_epfile *epfile, *epfiles; ffs_epfiles_create() local
2365 ffs_epfiles_destroy(struct super_block * sb,struct ffs_epfile * epfiles,unsigned count) ffs_epfiles_destroy() argument
[all...]
H A Du_fs.h285 struct ffs_epfile *epfiles; member
/linux/drivers/usb/gadget/legacy/
H A Dinode.c149 struct list_head epfiles; member
182 INIT_LIST_HEAD (&dev->epfiles); in dev_new()
208 struct list_head epfiles; member
223 BUG_ON (!list_empty (&data->epfiles)); in put_ep()
1560 while (!list_empty(&dev->epfiles)) { in destroy_ep_files()
1564 ep = list_first_entry (&dev->epfiles, struct ep_data, epfiles); in destroy_ep_files()
1565 list_del_init (&ep->epfiles); in destroy_ep_files()
1624 list_add_tail (&data->epfiles, &dev->epfiles); in activate_ep_files()