Lines Matching refs:f_ss_opts
451 struct f_ss_opts *opts; in sourcesink_free_func()
453 opts = container_of(f->fi, struct f_ss_opts, func_inst); in sourcesink_free_func()
839 struct f_ss_opts *ss_opts; in source_sink_alloc_func()
845 ss_opts = container_of(fi, struct f_ss_opts, func_inst); in source_sink_alloc_func()
873 static inline struct f_ss_opts *to_f_ss_opts(struct config_item *item) in to_f_ss_opts()
875 return container_of(to_config_group(item), struct f_ss_opts, in to_f_ss_opts()
881 struct f_ss_opts *ss_opts = to_f_ss_opts(item); in ss_attr_release()
892 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_pattern_show()
905 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_pattern_store()
935 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_interval_show()
948 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_interval_store()
978 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxpacket_show()
991 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxpacket_store()
1021 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_mult_show()
1034 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_mult_store()
1064 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxburst_show()
1077 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxburst_store()
1107 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_bulk_buflen_show()
1120 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_bulk_buflen_store()
1145 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_bulk_qlen_show()
1158 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_bulk_qlen_store()
1183 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_iso_qlen_show()
1196 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_iso_qlen_store()
1239 struct f_ss_opts *ss_opts; in source_sink_free_instance()
1241 ss_opts = container_of(fi, struct f_ss_opts, func_inst); in source_sink_free_instance()
1247 struct f_ss_opts *ss_opts; in source_sink_alloc_inst()