• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/

Lines Matching refs:ffs_data

121 struct ffs_data {
224 static void ffs_data_get(struct ffs_data *ffs);
225 static void ffs_data_put(struct ffs_data *ffs);
226 /* Creates new ffs_data object. */
227 static struct ffs_data *__must_check ffs_data_new(void) __attribute__((malloc));
230 static void ffs_data_opened(struct ffs_data *ffs);
231 static void ffs_data_closed(struct ffs_data *ffs);
235 __ffs_data_got_descs(struct ffs_data *ffs, char *data, size_t len);
237 __ffs_data_got_strings(struct ffs_data *ffs, char *data, size_t len);
247 struct ffs_data *ffs;
305 struct ffs_data *ffs;
319 static int __must_check ffs_epfiles_create(struct ffs_data *ffs);
340 struct ffs_data *ffs = req->context;
346 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len)
374 static int __ffs_ep0_stall(struct ffs_data *ffs)
391 struct ffs_data *ffs = file->private_data;
531 static ssize_t __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf,
569 struct ffs_data *ffs = file->private_data;
672 struct ffs_data *ffs = inode->i_private;
688 struct ffs_data *ffs = file->private_data;
700 struct ffs_data *ffs = file->private_data;
1000 struct ffs_data *ffs = sb->s_fs_info;
1042 struct ffs_data *ffs;
1249 /* ffs_data and ffs_function construction and destruction code **************/
1251 static void ffs_data_clear(struct ffs_data *ffs);
1252 static void ffs_data_reset(struct ffs_data *ffs);
1255 static void ffs_data_get(struct ffs_data *ffs)
1262 static void ffs_data_opened(struct ffs_data *ffs)
1270 static void ffs_data_put(struct ffs_data *ffs)
1287 static void ffs_data_closed(struct ffs_data *ffs)
1300 static struct ffs_data *ffs_data_new(void)
1302 struct ffs_data *ffs = kzalloc(sizeof *ffs, GFP_KERNEL);
1322 static void ffs_data_clear(struct ffs_data *ffs)
1340 static void ffs_data_reset(struct ffs_data *ffs)
1368 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev)
1403 static void functionfs_unbind(struct ffs_data *ffs)
1416 static int ffs_epfiles_create(struct ffs_data *ffs)
1469 struct ffs_data *ffs)
1541 struct ffs_data *ffs = func->ffs;
1748 struct ffs_data *ffs = priv;
1782 static int __ffs_data_got_descs(struct ffs_data *ffs,
1846 static int __ffs_data_got_strings(struct ffs_data *ffs,
1976 static void __ffs_event_add(struct ffs_data *ffs,
2030 static void ffs_event_add(struct ffs_data *ffs,
2164 struct ffs_data *ffs = func->ffs;
2254 struct ffs_data *ffs = func->ffs;
2273 struct ffs_data *ffs = func->ffs;
2310 struct ffs_data *ffs = func->ffs;