Lines Matching defs:gain
24 "%s [-c color_mode] [-x coord] [-y coord] [-w width] [-h height] [-g gain] [-z offset] [-d dpi] [-t level] [-s] [-p] [-l 0|1] [-a ioport_addr] [-r]\n",
49 int gain = 0x0;
73 -g --gain : set RVB gain
232 || (strcmp (argv[i], "--gain") == 0))
237 fprintf (stderr, "expected hex gain value ( ex: A59 )\n");
245 fprintf (stderr, "expected hex gain value ( ex: A59 )\n");
248 gain = strtol (argv[i], NULL, 16);
377 fprintf (stderr, "failed to gain direct access to port 0x%X!\n",
380 fprintf (stderr, "failed to gain access to device %s!\n", name);
556 (x, y, width, height, dpi, color, gain, offset) != 1)