Searched refs:MS_TO_NS (Results 1 – 12 of 12) sorted by relevance
129 rdev->timeout = MS_TO_NS(100); in picolcd_init_cir()
245 #define MS_TO_NS(msec) ((msec) * 1000 * 1000) macro
140 ir->rc->timeout = MS_TO_NS(200); in meson_ir_probe()
210 rc->timeout = MS_TO_NS(100); in igorplugusb_probe()
119 delay = MS_TO_NS(dev->input_dev->rep[REP_DELAY]); in ir_raw_event_store_edge()
235 ir->rc->timeout = MS_TO_NS(SUNXI_IR_TIMEOUT); in sunxi_ir_probe()
325 rc->timeout = MS_TO_NS(100); in ttusbir_probe()
493 carrier = MS_TO_NS(count) / duration;1060 rdev->timeout = MS_TO_NS(100); in nvt_probe()
507 rc->timeout = MS_TO_NS(100); in iguanair_probe()
1083 data->dev->timeout = MS_TO_NS(100); in wbcir_probe()
1234 rc->timeout = MS_TO_NS(100); in mceusb_init_rc_dev()
97 #define MS_TO_NS(x) (x * 1E6L) macro