Searched refs:ffs_data (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dfunctionfs.h170 struct ffs_data;
178 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev)
180 static void functionfs_unbind(struct ffs_data *ffs)
185 struct ffs_data *ffs)
189 static int functionfs_ready_callback(struct ffs_data *ffs)
191 static void functionfs_closed_callback(struct ffs_data *ffs)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_fs.c121 struct ffs_data { struct
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 *ff
[all...]
H A Dg_ffs.c179 static struct ffs_data *gfs_ffs_data;
203 static int functionfs_ready_callback(struct ffs_data *ffs)
219 static void functionfs_closed_callback(struct ffs_data *ffs)

Completed in 179 milliseconds