Home
last modified time | relevance | path

Searched refs:timing_event (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c88 struct timing_event { struct
95 static struct timing_event usr_enq; argument
96 static struct timing_event usr_snd;
97 static struct timing_event usr_ack;
111 static void init_timing_event(struct timing_event *te) in init_timing_event()
119 static void add_timing_event(struct timing_event *te, in add_timing_event()
244 static void print_timing_event(char *name, struct timing_event *te) in print_timing_event()
/linux/sound/core/seq/oss/
H A Dseq_oss_event.c25 static int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *e…
55 return timing_event(dp, q, ev); in snd_seq_oss_process_event()
223 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event() function