Searched refs:adjust_y_offset (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/usb/usbvision/
H A Dusbvision-core.c66 static unsigned int adjust_y_offset = -1; variable
67 module_param(adjust_y_offset, int, 0644);
68 MODULE_PARM_DESC(adjust_y_offset, "adjust Y offset display [core]");
2024 if (adjust_y_offset != -1) { usbvision_set_input()
2025 value[6] = adjust_y_offset & 0xff; usbvision_set_input()
2026 value[7] = (adjust_y_offset & 0x0300) >> 8; usbvision_set_input()

Completed in 90 milliseconds