Searched refs:adjust_x_offset (Results 1 – 1 of 1) sorted by relevance
58 static unsigned int adjust_x_offset = -1; variable59 module_param(adjust_x_offset, int, 0644);60 MODULE_PARM_DESC(adjust_x_offset, "adjust X offset display [core]");2003 if (adjust_x_offset != -1) { in usbvision_set_input()2004 value[4] = adjust_x_offset & 0xff; in usbvision_set_input()2005 value[5] = (adjust_x_offset & 0x0300) >> 8; in usbvision_set_input()