Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Disp2401_input_system_global.h122 pixelgen_tpg_cfg_t tpg_port_attr; member
Dsh_css.c769 isys_stream_descr->tpg_port_attr.mode = PIXELGEN_TPG_MODE_RAMP; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
771 isys_stream_descr->tpg_port_attr.mode = PIXELGEN_TPG_MODE_CHBO; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
773 isys_stream_descr->tpg_port_attr.mode = PIXELGEN_TPG_MODE_MONO; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
781 isys_stream_descr->tpg_port_attr.color_cfg.R1 = 51; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
782 isys_stream_descr->tpg_port_attr.color_cfg.G1 = 102; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
783 isys_stream_descr->tpg_port_attr.color_cfg.B1 = 255; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
784 isys_stream_descr->tpg_port_attr.color_cfg.R2 = 0; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
785 isys_stream_descr->tpg_port_attr.color_cfg.G2 = 100; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
786 isys_stream_descr->tpg_port_attr.color_cfg.B2 = 160; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
788 isys_stream_descr->tpg_port_attr.mask_cfg.h_mask = in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
[all …]
/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c643 memcpy(cfg, &isys_cfg->tpg_port_attr, sizeof(pixelgen_tpg_cfg_t)); in calculate_tpg_cfg()