Searched refs:ffs_data (Results 1 – 4 of 4) sorted by relevance
47 struct ffs_data *ffs_data; member51 int (*ffs_ready_callback)(struct ffs_data *ffs);52 void (*ffs_closed_callback)(struct ffs_data *ffs);150 struct ffs_data { struct
45 static void ffs_data_get(struct ffs_data *ffs);46 static void ffs_data_put(struct ffs_data *ffs);48 static struct ffs_data *__must_check ffs_data_new(void) __attribute__((malloc));51 static void ffs_data_opened(struct ffs_data *ffs);52 static void ffs_data_closed(struct ffs_data *ffs);56 __ffs_data_got_descs(struct ffs_data *ffs, char *data, size_t len);58 __ffs_data_got_strings(struct ffs_data *ffs, char *data, size_t len);68 struct ffs_data *ffs;85 ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled()128 struct ffs_data *ffs;[all …]
159 static int functionfs_ready_callback(struct ffs_data *ffs);160 static void functionfs_closed_callback(struct ffs_data *ffs);294 static int functionfs_ready_callback(struct ffs_data *ffs) in functionfs_ready_callback()318 static void functionfs_closed_callback(struct ffs_data *ffs) in functionfs_closed_callback()
49 On kernel level the gadget checks ffs_data->dev_name to identify