Searched refs:capture_start (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c176 char *buf = NULL, *capture_start, *capture_end, *scan_end; local
189 capture_start = buf;
191 while (isspace(*capture_start))
192 ++capture_start;
194 capture_end = capture_start;
195 scan_end = capture_start;
204 if (capture_end == capture_start)
209 err = insert_test(set, capture_start, is_glob_pattern);
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c250 capture_start(struct ia_css_pipe *pipe);
4237 err = capture_start(pipe);
4261 err = capture_start(stream->pipes[i]);
7299 static int capture_start(struct ia_css_pipe *pipe) function

Completed in 156 milliseconds