Home
last modified time | relevance | path

Searched refs:raw_output_frame (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/staging/media/atomisp/pci/ !
Datomisp_subdev.h364 struct ia_css_frame *raw_output_frame; member
Datomisp_cmd.c2342 if (asd->raw_output_frame) { in atomisp_free_internal_buffers()
2343 ia_css_frame_free(asd->raw_output_frame); in atomisp_free_internal_buffers()
2344 asd->raw_output_frame = NULL; in atomisp_free_internal_buffers()
5441 ia_css_frame_free(asd->raw_output_frame); in atomisp_set_fmt_to_isp()
5442 asd->raw_output_frame = NULL; in atomisp_set_fmt_to_isp()
5446 ia_css_frame_allocate_from_info(&asd->raw_output_frame, in atomisp_set_fmt_to_isp()
Datomisp_fops.c1234 raw_virt_addr = asd->raw_output_frame; in atomisp_mmap()