Searched refs:copy_binary (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/staging/media/atomisp/pci/ |
D | ia_css_pipe.h | 30 struct ia_css_binary copy_binary; member 44 .copy_binary = IA_CSS_BINARY_DEFAULT_SETTINGS, \ 50 struct ia_css_binary copy_binary; member 68 .copy_binary = IA_CSS_BINARY_DEFAULT_SETTINGS, \ 79 struct ia_css_binary copy_binary; member 93 .copy_binary = IA_CSS_BINARY_DEFAULT_SETTINGS, \ 99 struct ia_css_binary copy_binary; member 109 .copy_binary = IA_CSS_BINARY_DEFAULT_SETTINGS, \
|
D | sh_css.c | 2589 struct ia_css_binary *copy_binary, in load_copy_binary() argument 2599 assert(copy_binary); in load_copy_binary() 2616 err = ia_css_binary_find(©_descr, copy_binary); in load_copy_binary() 2619 copy_binary->left_padding = left_padding; in load_copy_binary() 2908 &mycs->copy_binary, in load_preview_binaries() 2937 ia_css_binary_unload(&pipe->pipe_settings.preview.copy_binary); in unload_preview_binaries() 3435 struct ia_css_binary *copy_binary, *video_binary, in create_host_video_pipeline() local 3503 copy_binary = &pipe->pipe_settings.video.copy_binary; in create_host_video_pipeline() 3511 need_copy = (copy_binary && copy_binary->info); in create_host_video_pipeline() 3517 ia_css_pipe_get_generic_stage_desc(&stage_desc, copy_binary, in create_host_video_pipeline() [all …]
|
/Linux-v5.15/tools/testing/selftests/landlock/ |
D | fs_test.c | 1497 static void copy_binary(struct __test_metadata *const _metadata, in copy_binary() function 1558 copy_binary(_metadata, file1_s1d1); in TEST_F_FORK() 1559 copy_binary(_metadata, file1_s1d2); in TEST_F_FORK() 1560 copy_binary(_metadata, file1_s1d3); in TEST_F_FORK()
|