Searched defs:startup (Results 1 – 5 of 5) sorted by relevance
11 .global startup symbol12 startup: label
42 .global startup symbol43 startup: label
13 .global startup symbol14 startup: label
20 int (*startup)(struct snd_pcm_substream *, void *); member
74 static void init_latency_info(struct latency_info *li, int startup) in init_latency_info()