Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/usbvision/
Dusbvision-core.c62 static unsigned int adjust_x_offset = -1; variable
63 module_param(adjust_x_offset, int, 0644);
64 MODULE_PARM_DESC(adjust_x_offset, "adjust X offset display [core]");
2016 if (adjust_x_offset != -1) { in usbvision_set_input()
2017 value[4] = adjust_x_offset & 0xff; in usbvision_set_input()
2018 value[5] = (adjust_x_offset & 0x0300) >> 8; in usbvision_set_input()