Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c319 cfg->input_port_resolution.bits_per_pixel, in create_input_system_channel()
321 cfg->input_port_resolution.pixels_per_line, in create_input_system_channel()
323 cfg->input_port_resolution.lines_per_frame, in create_input_system_channel()
325 cfg->input_port_resolution.align_req_in_bytes, in create_input_system_channel()
705 isys_cfg->input_port_resolution.bits_per_pixel; in calculate_stream2mmio_cfg()
727 bits_per_pixel = isys_cfg->input_port_resolution.bits_per_pixel; in calculate_ibuf_ctrl_cfg()
767 isys_cfg->input_port_resolution.pixels_per_line, in calculate_ibuf_ctrl_cfg()
769 isys_cfg->input_port_resolution.align_req_in_bytes); in calculate_ibuf_ctrl_cfg()
787 cfg->stores_per_frame = isys_cfg->input_port_resolution.lines_per_frame; in calculate_ibuf_ctrl_cfg()
834 bits_per_pixel = isys_cfg->input_port_resolution.bits_per_pixel; in calculate_isys2401_dma_port_cfg()
[all …]
/linux-5.19.10/drivers/staging/media/atomisp/pci/
Disp2401_input_system_global.h131 } input_port_resolution; member
Dsh_css.c943 isys_stream_descr->input_port_resolution.bits_per_pixel = bits_per_subpixel; in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
944 isys_stream_descr->input_port_resolution.pixels_per_line = in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
946 isys_stream_descr->input_port_resolution.lines_per_frame = lines_per_frame; in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
947 isys_stream_descr->input_port_resolution.align_req_in_bytes = in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()