Home
last modified time | relevance | path

Searched refs:iRetval (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c253 int iRetval; in ms_ascii2utf() local
256 for (iRetval = 0; *s && iUtfMax > 1; iUtfMax -= 2, iRetval += 2) in ms_ascii2utf()
262 return iRetval; in ms_ascii2utf()
528 int iRetval; in ms_rh_urb_enqueue() local
532 iRetval = ms_rh_queue_status (pHcd, pUrb); in ms_rh_urb_enqueue()
534 return iRetval; in ms_rh_urb_enqueue()
847 int iRetval; in ms_register_root_hub() local
860 iRetval = ms_usb_new_device (pUsb_dev, pParent_dev); in ms_register_root_hub()
861 if (iRetval) in ms_register_root_hub()
863 pUsb_dev->dev.bus_id, iRetval); in ms_register_root_hub()
[all …]
H A DdrvEhciHcd.c494 int iRetval = 0; in ms_hub_control() local
783 iRetval = -ENODEV; in ms_hub_control()
795 iRetval = -EPIPE; in ms_hub_control()
799 return iRetval; in ms_hub_control()
2348 int iRetval; in ms_ehci_begin() local
2354 if ((iRetval = ms_ehci_mem_init (ehci, SLAB_KERNEL)) < 0) in ms_ehci_begin()
2355 return iRetval; in ms_ehci_begin()
2366 if ((iRetval = ms_ehci_reset (ehci)) != 0) in ms_ehci_begin()
2369 return iRetval; in ms_ehci_begin()
2468 iRetval = -ENODEV; in ms_ehci_begin()