Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Df_fs.c42 static void ffs_data_get(struct ffs_data *ffs);
43 static void ffs_data_put(struct ffs_data *ffs);
45 static struct ffs_data *__must_check ffs_data_new(const char *dev_name)
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 *ffs) in ffs_setup_state_clear_cancelled()
128 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
/Linux-v4.19/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()
/Linux-v4.19/Documentation/usb/
Dfunctionfs.txt49 On kernel level the gadget checks ffs_data->dev_name to identify