Lines Matching refs:event_command
1545 struct event_command *cmd_ops;
1572 extern int event_enable_trigger_parse(struct event_command *cmd_ops,
1601 extern int register_event_command(struct event_command *cmd);
1602 extern int unregister_event_command(struct event_command *cmd);
1609 event_trigger_alloc(struct event_command *cmd_ops,
1615 extern int event_trigger_set_filter(struct event_command *cmd_ops,
1619 extern void event_trigger_reset_filter(struct event_command *cmd_ops,
1621 extern int event_trigger_register(struct event_command *cmd_ops,
1625 extern void event_trigger_unregister(struct event_command *cmd_ops,
1767 struct event_command { struct
1772 int (*parse)(struct event_command *cmd_ops, argument
1822 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger()
1827 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec()