Lines Matching refs:tep_plugin_option
26 struct tep_plugin_option *options;
56 static int update_option_value(struct tep_plugin_option *op, const char *val) in update_option_value()
109 struct tep_plugin_option *op; in tep_plugin_list_options()
161 update_option(const char *file, struct tep_plugin_option *option) in update_option()
220 struct tep_plugin_option *options) in tep_plugin_add_options()
242 void tep_plugin_remove_options(struct tep_plugin_option *options) in tep_plugin_remove_options()
273 static struct tep_plugin_option *
277 struct tep_plugin_option *op; in find_registered_option()
301 struct tep_plugin_option *op; in process_option()
403 struct tep_plugin_option *op; in tep_plugin_print_options()
447 struct tep_plugin_option *options; in load_plugin()