Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/rc/
Dsunxi-cir.c122 ir->rc->rx_resolution; in sunxi_ir_irq()
233 ir->rc->rx_resolution = (1000000000ul / (b_clk_freq / 64)); in sunxi_ir_probe()
Dimon_raw.c151 rcdev->rx_resolution = BIT_DURATION; in imon_probe()
Dlirc_dev.c414 if (dev->rx_resolution) in ir_lirc_ioctl()
532 if (!dev->rx_resolution) in ir_lirc_ioctl()
535 val = dev->rx_resolution / 1000; in ir_lirc_ioctl()
Digorplugusb.c217 rc->rx_resolution = 85333; in igorplugusb_probe()
Drc-loopback.c235 rc->rx_resolution = 1000; in loop_init()
Dmeson-ir.c146 ir->rc->rx_resolution = US_TO_NS(MESON_TRATE); in meson_ir_probe()
Dir-hix5hd2.c271 rdev->rx_resolution = US_TO_NS(10); in hix5hd2_ir_probe()
Dst_rc.c299 rdev->rx_resolution = 100; in st_rc_probe()
Dmtk-cir.c360 ir->rc->rx_resolution = MTK_IR_SAMPLE; in mtk_ir_probe()
Dttusbir.c328 rc->rx_resolution = NS_PER_BIT; in ttusbir_probe()
Dwinbond-cir.c531 data->dev->rx_resolution = US_TO_NS(enable ? 2 : 10); in wbcir_set_carrier_report()
1088 data->dev->rx_resolution = US_TO_NS(2); in wbcir_probe()
Dene_ir.c445 dev->rdev->rx_resolution = US_TO_NS(ENE_FW_SAMPLE_PERIOD_FAN); in ene_rx_setup()
453 dev->rdev->rx_resolution = US_TO_NS(sample_period); in ene_rx_setup()
Dfintek-cir.c546 rdev->rx_resolution = US_TO_NS(CIR_SAMPLE_PERIOD); in fintek_probe()
Diguanair.c502 rc->rx_resolution = RX_RESOLUTION; in iguanair_probe()
Dserial_ir.c539 rcdev->rx_resolution = 250000; in serial_ir_probe()
Dredrat3.c968 rc->rx_resolution = US_TO_NS(2); in redrat3_init_rc_dev()
Dnuvoton-cir.c1037 rdev->rx_resolution = US_TO_NS(CIR_SAMPLE_PERIOD); in nvt_probe()
Dite-cir.c1575 rdev->rx_resolution = ITE_BAUDRATE_DIVISOR * in ite_probe()
/linux-4.19.296/drivers/hid/
Dhid-picolcd_cir.c129 rdev->rx_resolution = US_TO_NS(1); in picolcd_init_cir()
/linux-4.19.296/include/media/
Drc-core.h208 u32 rx_resolution; member