Lines Matching refs:dyn_event
66 static int synth_event_show(struct seq_file *m, struct dyn_event *ev);
67 static int synth_event_release(struct dyn_event *ev);
68 static bool synth_event_is_busy(struct dyn_event *ev);
70 int argc, const char **argv, struct dyn_event *ev);
80 static bool is_synth_event(struct dyn_event *ev) in is_synth_event()
85 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event()
90 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy()
98 int argc, const char **argv, struct dyn_event *ev) in synth_event_match()
732 struct dyn_event *pos; in find_synth_event()
1961 static int synth_event_release(struct dyn_event *ev) in synth_event_release()
2006 static int synth_event_show(struct seq_file *m, struct dyn_event *ev) in synth_event_show()
2017 struct dyn_event *ev = v; in synth_events_seq_show()