Searched refs:copy_binary (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_pipe.h | 30 struct ia_css_binary copy_binary; member 43 .copy_binary = IA_CSS_BINARY_DEFAULT_SETTINGS, \ 49 struct ia_css_binary copy_binary; member 67 .copy_binary = IA_CSS_BINARY_DEFAULT_SETTINGS, \ 78 struct ia_css_binary copy_binary; member 92 .copy_binary = IA_CSS_BINARY_DEFAULT_SETTINGS, \ 98 struct ia_css_binary copy_binary; member 108 .copy_binary = IA_CSS_BINARY_DEFAULT_SETTINGS, \
|
H A D | sh_css.c | 2339 struct ia_css_binary *copy_binary, in load_copy_binary() argument 2349 assert(copy_binary); in load_copy_binary() 2366 err = ia_css_binary_find(©_descr, copy_binary); in load_copy_binary() 2369 copy_binary->left_padding = left_padding; in load_copy_binary() 2644 &mycs->copy_binary, in load_preview_binaries() 2673 ia_css_binary_unload(&pipe->pipe_settings.preview.copy_binary); in unload_preview_binaries() 3171 struct ia_css_binary *copy_binary, *video_binary, in create_host_video_pipeline() local 3240 copy_binary = &pipe->pipe_settings.video.copy_binary; in create_host_video_pipeline() 3248 need_copy = (copy_binary && copy_binary->info); in create_host_video_pipeline() 3254 ia_css_pipe_get_generic_stage_desc(&stage_desc, copy_binary, in create_host_video_pipeline() [all …]
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 1818 static void copy_binary(struct __test_metadata *const _metadata, in copy_binary() function 1881 copy_binary(_metadata, file1_s1d1); in TEST_F_FORK() 1882 copy_binary(_metadata, file1_s1d2); in TEST_F_FORK() 1883 copy_binary(_metadata, file1_s1d3); in TEST_F_FORK()
|