Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_fs.c71 struct ffs_data *ffs;
131 struct ffs_data *ffs;
227 struct ffs_data *ffs;
234 struct ffs_data *ffs;
254 static int ffs_acquire_dev(const char *dev_name, struct ffs_data *ffs_data);
1462 struct ffs_data *ffs_data; member
1469 struct ffs_data *ffs = data->ffs_data; in ffs_sb_fill()
1598 ctx->ffs_data = ffs; in ffs_fs_get_tree()
3082 struct ffs_data *ffs_data; in ffs_do_functionfs_bind() local
3097 ffs_data = ffs_opts->dev->ffs_data; in ffs_do_functionfs_bind()
[all …]
A 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-6.3-rc2/drivers/usb/gadget/legacy/
A 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-6.3-rc2/Documentation/usb/
A Dfunctionfs.rst51 On kernel level the gadget checks ffs_data->dev_name to identify

Completed in 13 milliseconds