Lines Matching refs:usbDev
700 DCapsDef *caps = &dev->usbDev.Caps;
742 if( _LM9833 == dev->usbDev.HwSetting.chip )
929 if (dev->usbDev.Caps.Normal.DarkShadOrgY < 0)
962 if( s->hw->usbDev.HwSetting.dHighSpeed == 0.0 )
1099 if (i - OPT_BUTTON_0 >= dev->usbDev.Caps.bButtons )
1316 dev->usbDev.dwLampOnPeriod = cnf->adj.lampOff;
1319 dev->usbDev.bLampOffOnEnd = cnf->adj.lampOffOnEnd;
1344 if( NULL != dev->usbDev.ModelStr )
1345 dev->sane.model = dev->usbDev.ModelStr;
1360 calloc((((dev->usbDev.Caps.OpticDpi.x*16)-_DEF_DPI)/25+1),
1371 for(cntr = _DEF_DPI; cntr <= (dev->usbDev.Caps.OpticDpi.x*16); cntr += 25){
1378 dev->dpi_range.max = dev->usbDev.Caps.OpticDpi.x * 2;
1784 DCapsDef *caps = &dev->usbDev.Caps;
1846 DCapsDef *caps = &dev->usbDev.Caps;
2231 if( dev->usbDev.Caps.wFlags & DEVCAPSFLAG_LargeTPA ) {
2245 if( dev->usbDev.Caps.wFlags & DEVCAPSFLAG_LargeTPA ) {
2449 dpi_x = (double)dev->usbDev.Caps.OpticDpi.x;
2450 dpi_y = (double)dev->usbDev.Caps.OpticDpi.x * 2;