Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/smipcie/
Dsmipcie-ir.c53 rc_dev->rx_resolution; in smi_raw_process()
160 rc_dev->rx_resolution = SMI_SAMPLE_PERIOD; in smi_ir_init()
/linux-6.1.9/drivers/media/rc/
Dsunxi-cir.c123 ir->rc->rx_resolution; in sunxi_ir_irq()
326 ir->rc->rx_resolution = (USEC_PER_SEC / (b_clk_freq / 64)); in sunxi_ir_probe()
Dlirc_dev.c386 if (dev->rx_resolution) in lirc_ioctl()
504 if (!dev->rx_resolution) in lirc_ioctl()
507 val = dev->rx_resolution; in lirc_ioctl()
Dimon_raw.c167 rcdev->rx_resolution = BIT_DURATION; in imon_probe()
Dmeson-ir.c134 ir->rc->rx_resolution = MESON_TRATE; in meson_ir_probe()
Drc-loopback.c232 rc->rx_resolution = 1; in loop_init()
Digorplugusb.c210 rc->rx_resolution = 85; in igorplugusb_probe()
Dst_rc.c301 rdev->rx_resolution = 100; in st_rc_probe()
Dstreamzap.c247 rdev->rx_resolution = SZ_RESOLUTION; in streamzap_init_rc_dev()
Dmtk-cir.c345 ir->rc->rx_resolution = MTK_IR_SAMPLE; in mtk_ir_probe()
Dir-hix5hd2.c312 rdev->rx_resolution = 10; in hix5hd2_ir_probe()
Dttusbir.c315 rc->rx_resolution = 2 * US_PER_BIT; in ttusbir_probe()
Dwinbond-cir.c520 data->dev->rx_resolution = enable ? 2 : 10; in wbcir_set_carrier_report()
1076 data->dev->rx_resolution = 2; in wbcir_probe()
Dene_ir.c435 dev->rdev->rx_resolution = ENE_FW_SAMPLE_PERIOD_FAN; in ene_rx_setup()
443 dev->rdev->rx_resolution = sample_period; in ene_rx_setup()
Dir_toy.c491 rc->rx_resolution = UNIT_US; in irtoy_probe()
Diguanair.c463 rc->rx_resolution = RX_RESOLUTION; in iguanair_probe()
Dfintek-cir.c529 rdev->rx_resolution = CIR_SAMPLE_PERIOD; in fintek_probe()
Dserial_ir.c531 rcdev->rx_resolution = 250; in serial_ir_probe()
Dnuvoton-cir.c1003 rdev->rx_resolution = CIR_SAMPLE_PERIOD; in nvt_probe()
Dredrat3.c957 rc->rx_resolution = 2; in redrat3_init_rc_dev()
Dite-cir.c1382 rdev->rx_resolution = ITE_BAUDRATE_DIVISOR * sample_period / 1000; in ite_probe()
Dmceusb.c1609 rc->rx_resolution = MCE_TIME_UNIT; in mceusb_init_rc_dev()
/linux-6.1.9/drivers/hid/
Dhid-picolcd_cir.c118 rdev->rx_resolution = 1; in picolcd_init_cir()
/linux-6.1.9/include/media/
Drc-core.h196 u32 rx_resolution; member