Searched defs:CtrlMsg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/USB/testcase/
H A DtstPalmOne.c185 struct usbdevfs_ctrltransfer CtrlMsg = {0}; local
187 CtrlMsg.bRequestType = bmRequestType;
188 CtrlMsg.bRequest = bRequest;
189 CtrlMsg.wValue = wValue;
190 CtrlMsg.wLength = wLength;
191 CtrlMsg.timeout = 1000;
192 CtrlMsg.data = pvBuf;
194 int rc = doioctl(USBDEVFS_CONTROL, &CtrlMsg, pszWho);
195 printf("rc=%d CtrlMsg.wLength=%d\n", rc, CtrlMsg
[all...]
H A DtstTrekStorGo.c185 struct usbdevfs_ctrltransfer CtrlMsg = {0}; local
187 CtrlMsg.bRequestType = bmRequestType;
188 CtrlMsg.bRequest = bRequest;
189 CtrlMsg.wValue = wValue;
190 CtrlMsg.wLength = wLength;
191 CtrlMsg.timeout = 1000;
192 CtrlMsg.data = pvBuf;
194 int rc = doioctl(USBDEVFS_CONTROL, &CtrlMsg, pszWho);
195 printf("rc=%d CtrlMsg.wLength=%d\n", rc, CtrlMsg
[all...]

Completed in 43 milliseconds