Lines Matching refs:pState
357 u_short *pState = (u_short*)dev->scanStates;
360 pState[i] = 0x89ac;
364 u_long *pState = (u_long*)dev->scanStates;
367 pState[i] = 0x888889ac;
479 SANE_Byte *pState;
630 for( channel = _NUMBER_OF_SCANSTEPS, pState = dev->bufs.b1.pReadBuf;
632 *pState = state;
633 pState += dev->scan.dwInterval;
635 for( channel = 0, pState = dev->bufs.b1.pReadBuf;
637 dev->scanStates[channel] = pState[0] | (pState[1] << 4);
638 pState += 2;