Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/pci/smipcie/
Dsmipcie-ir.c53 rc_dev->rx_resolution; in smi_raw_process()
154 rc_dev->rx_resolution = SMI_SAMPLE_PERIOD; in smi_ir_init()
/Linux-v5.10/drivers/media/rc/
Dsunxi-cir.c130 ir->rc->rx_resolution; in sunxi_ir_irq()
244 ir->rc->rx_resolution = (USEC_PER_SEC / (b_clk_freq / 64)); in sunxi_ir_probe()
Dlirc_dev.c396 if (dev->rx_resolution) in lirc_ioctl()
514 if (!dev->rx_resolution) in lirc_ioctl()
517 val = dev->rx_resolution; in lirc_ioctl()
Dimon_raw.c161 rcdev->rx_resolution = BIT_DURATION; in imon_probe()
Dmeson-ir.c136 ir->rc->rx_resolution = MESON_TRATE; in meson_ir_probe()
Digorplugusb.c206 rc->rx_resolution = 85; in igorplugusb_probe()
Drc-loopback.c225 rc->rx_resolution = 1; in loop_init()
Dst_rc.c294 rdev->rx_resolution = 100; in st_rc_probe()
Dir-hix5hd2.c314 rdev->rx_resolution = 10; in hix5hd2_ir_probe()
Dmtk-cir.c346 ir->rc->rx_resolution = MTK_IR_SAMPLE; in mtk_ir_probe()
Dttusbir.c317 rc->rx_resolution = 2 * US_PER_BIT; in ttusbir_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()
Dwinbond-cir.c520 data->dev->rx_resolution = enable ? 2 : 10; in wbcir_set_carrier_report()
1077 data->dev->rx_resolution = 2; in wbcir_probe()
Dir_toy.c441 rc->rx_resolution = UNIT_US; in irtoy_probe()
Diguanair.c469 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.c1557 rdev->rx_resolution = ITE_BAUDRATE_DIVISOR * in ite_probe()
/Linux-v5.10/drivers/hid/
Dhid-picolcd_cir.c118 rdev->rx_resolution = 1; in picolcd_init_cir()
/Linux-v5.10/include/media/
Drc-core.h200 u32 rx_resolution; member