Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Df_fs.c47 static void ffs_data_get(struct ffs_data *ffs);
48 static void ffs_data_put(struct ffs_data *ffs);
50 static struct ffs_data *__must_check ffs_data_new(const char *dev_name)
54 static void ffs_data_opened(struct ffs_data *ffs);
55 static void ffs_data_closed(struct ffs_data *ffs);
59 __ffs_data_got_descs(struct ffs_data *ffs, char *data, size_t len);
61 __ffs_data_got_strings(struct ffs_data *ffs, char *data, size_t len);
71 struct ffs_data *ffs;
88 ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled()
133 struct ffs_data *ffs;
[all …]
Du_fs.h40 struct ffs_data *ffs_data; member
50 int (*ffs_ready_callback)(struct ffs_data *ffs);
51 void (*ffs_closed_callback)(struct ffs_data *ffs);
149 struct ffs_data { struct
/drivers/usb/gadget/legacy/
Dg_ffs.c141 static int functionfs_ready_callback(struct ffs_data *ffs);
142 static void functionfs_closed_callback(struct ffs_data *ffs);
276 static int functionfs_ready_callback(struct ffs_data *ffs) in functionfs_ready_callback()
300 static void functionfs_closed_callback(struct ffs_data *ffs) in functionfs_closed_callback()