Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c3080 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind() local
3094 if (!ffs_opts->no_configfs) in ffs_do_functionfs_bind()
3096 ret = ffs_opts->dev->desc_ready ? 0 : -ENODEV; in ffs_do_functionfs_bind()
3097 ffs_data = ffs_opts->dev->ffs_data; in ffs_do_functionfs_bind()
3098 if (!ffs_opts->no_configfs) in ffs_do_functionfs_bind()
3114 if (!ffs_opts->refcnt) { in ffs_do_functionfs_bind()
3119 ffs_opts->refcnt++; in ffs_do_functionfs_bind()
3122 return ffs_opts; in ffs_do_functionfs_bind()
3292 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind() local
3296 if (IS_ERR(ffs_opts)) in ffs_func_bind()
[all …]