Home
last modified time | relevance | path

Searched refs:dwBytesScanBuf (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dplustek-usbimg.c1912 if( scan->sParam.Size.dwTotalBytes > scan->dwBytesScanBuf ) in usb_ReadData()
1913 dw = scan->dwBytesScanBuf; in usb_ReadData()
1936 if (dwBytes > scan->dwBytesScanBuf) { in usb_ReadData()
1938 dwBytes = scan->dwBytesScanBuf; in usb_ReadData()
1970 scan->pbGetDataBuf += scan->dwBytesScanBuf; in usb_ReadData()
H A Dplustek-usb.h644 u_long dwBytesScanBuf; member
H A Dplustek-usb.c1214 scan->dwBytesScanBuf = scan->dwLinesScanBuf * in usbDev_Prepare()
1217 scan->dwNumberOfScanBufs = _SCANBUF_SIZE / scan->dwBytesScanBuf; in usbDev_Prepare()
1407 DBG(_DBG_INFO,"dwBytesScanBuf = %lu\n",scan->dwBytesScanBuf ); in usbDev_Prepare()

Completed in 7 milliseconds