Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/usbvision/
Dusbvision-core.c58 static unsigned int adjust_x_offset = -1; variable
59 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()