Searched refs:vact (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/media/platform/s5p-tv/ |
| D | hdmi_drv.c | 58 struct hdmi_pulse vact[2]; member 205 (t->vact[0].beg << 11) | t->vact[0].end); in hdmi_timing_apply() 213 (t->hact.end << 12) | t->vact[1].end); in hdmi_timing_apply() 215 (t->vact[1].end << 11) | t->vact[1].beg); in hdmi_timing_apply() 223 (t->hact.end << 12) | t->vact[0].end); in hdmi_timing_apply() 231 hdmi_writebn(hdev, HDMI_TG_VACT_ST_L, 2, t->vact[0].beg); in hdmi_timing_apply() 233 t->vact[0].end - t->vact[0].beg); in hdmi_timing_apply() 238 hdmi_writebn(hdev, HDMI_TG_V_FSZ_L, 2, t->vact[1].end); in hdmi_timing_apply() 240 hdmi_writebn(hdev, HDMI_TG_FIELD_CHG_L, 2, t->vact[0].end); in hdmi_timing_apply() 241 hdmi_writebn(hdev, HDMI_TG_VACT_ST2_L, 2, t->vact[1].beg); in hdmi_timing_apply() [all …]
|
| /linux-4.4.14/drivers/media/i2c/soc_camera/ |
| D | tw9910.c | 515 unsigned vact; in tw9910_s_std() local 524 vact = 240; in tw9910_s_std() 528 vact = 288; in tw9910_s_std() 535 ((vact >> 4) & 0x30) | in tw9910_s_std() 543 vact & 0xff); in tw9910_s_std()
|
| /linux-4.4.14/drivers/media/platform/vivid/ |
| D | vivid-tpg.c | 2013 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local 2019 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras() 2020 ((hact ^ vact) << 3) | in tpg_fill_plane_extras() 2022 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras() 2023 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras() 2028 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local 2034 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras() 2035 ((hact ^ vact) << 3) | in tpg_fill_plane_extras() 2037 ((params->sav_eav_f ^ vact) << 1) | in tpg_fill_plane_extras() 2038 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
|
| /linux-4.4.14/include/video/ |
| D | omapdss.h | 266 u16 vact; member
|
| /linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
| D | dsi.c | 4649 dsi_vm->vact = req_vm->y_res; in dsi_vm_calc_blanking()
|