Lines Matching refs:dyn_event
88 static int synth_event_show(struct seq_file *m, struct dyn_event *ev);
89 static int synth_event_release(struct dyn_event *ev);
90 static bool synth_event_is_busy(struct dyn_event *ev);
92 int argc, const char **argv, struct dyn_event *ev);
102 static bool is_synth_event(struct dyn_event *ev) in is_synth_event()
107 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event()
112 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy()
120 int argc, const char **argv, struct dyn_event *ev) in synth_event_match()
842 struct dyn_event *pos; in find_synth_event()
2191 static int synth_event_release(struct dyn_event *ev) in synth_event_release()
2239 static int synth_event_show(struct seq_file *m, struct dyn_event *ev) in synth_event_show()
2250 struct dyn_event *ev = v; in synth_events_seq_show()