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

/drivers/usb/gadget/function/
H A Du_fs.h46 struct ffs_data *ffs_data; member in struct:ffs_dev
50 int (*ffs_ready_callback)(struct ffs_data *ffs);
51 void (*ffs_closed_callback)(struct ffs_data *ffs);
129 struct ffs_data { struct
H A Df_fs.c43 static void ffs_data_get(struct ffs_data *ffs);
44 static void ffs_data_put(struct ffs_data *ffs);
45 /* Creates new ffs_data object. */
46 static struct ffs_data *__must_check ffs_data_new(void) __attribute__((malloc));
49 static void ffs_data_opened(struct ffs_data *ffs);
50 static void ffs_data_closed(struct ffs_data *ffs);
54 __ffs_data_got_descs(struct ffs_data *ffs, char *data, size_t len);
56 __ffs_data_got_strings(struct ffs_data *ffs, char *data, size_t len);
66 struct ffs_data *ffs;
83 ffs_setup_state_clear_cancelled(struct ffs_data *ff
1183 struct ffs_data *ffs_data; member in struct:ffs_sb_fill_data
3353 ffs_release_dev(struct ffs_data *ffs_data) argument
[all...]
/drivers/usb/gadget/legacy/
H A Dg_ffs.c157 static int functionfs_ready_callback(struct ffs_data *ffs);
158 static void functionfs_closed_callback(struct ffs_data *ffs);
292 static int functionfs_ready_callback(struct ffs_data *ffs)
314 static void functionfs_closed_callback(struct ffs_data *ffs)
/drivers/usb/gadget/
H A Dandroid.c215 struct ffs_data *data;
317 static int functionfs_ready_callback(struct ffs_data *ffs)
340 static void functionfs_closed_callback(struct ffs_data *ffs)
363 static void functionfs_release_dev_callback(struct ffs_data *ffs_data) argument

Completed in 302 milliseconds