Lines Matching refs:dyn_event
81 static int synth_event_show(struct seq_file *m, struct dyn_event *ev);
82 static int synth_event_release(struct dyn_event *ev);
83 static bool synth_event_is_busy(struct dyn_event *ev);
85 int argc, const char **argv, struct dyn_event *ev);
95 static bool is_synth_event(struct dyn_event *ev) in is_synth_event()
100 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event()
105 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy()
113 int argc, const char **argv, struct dyn_event *ev) in synth_event_match()
837 struct dyn_event *pos; in find_synth_event()
2217 static int synth_event_release(struct dyn_event *ev) in synth_event_release()
2265 static int synth_event_show(struct seq_file *m, struct dyn_event *ev) in synth_event_show()
2276 struct dyn_event *ev = v; in synth_events_seq_show()