Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Df_fs.c79 struct ffs_data *ffs;
140 struct ffs_data *ffs;
160 struct ffs_data *ffs;
261 struct ffs_data *ffs;
268 struct ffs_data *ffs;
288 static int ffs_acquire_dev(const char *dev_name, struct ffs_data *ffs_data);
1912 struct ffs_data *ffs_data; member
1919 struct ffs_data *ffs = data->ffs_data; in ffs_sb_fill()
3494 struct ffs_data *ffs_data; in ffs_do_functionfs_bind() local
3507 ffs_data = ffs_opts->dev->ffs_data; in ffs_do_functionfs_bind()
[all …]
H A Du_fs.h38 struct ffs_data *ffs_data; member
48 int (*ffs_ready_callback)(struct ffs_data *ffs);
49 void (*ffs_closed_callback)(struct ffs_data *ffs);
147 struct ffs_data { struct
/linux-6.15/drivers/usb/gadget/legacy/
H A Dg_ffs.c141 static int functionfs_ready_callback(struct ffs_data *ffs);
142 static void functionfs_closed_callback(struct ffs_data *ffs);
272 static int functionfs_ready_callback(struct ffs_data *ffs) in functionfs_ready_callback()
296 static void functionfs_closed_callback(struct ffs_data *ffs) in functionfs_closed_callback()
/linux-6.15/Documentation/usb/
H A Dfunctionfs.rst56 On kernel level the gadget checks ffs_data->dev_name to identify