Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
Du_generic.h87 struct ffs_data *ffs_data; member
97 int (*ffs_ready_callback)(struct ffs_data *ffs);
98 void (*ffs_closed_callback)(struct ffs_data *ffs);
196 struct ffs_data { struct
Df_generic.c35 static void ffs_data_get(struct ffs_data *ffs);
36 static void ffs_data_put(struct ffs_data *ffs);
38 static struct ffs_data *__must_check ffs_data_new(const char *dev_name)
43 __ffs_data_got_descs(struct ffs_data *ffs, char *data, size_t len);
45 __ffs_data_got_strings(struct ffs_data *ffs, char *data, size_t len);
54 struct ffs_data *ffs;
66 static inline enum ffs_setup_state ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled()
106 struct ffs_data *ffs;
200 struct ffs_data *ffs;
204 struct ffs_data *ffs;
[all …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/Documentation/usb/
Dfunctionfs.rst51 On kernel level the gadget checks ffs_data->dev_name to identify
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch15144 -static void ffs_data_get(struct ffs_data *ffs);
15145 -static void ffs_data_put(struct ffs_data *ffs);
15146 -/* Creates new ffs_data object. */
15147 -static struct ffs_data *__must_check ffs_data_new(const char *dev_name)
15152 -__ffs_data_got_descs(struct ffs_data *ffs, char *data, size_t len);
15154 -__ffs_data_got_strings(struct ffs_data *ffs, char *data, size_t len);
15163 - struct ffs_data *ffs;
15175 -static inline enum ffs_setup_state ffs_setup_state_clear_cancelled(struct ffs_data *ffs)
15215 - struct ffs_data *ffs;
15309 - struct ffs_data *ffs;
[all …]
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch62933 struct ffs_data *ffs;