Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_fs.c3032 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind() local
3046 if (!ffs_opts->no_configfs) in ffs_do_functionfs_bind()
3048 ret = ffs_opts->dev->desc_ready ? 0 : -ENODEV; in ffs_do_functionfs_bind()
3049 ffs_data = ffs_opts->dev->ffs_data; in ffs_do_functionfs_bind()
3050 if (!ffs_opts->no_configfs) in ffs_do_functionfs_bind()
3066 if (!ffs_opts->refcnt) { in ffs_do_functionfs_bind()
3071 ffs_opts->refcnt++; in ffs_do_functionfs_bind()
3074 return ffs_opts; in ffs_do_functionfs_bind()
3244 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind() local
3248 if (IS_ERR(ffs_opts)) in ffs_func_bind()
[all …]
Df_generic.c2894 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind() local
2907 if (!ffs_opts->no_configfs) in ffs_do_functionfs_bind()
2909 ret = ffs_opts->dev->desc_ready ? 0 : -ENODEV; in ffs_do_functionfs_bind()
2910 func->ffs = ffs_opts->dev->ffs_data; in ffs_do_functionfs_bind()
2911 if (!ffs_opts->no_configfs) in ffs_do_functionfs_bind()
2926 if (!ffs_opts->refcnt) { in ffs_do_functionfs_bind()
2931 ffs_opts->refcnt++; in ffs_do_functionfs_bind()
2934 return ffs_opts; in ffs_do_functionfs_bind()
3175 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind() local
3179 if (IS_ERR(ffs_opts)) in ffs_func_bind()
[all …]
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch18003 - struct f_fs_opts *ffs_opts =
18016 - if (!ffs_opts->no_configfs)
18018 - ret = ffs_opts->dev->desc_ready ? 0 : -ENODEV;
18019 - func->ffs = ffs_opts->dev->ffs_data;
18020 - if (!ffs_opts->no_configfs)
18033 - * with regard to ffs_opts->bound access
18035 - if (!ffs_opts->refcnt) {
18040 - ffs_opts->refcnt++;
18043 - return ffs_opts;
18284 - struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c);
[all …]