Searched refs:MS_TO_US (Results 1 – 14 of 14) sorted by relevance
313 #define MS_TO_US(msec) ((msec) * 1000) macro314 #define IR_MAX_DURATION MS_TO_US(500)315 #define IR_DEFAULT_TIMEOUT MS_TO_US(125)
117 rdev->timeout = MS_TO_US(100); in picolcd_init_cir()
118 if (!ev.pulse && ev.duration > MS_TO_US(10)) in ir_imon_decode()
472 u32 timeout = MS_TO_US(150); /* a sane default, if things go haywire */ in redrat3_get_timeout()949 rc->min_timeout = MS_TO_US(RR3_RX_MIN_TIMEOUT); in redrat3_init_rc_dev()950 rc->max_timeout = MS_TO_US(RR3_RX_MAX_TIMEOUT); in redrat3_init_rc_dev()
205 rc->timeout = MS_TO_US(100); in igorplugusb_probe()
160 rdev->timeout = MS_TO_US(10); in xbox_remote_rc_init()
503 rc->min_timeout = MS_TO_US(40); in irtoy_probe()
278 timeout += MS_TO_US(10); in change_protocol()
1001 rdev->timeout = MS_TO_US(100); in nvt_probe()
821 dev->rdev->timeout = MS_TO_US(150); in ene_setup_default_settings()
1618 rc->timeout = MS_TO_US(100); in mceusb_init_rc_dev()
312 adap->rc->timeout = MS_TO_US(550); in cec_allocate_adapter()
482 dev->timeout = MS_TO_US(10); /* 10 ms */ in cx88_ir_init()
372 cec->ir->timeout = MS_TO_US(100); in secocec_ir_probe()
Completed in 28 milliseconds