Searched refs:ETIMEDOUT (Results 1 – 6 of 6) sorted by relevance
58 return -ETIMEDOUT; in __bpcm_do_op()63 return -ETIMEDOUT; in __bpcm_do_op()
93 #define ETIMEDOUT 110 /* Connection timed out */ macro
58 (cond) ? 0 : -ETIMEDOUT; \101 (cond) ? 0 : -ETIMEDOUT; \
292 return -ETIMEDOUT; in serdev_device_wait_for_cts()
155 __ret ?: ((cond) ? 0 : -ETIMEDOUT); \
265 if (__s != -ETIMEDOUT && __s != -EREMOTEIO) \