Home
last modified time | relevance | path

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

/third_party/backends/sanei/
H A Dsanei_usb.c1633 ULONG ulNumDev, ulDev, ulBufLen; in usbcall_scan_devices() local
1637 rc = UsbQueryNumberDevices( &ulNumDev); in usbcall_scan_devices()
1639 if(rc==0 && ulNumDev) in usbcall_scan_devices()
1641 for (ulDev=1; ulDev<=ulNumDev; ulDev++) in usbcall_scan_devices()

Completed in 6 milliseconds