Searched refs:retv (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUSB.c | 383 int retv; in ms_usb_release_dev() local 389 if ((retv = ms_hcd_free_dev(pUdev)) != ENOERR) { in ms_usb_release_dev() 390 ms_usbhost_err("free device error %d\n", retv); in ms_usb_release_dev() 399 int retv; in ms_usb_alloc_dev() local 419 if ((retv = ms_hcd_alloc_dev(pUdev)) != ENOERR) { in ms_usb_alloc_dev() 420 ms_usbhost_err("alloc device error %d\n", retv); in ms_usb_alloc_dev() 718 int retv; in ms_usb_new_device() local 720 … retv = ms_usb_string(pUdev, pUdev->descriptor.iManufacturer, usb_manufacturer_string_buf, 64); in ms_usb_new_device() 721 if (retv > 0) in ms_usb_new_device() 732 int retv; in ms_usb_new_device() local [all …]
|
| H A D | drvUSBHwCtl.c | 385 int retv = 0; in set_64bit_OBF_cipher() local 394 retv = 1; in set_64bit_OBF_cipher() 396 retv = 0; in set_64bit_OBF_cipher() 405 retv = retv ? 1 : 0; in set_64bit_OBF_cipher() 407 retv = 0; in set_64bit_OBF_cipher() 410 en_64bit_OBF_cipher = retv; in set_64bit_OBF_cipher()
|
| H A D | drvBulktran.c | 265 int retv; in ms_usb_timeout_handler() local 276 retv = ms_usb_unlink_urb(ptr->current_urb); in ms_usb_timeout_handler() 277 ms_usbhost_err("unlink URB return(%d)\n", retv); in ms_usb_timeout_handler() 340 int retv; in ms_usb_wait_for_completion_timeout() local 344 retv = ms_hcd_unlink_urb(ptr->current_urb, -ENOENT); in ms_usb_wait_for_completion_timeout() 353 ms_usbhost_err("<%s> unlink USB request block done (%d)...\n", __FUNCTION__, retv); in ms_usb_wait_for_completion_timeout()
|
| H A D | drvMSC.c | 793 BOOL retv = TRUE; in ms_vChk_USB_LUNs() local 837 retv = FALSE; in ms_vChk_USB_LUNs() 841 return retv; in ms_vChk_USB_LUNs()
|
| H A D | drvEhciHcd.c | 240 int retv; in ms_ehci_reset() local 248 retv = ms_check_status (&pEhci->op_regs->usbcmd, USBCMD_RESET, 0, 250 * 1000); in ms_ehci_reset() 259 return retv; in ms_ehci_reset()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvMsg.c | 228 int retv; in usb_internal_control_msg() local 237 retv = usb_start_wait_urb(urb, timeout, &length); in usb_internal_control_msg() 238 if (retv < 0) in usb_internal_control_msg() 240 diag_printf("usb_start_wait_urb retv:%d \n",-retv); in usb_internal_control_msg() 241 return retv; in usb_internal_control_msg()
|