Lines Matching refs:event_command
1548 struct event_command *cmd_ops;
1575 extern int event_enable_trigger_parse(struct event_command *cmd_ops,
1604 extern int register_event_command(struct event_command *cmd);
1605 extern int unregister_event_command(struct event_command *cmd);
1612 event_trigger_alloc(struct event_command *cmd_ops,
1618 extern int event_trigger_set_filter(struct event_command *cmd_ops,
1622 extern void event_trigger_reset_filter(struct event_command *cmd_ops,
1624 extern int event_trigger_register(struct event_command *cmd_ops,
1628 extern void event_trigger_unregister(struct event_command *cmd_ops,
1770 struct event_command { struct
1775 int (*parse)(struct event_command *cmd_ops, argument
1825 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger()
1830 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec()