Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c313 cfg->input_port_resolution.bits_per_pixel, in create_input_system_channel()
315 cfg->input_port_resolution.pixels_per_line, in create_input_system_channel()
317 cfg->input_port_resolution.lines_per_frame, in create_input_system_channel()
319 cfg->input_port_resolution.align_req_in_bytes, in create_input_system_channel()
681 isys_cfg->input_port_resolution.bits_per_pixel; in calculate_stream2mmio_cfg()
700 bits_per_pixel = isys_cfg->input_port_resolution.bits_per_pixel; in calculate_ibuf_ctrl_cfg()
740 isys_cfg->input_port_resolution.pixels_per_line, in calculate_ibuf_ctrl_cfg()
742 isys_cfg->input_port_resolution.align_req_in_bytes); in calculate_ibuf_ctrl_cfg()
760 cfg->stores_per_frame = isys_cfg->input_port_resolution.lines_per_frame; in calculate_ibuf_ctrl_cfg()
807 bits_per_pixel = isys_cfg->input_port_resolution.bits_per_pixel; in calculate_isys2401_dma_port_cfg()
[all …]
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Disp2401_input_system_global.h130 } input_port_resolution; member
Dsh_css.c842 isys_stream_descr->input_port_resolution.bits_per_pixel = bits_per_subpixel; in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
843 isys_stream_descr->input_port_resolution.pixels_per_line = in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
845 isys_stream_descr->input_port_resolution.lines_per_frame = lines_per_frame; in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()
846 isys_stream_descr->input_port_resolution.align_req_in_bytes = in sh_css_translate_stream_cfg_to_input_system_input_port_resolution()