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 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count);
2161 struct ffs_epfile *epfiles; in ffs_data_closed() local
2168 epfiles = ffs->epfiles; in ffs_data_closed()
2169 ffs->epfiles = NULL; in ffs_data_closed()
2173 if (epfiles) in ffs_data_closed()
2174 ffs_epfiles_destroy(epfiles, in ffs_data_closed()
2221 struct ffs_epfile *epfiles; in ffs_data_clear() local
2229 epfiles = ffs->epfiles; in ffs_data_clear()
2230 ffs->epfiles = NULL; in ffs_data_clear()
2238 if (epfiles) { in ffs_data_clear()
[all …]
H A Du_fs.h285 struct ffs_epfile *epfiles; member
/linux/drivers/usb/gadget/legacy/
H A Dinode.c149 struct list_head epfiles;
183 INIT_LIST_HEAD (&dev->epfiles); in dev_new()
209 struct list_head epfiles;
225 BUG_ON (!list_empty (&data->epfiles)); in put_ep()
1562 while (!list_empty(&dev->epfiles)) { in destroy_ep_files()
1568 ep = list_first_entry (&dev->epfiles, struct ep_data, epfiles); in destroy_ep_files()
1569 list_del_init (&ep->epfiles); in destroy_ep_files()
1634 list_add_tail (&data->epfiles, &dev->epfiles); in activate_ep_files()
148 struct list_head epfiles; global() member
208 struct list_head epfiles; global() member
[all...]