Lines Matching refs:f_ss_opts

449 	struct f_ss_opts *opts;  in sourcesink_free_func()
451 opts = container_of(f->fi, struct f_ss_opts, func_inst); in sourcesink_free_func()
838 struct f_ss_opts *ss_opts; in source_sink_alloc_func()
844 ss_opts = container_of(fi, struct f_ss_opts, func_inst); in source_sink_alloc_func()
872 static inline struct f_ss_opts *to_f_ss_opts(struct config_item *item) in to_f_ss_opts()
874 return container_of(to_config_group(item), struct f_ss_opts, in to_f_ss_opts()
880 struct f_ss_opts *ss_opts = to_f_ss_opts(item); in ss_attr_release()
891 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_pattern_show()
904 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_pattern_store()
934 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_interval_show()
947 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_interval_store()
977 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxpacket_show()
990 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxpacket_store()
1020 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_mult_show()
1033 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_mult_store()
1063 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxburst_show()
1076 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxburst_store()
1106 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_bulk_buflen_show()
1119 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_bulk_buflen_store()
1144 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_bulk_qlen_show()
1157 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_bulk_qlen_store()
1182 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_iso_qlen_show()
1195 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_iso_qlen_store()
1238 struct f_ss_opts *ss_opts; in source_sink_free_instance()
1240 ss_opts = container_of(fi, struct f_ss_opts, func_inst); in source_sink_free_instance()
1246 struct f_ss_opts *ss_opts; in source_sink_alloc_inst()