Lines Matching refs:dyn_event
67 static int synth_event_show(struct seq_file *m, struct dyn_event *ev);
68 static int synth_event_release(struct dyn_event *ev);
69 static bool synth_event_is_busy(struct dyn_event *ev);
71 int argc, const char **argv, struct dyn_event *ev);
81 static bool is_synth_event(struct dyn_event *ev) in is_synth_event()
86 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event()
91 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy()
99 int argc, const char **argv, struct dyn_event *ev) in synth_event_match()
750 struct dyn_event *pos; in find_synth_event()
2099 static int synth_event_release(struct dyn_event *ev) in synth_event_release()
2147 static int synth_event_show(struct seq_file *m, struct dyn_event *ev) in synth_event_show()
2158 struct dyn_event *ev = v; in synth_events_seq_show()