MS_TO_US
rdev->timeout = MS_TO_US(100);
adap->rc->timeout = MS_TO_US(550);
cec->ir->timeout = MS_TO_US(100);
dev->timeout = MS_TO_US(10); /* 10 ms */
dev->rdev->timeout = MS_TO_US(150);
rc->timeout = MS_TO_US(100);
if (!ev.pulse && ev.duration > MS_TO_US(10))
rc->min_timeout = MS_TO_US(40);
rc->timeout = MS_TO_US(100);
rdev->timeout = MS_TO_US(100);
timeout += MS_TO_US(10);
if (rawir.pulse && rawir.duration > MS_TO_US(50))
u32 timeout = MS_TO_US(150); /* a sane default, if things go haywire */
rc->min_timeout = MS_TO_US(RR3_RX_MIN_TIMEOUT);
rc->max_timeout = MS_TO_US(RR3_RX_MAX_TIMEOUT);
rdev->timeout = MS_TO_US(10);
#define IR_MAX_DURATION MS_TO_US(500)
#define IR_DEFAULT_TIMEOUT MS_TO_US(125)