Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 17 of 17) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBulktran.c279 ptr->current_urb->s32Status = -ETIMEDOUT; in ms_usb_timeout_handler()
355 ptr->current_urb->s32Status = disconn ? -ENODEV : -ETIMEDOUT; in ms_usb_wait_for_completion_timeout()
509 case -ETIMEDOUT: in ms_usb_interpret_uRequest_Block_result()
H A DdrvUsbd.c1306 pUrb->s32Status = -ETIMEDOUT; in ms_hcd_unlink_urb()
1314 return -ETIMEDOUT; in ms_hcd_unlink_urb()
H A DdrvMsg.c233 status = rh_csc_shutdown ? -ESHUTDOWN : -ETIMEDOUT; in ms_usb_start_wait_urb()
H A DdrvHub.c1164 if (s32Err == -ETIMEDOUT) in ms_usb_physical_reset_device()
H A DdrvEhciHcd.c216 return -ETIMEDOUT; in ms_check_status()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMsg.c206 if (usb_unlink_urb(urb) == -ETIMEDOUT) in usb_start_wait_urb()
212 status = -ETIMEDOUT; in usb_start_wait_urb()
H A DdrvTransport.c476 case -ETIMEDOUT: in interpret_urb_result()
H A DdrvHCD.c1956 return -ETIMEDOUT; in hcd_unlink_urb()
H A DdrvEhciHcd.c320 return -ETIMEDOUT; in handshake()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Derrno.h83 #define ETIMEDOUT 110 /* Connection timed out */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Derrno.h98 #define ETIMEDOUT 145 /* Connection timed out */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Derrno.h127 #define ETIMEDOUT 116 /* Connection timed out */ macro
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c361 … (ETIMEDOUT != pthread_cond_timedwait( &(_hsl->outputCond), &(_hsl->outputCondMutex), &timeout )) ) in bufferWriteThread()
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A DdrvSYS.c219 if ((r != 0) && (r != ETIMEDOUT)) \
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c204 if (r != 0 && r != ETIMEDOUT) \
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c301 if ((r != 0) && (r != ETIMEDOUT)) \
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.c467 if (r != 0 && r != ETIMEDOUT) \