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

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c119 int tmpReqType = 0; local
400 length = tmpL = tmpReq = tmpReqType = 0;
408 tmpReqType = (USB_TYPE_CLASS | USB_DIR_OUT | USB_RECIP_OTHER);
419 tmpReqType = (USB_TYPE_CLASS | USB_DIR_IN | USB_RECIP_OTHER);
458 purb->UrbControlTransfer.SetupPacket[0] = tmpReqType;
466 length = tmpL = tmpReq = tmpReqType = 0;
495 tmpReqType = (USB_TYPE_CLASS | USB_DIR_OUT | USB_RECIP_INTERFACE);
498 ret = usb_control_msg(udev, tmpReqType, purb->UrbControlVendorClassRequest.Request,
515 tmpReqType = (USB_TYPE_CLASS | USB_DIR_IN | USB_RECIP_INTERFACE);
516 ret = usb_control_msg(udev, tmpReqType, pur
987 int tmpReqType = 0; local
[all...]

Completed in 36 milliseconds