Lines Matching defs:index
181 * read one register at given index
184 rts88xx_read_reg (SANE_Int devnum, SANE_Int index, SANE_Byte * reg)
190 cmd[1] = index;
214 DBG (15, "rts88xx_read_reg: reg[0x%02x]=0x%02x\n", index, *reg);
219 * write one register at given index
222 rts88xx_write_reg (SANE_Int devnum, SANE_Int index, SANE_Byte * reg)
228 cmd[1] = index;
252 DBG (15, "rts88xx_write_reg: reg[0x%02x]=0x%02x\n", index, *reg);
257 * write length consecutive registers, starting at index
1322 this index as the transition from white to black. We also save where we
1329 index) the value must lie in the range 1235-30 (1205) to 1235+30 (1265).
1435 /* Check that the 1st index is in range */
1447 /* Check that the 2nd index is in range */
5356 /* Calculate the bit index in the current byte */
5863 /* yoffset is index of last dot line, go to first white line */