Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c2687 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind() local
2700 if (!ffs_opts->no_configfs) in ffs_do_functionfs_bind()
2702 ret = ffs_opts->dev->desc_ready ? 0 : -ENODEV; in ffs_do_functionfs_bind()
2703 func->ffs = ffs_opts->dev->ffs_data; in ffs_do_functionfs_bind()
2704 if (!ffs_opts->no_configfs) in ffs_do_functionfs_bind()
2719 if (!ffs_opts->refcnt) { in ffs_do_functionfs_bind()
2724 ffs_opts->refcnt++; in ffs_do_functionfs_bind()
2727 return ffs_opts; in ffs_do_functionfs_bind()
2898 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind() local
2900 if (IS_ERR(ffs_opts)) in ffs_func_bind()
[all …]