Lines Matching refs:f_fs_opts
2683 static inline struct f_fs_opts *ffs_do_functionfs_bind(struct usb_function *f, in ffs_do_functionfs_bind()
2687 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind()
2688 container_of(f->fi, struct f_fs_opts, func_inst); in ffs_do_functionfs_bind()
2898 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind()
3101 static inline struct f_fs_opts *to_ffs_opts(struct config_item *item) in to_ffs_opts()
3103 return container_of(to_config_group(item), struct f_fs_opts, in to_ffs_opts()
3109 struct f_fs_opts *opts = to_ffs_opts(item); in ffs_attr_release()
3128 struct f_fs_opts *opts; in ffs_free_inst()
3141 struct f_fs_opts *opts; in ffs_set_inst_name()
3177 struct f_fs_opts *opts; in ffs_alloc_inst()
3211 struct f_fs_opts *opts = in ffs_func_unbind()
3212 container_of(f->fi, struct f_fs_opts, func_inst); in ffs_func_unbind()
3439 struct f_fs_opts *opts; in ffs_closed()