Lines Matching defs:timeout
83 #define MCE_CMD_SETIRTIMEOUT 0x0c /* Set timeout, 4 bytes */
90 #define MCE_CMD_GETIRTIMEOUT 0x0d /* Get timeout */
106 #define MCE_RSP_EQIRTIMEOUT 0x0c /* rx timeout, 4 bytes */
730 dev_dbg(dev, "%s receive timeout of %d ms",
734 dev_dbg(dev, "Get receive timeout");
761 dev_dbg(dev, "IR TX timeout (TX buffer underrun)");
1074 static int mceusb_set_timeout(struct rc_dev *dev, unsigned int timeout)
1080 units = DIV_ROUND_UP(timeout, MCE_TIME_UNIT);
1087 /* get receiver timeout value */
1206 ir->rc->timeout = (*hi << 8 | *lo) * MCE_TIME_UNIT;
1337 .timeout = 1,
1338 .duration = ir->rc->timeout
1491 /* get receiver timeout value */
1611 rc->timeout = MS_TO_US(100);
1617 * If we can't set the timeout using CMD_SETIRTIMEOUT, we can
1620 rc->max_timeout = rc->timeout;