Lines Matching refs:cmd_ops
1695 struct event_command *cmd_ops; member
1722 extern int event_enable_trigger_parse(struct event_command *cmd_ops,
1759 event_trigger_alloc(struct event_command *cmd_ops,
1765 extern int event_trigger_set_filter(struct event_command *cmd_ops,
1769 extern void event_trigger_reset_filter(struct event_command *cmd_ops,
1771 extern int event_trigger_register(struct event_command *cmd_ops,
1775 extern void event_trigger_unregister(struct event_command *cmd_ops,
1925 int (*parse)(struct event_command *cmd_ops,
1975 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger() argument
1977 return cmd_ops->flags & EVENT_CMD_FL_POST_TRIGGER; in event_command_post_trigger()
1980 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec() argument
1982 return cmd_ops->flags & EVENT_CMD_FL_NEEDS_REC; in event_command_needs_rec()