Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c179 char *buf = NULL, *capture_start, *capture_end, *scan_end; in parse_test_list_file()
192 capture_start = buf; in parse_test_list_file()
194 while (isspace(*capture_start)) in parse_test_list_file()
195 ++capture_start; in parse_test_list_file()
197 capture_end = capture_start; in parse_test_list_file()
198 scan_end = capture_start; in parse_test_list_file()
207 if (capture_end == capture_start) in parse_test_list_file()
212 err = insert_test(set, capture_start, is_glob_pattern); in parse_test_list_file()
177 char *buf = NULL, *capture_start, *capture_end, *scan_end; parse_test_list_file() local
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c242 capture_start(struct ia_css_pipe *pipe);
4085 err = capture_start(pipe); in sh_css_pipe_start()
4106 err = capture_start(stream->pipes[i]); in sh_css_pipe_start()
7121 static int capture_start(struct ia_css_pipe *pipe) in capture_start() function