Home
last modified time | relevance | path

Searched refs:MTK_IR_SAMPLE (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/media/rc/
Dmtk-cir.c56 #define MTK_IR_SAMPLE 46000 macro
162 val = DIV_ROUND_CLOSEST(MTK_IR_SAMPLE, val); in mtk_chk_period()
236 rawir.duration = wid * (MTK_IR_SAMPLE + 1); in mtk_ir_irq()
252 rawir.duration = MTK_MAX_SAMPLES * (MTK_IR_SAMPLE + 1); in mtk_ir_irq()
349 ir->rc->rx_resolution = MTK_IR_SAMPLE; in mtk_ir_probe()
350 ir->rc->timeout = MTK_MAX_SAMPLES * (MTK_IR_SAMPLE + 1); in mtk_ir_probe()
415 DIV_ROUND_CLOSEST(MTK_IR_SAMPLE, 1000)); in mtk_ir_probe()