Lines Matching defs:now
32 * - fixed problems with LiDE30, works now with 650, 1220, 670, 1240
41 * - 0.49 - a_bRegs is now part of the device structure
49 * - usb_SwitchLamp() now really switches off the sensor
447 /* now decide what to do:
662 signed char *now, signed char *high, u_long *zc)
670 low[channel] = now[channel];
671 now[channel] = (now[channel]+high[channel])/2;
673 dev->usbDev.a_bRegs[0x38+channel]= (now[channel]&0x3f);
680 high[channel]=now[channel];
681 now[channel]=(now[channel]+low[channel])/2;
683 dev->usbDev.a_bRegs[0x38+channel]= (now[channel]&0x3f);
705 high[channel]=now[channel];
706 now[channel]=(now[channel]+low[channel])/2;
713 dev->usbDev.a_bRegs[0x38+channel]= (now[channel]&0x3f);
722 low[channel] = now[channel];
723 now[channel] = (now[channel]+high[channel])/2;
725 dev->usbDev.a_bRegs[0x38+channel]= (now[channel]&0x3f);
759 signed char now[3] = { 0, 0, 0 };
877 adj = cano_GetNewOffset(dev, dwSum, 0, low, now, high, zCount);
878 adj |= cano_GetNewOffset(dev, dwSum, 1, low, now, high, zCount);
879 adj |= cano_GetNewOffset(dev, dwSum, 2, low, now, high, zCount);
882 (int)low[0],(int)now[0],(int)high[0]);
884 (int)low[1],(int)now[1],(int)high[1]);
886 (int)low[2],(int)now[2],(int)high[2]);
906 adj = cano_GetNewOffset(dev, dwSum, 0, low, now, high, zCount);
912 (int)low[0],(int)now[0],(int)high[0]);
924 dev->usbDev.a_bRegs[0x38] = now[0] & 0x3f;
925 dev->usbDev.a_bRegs[0x39] = now[1] & 0x3f;
926 dev->usbDev.a_bRegs[0x3a] = now[2] & 0x3f;
930 dev->usbDev.a_bRegs[0x3a] = now[0] & 0x3f;