Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/atomisp/pci/
Disp2401_input_system_global.h130 pixelgen_tpg_cfg_t tpg_port_attr; member
Dsh_css.c802 isys_stream_descr->tpg_port_attr.mode = PIXELGEN_TPG_MODE_RAMP; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
804 isys_stream_descr->tpg_port_attr.mode = PIXELGEN_TPG_MODE_CHBO; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
806 isys_stream_descr->tpg_port_attr.mode = PIXELGEN_TPG_MODE_MONO; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
814 isys_stream_descr->tpg_port_attr.color_cfg.R1 = 51; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
815 isys_stream_descr->tpg_port_attr.color_cfg.G1 = 102; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
816 isys_stream_descr->tpg_port_attr.color_cfg.B1 = 255; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
817 isys_stream_descr->tpg_port_attr.color_cfg.R2 = 0; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
818 isys_stream_descr->tpg_port_attr.color_cfg.G2 = 100; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
819 isys_stream_descr->tpg_port_attr.color_cfg.B2 = 160; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
821 isys_stream_descr->tpg_port_attr.mask_cfg.h_mask = in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
[all …]
/Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c654 memcpy(cfg, &isys_cfg->tpg_port_attr, sizeof(pixelgen_tpg_cfg_t)); in calculate_tpg_cfg()