Lines Matching refs:f_ss_opts
467 struct f_ss_opts *opts; in sourcesink_free_func()
469 opts = container_of(f->fi, struct f_ss_opts, func_inst); in sourcesink_free_func()
854 struct f_ss_opts *ss_opts; in source_sink_alloc_func()
860 ss_opts = container_of(fi, struct f_ss_opts, func_inst); in source_sink_alloc_func()
886 static inline struct f_ss_opts *to_f_ss_opts(struct config_item *item) in to_f_ss_opts()
888 return container_of(to_config_group(item), struct f_ss_opts, in to_f_ss_opts()
894 struct f_ss_opts *ss_opts = to_f_ss_opts(item); in ss_attr_release()
905 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_pattern_show()
918 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_pattern_store()
948 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_interval_show()
961 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_interval_store()
991 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxpacket_show()
1004 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxpacket_store()
1034 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_mult_show()
1047 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_mult_store()
1077 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxburst_show()
1090 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxburst_store()
1120 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_bulk_buflen_show()
1133 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_bulk_buflen_store()
1174 struct f_ss_opts *ss_opts; in source_sink_free_instance()
1176 ss_opts = container_of(fi, struct f_ss_opts, func_inst); in source_sink_free_instance()
1182 struct f_ss_opts *ss_opts; in source_sink_alloc_inst()