Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/usbvision/
Dusbvision-core.c48 static unsigned int adjust_x_offset = -1; variable
49 module_param(adjust_x_offset, int, 0644);
50 MODULE_PARM_DESC(adjust_x_offset, "adjust X offset display [core]");
1990 if (adjust_x_offset != -1) { in usbvision_set_input()
1991 value[4] = adjust_x_offset & 0xff; in usbvision_set_input()
1992 value[5] = (adjust_x_offset & 0x0300) >> 8; in usbvision_set_input()