Lines Matching refs:vact
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()
246 hdmi_writebn(hdev, HDMI_TG_V_FSZ_L, 2, t->vact[0].end); in hdmi_timing_apply()
385 .vact[0] = { .beg = 42 + 3, .end = 522 + 3 },
395 .vact[0] = { .beg = 44 + 5, .end = 620 + 5 },
405 .vact[0] = { .beg = 25 + 5, .end = 745 + 5 },
415 .vact[0] = { .beg = 25 + 5, .end = 745 + 5 },
425 .vact[0] = { .beg = 41 + 4, .end = 1121 + 4 },
435 .vact[0] = { .beg = 41 + 4, .end = 1121 + 4 },
445 .vact[0] = { .beg = 20 + 2, .end = 560 + 2 },
446 .vact[1] = { .beg = 583 + 2, .end = 1123 + 2 },
458 .vact[0] = { .beg = 20 + 2, .end = 560 + 2 },
459 .vact[1] = { .beg = 583 + 2, .end = 1123 + 2 },
471 .vact[0] = { .beg = 41 + 4, .end = 1121 + 4 },
662 fmt->height = t->vact[0].end - t->vact[0].beg; in hdmi_g_mbus_fmt()