Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_irq.c83 struct vbva_modehint *hintsi, *hintsj; in validate_or_set_position_hints() local
90 hintsi = &vbox->last_mode_hints[i]; in validate_or_set_position_hints()
93 if (hintsi->enabled && hintsj->enabled) { in validate_or_set_position_hints()
94 if (hintsi->dx >= 0xffff || in validate_or_set_position_hints()
95 hintsi->dy >= 0xffff || in validate_or_set_position_hints()
98 (hintsi->dx < in validate_or_set_position_hints()
100 hintsi->dx + (hintsi->cx & 0x8fff) > in validate_or_set_position_hints()
102 (hintsi->dy < in validate_or_set_position_hints()
104 hintsi->dy + (hintsi->cy & 0x8fff) > in validate_or_set_position_hints()