Lines Matching refs:cmd_ops
1861 struct event_command *cmd_ops; member
1893 extern int event_enable_trigger_parse(struct event_command *cmd_ops,
1904 trigger_data_alloc(struct event_command *cmd_ops, char *cmd, char *param,
1934 extern int event_trigger_set_filter(struct event_command *cmd_ops,
1938 extern void event_trigger_reset_filter(struct event_command *cmd_ops,
1940 extern int event_trigger_register(struct event_command *cmd_ops,
1944 extern void event_trigger_unregister(struct event_command *cmd_ops,
2065 int (*parse)(struct event_command *cmd_ops,
2126 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger() argument
2128 return cmd_ops->flags & EVENT_CMD_FL_POST_TRIGGER; in event_command_post_trigger()
2131 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec() argument
2133 return cmd_ops->flags & EVENT_CMD_FL_NEEDS_REC; in event_command_needs_rec()