Searched refs:out_frames (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ |
A D | ia_css_yuv444_io.host.c | 29 const struct ia_css_frame **out_frames = (const struct ia_css_frame **) in ia_css_yuv444_io_config() local 82 ret = ia_css_dma_configure_from_info(&config, &out_frames[0]->frame_info); in ia_css_yuv444_io_config() 86 to->base_address = out_frames[0]->data; in ia_css_yuv444_io_config() 87 to->width = out_frames[0]->frame_info.res.width; in ia_css_yuv444_io_config() 88 to->height = out_frames[0]->frame_info.res.height; in ia_css_yuv444_io_config()
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ |
A D | ia_css_bayer_io.host.c | 29 const struct ia_css_frame **out_frames = (const struct ia_css_frame **) in ia_css_bayer_io_config() local 81 ret = ia_css_dma_configure_from_info(&config, &out_frames[0]->frame_info); in ia_css_bayer_io_config() 84 to->base_address = out_frames[0]->data; in ia_css_bayer_io_config() 85 to->width = out_frames[0]->frame_info.res.width; in ia_css_bayer_io_config() 86 to->height = out_frames[0]->frame_info.res.height; in ia_css_bayer_io_config()
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/ |
A D | sh_css.c | 3264 out_frames, NULL, NULL); in create_host_video_pipeline() 3437 out_frames, NULL, NULL); in create_host_preview_pipeline() 7142 out_frames, in create_host_regular_capture_pipeline() 7149 out_frames, in create_host_regular_capture_pipeline() 7156 out_frames, in create_host_regular_capture_pipeline() 7164 out_frames, in create_host_regular_capture_pipeline() 7209 out_frames, in create_host_regular_capture_pipeline() 7238 out_frames, NULL, NULL); in create_host_regular_capture_pipeline() 7250 out_frames, in create_host_regular_capture_pipeline() 7257 out_frames, in create_host_regular_capture_pipeline() [all …]
|
/linux-6.3-rc2/sound/xen/ |
A D | xen_snd_front_alsa.c | 46 u32 out_frames; member 221 stream->out_frames = 0; in stream_clear() 591 stream->out_frames += delta; in xen_snd_front_alsa_handle_cur_pos() 592 if (stream->out_frames > substream->runtime->period_size) { in xen_snd_front_alsa_handle_cur_pos() 593 stream->out_frames %= substream->runtime->period_size; in xen_snd_front_alsa_handle_cur_pos()
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | mmu_pv.c | 2187 unsigned long *out_frames) in xen_zap_pfn_range() argument 2202 if (out_frames) in xen_zap_pfn_range() 2203 out_frames[i] = virt_to_pfn(vaddr); in xen_zap_pfn_range() 2341 unsigned long *out_frames = discontig_frames, in_frame; in xen_destroy_contiguous_region() local 2358 xen_zap_pfn_range(vstart, order, NULL, out_frames); in xen_destroy_contiguous_region() 2362 0, out_frames, 0); in xen_destroy_contiguous_region() 2366 xen_remap_exchanged_ptes(vstart, order, out_frames, 0); in xen_destroy_contiguous_region()
|
/linux-6.3-rc2/fs/ext4/ |
A D | namei.c | 2313 goto out_frames; in make_indexed_dir() 2316 goto out_frames; in make_indexed_dir() 2321 goto out_frames; in make_indexed_dir() 2325 out_frames: in make_indexed_dir()
|
Completed in 32 milliseconds