Lines Matching defs:commit
10034 int commit[9] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, -1 };
10118 CMDSETGET (4, 0x08, commit); /* opsc03 hangs it */
11525 int commit[9] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, -1 };
11571 CMDSETGET (4, 0x08, commit); /* commit ? */
11617 CMDSETGET (4, 0x08, commit);
11664 CMDSETGET (4, 0x08, commit);
11726 int commit[9] = {
11776 CMDSETGET (4, 0x08, commit);
11811 CMDSETGET (4, 0x08, commit);
11846 CMDSETGET (4, 0x08, commit);
11942 int commit[9] = {
11989 CMDSETGET (4, 0x08, commit);
12037 CMDSETGET (4, 0x08, commit);
12086 CMDSETGET (4, 0x08, commit);
12131 CMDSETGET (4, 0x08, commit);
12181 int commit[9] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, -1 };
12224 CMDSETGET (4, 0x08, commit);
12256 CMDSETGET (4, 0x08, commit);
12298 CMDSETGET (4, 0x08, commit);
12351 CMDSETGET (4, 0x08, commit);
12453 int commit[9] = {
12514 CMDSETGET (4, 0x08, commit);
12672 int *commit = NULL;
12701 commit = (int *) malloc ((w * 3 + 5) * sizeof (int));
12702 if (commit == NULL)
12716 free (commit);
12732 memset (commit, 0x00, (3 * w + 5) * sizeof (int));
12735 commit[x] = calibration[x - ofst];
12736 commit[x + w] = calibration[x - ofst + w];
12737 commit[x + 2 * w] = calibration[x - ofst + 2 * w];
12740 commit[3 * w + 3] = 0xFF;
12741 commit[3 * w + 4] = 0xFF;
12748 CMDSETGET (4, 3 * w + 5, commit);
12749 free (commit);