Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
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
H 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);
1437 struct ffs_data *ffs_data; member
1444 struct ffs_data *ffs = data->ffs_data; in ffs_sb_fill()
1567 ctx->ffs_data = ffs; in ffs_fs_get_tree()
3010 struct ffs_data *ffs_data; in ffs_do_functionfs_bind() local
3023 ffs_data = ffs_opts->dev->ffs_data; in ffs_do_functionfs_bind()
[all …]
/openbmc/linux/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()
/openbmc/linux/Documentation/usb/
H A Dfunctionfs.rst51 On kernel level the gadget checks ffs_data->dev_name to identify