Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/pci/smipcie/
Dsmipcie-ir.c53 rc_dev->rx_resolution; in smi_raw_process()
155 rc_dev->rx_resolution = US_TO_NS(SMI_SAMPLE_PERIOD); in smi_ir_init()
/Linux-v5.4/drivers/media/rc/
Dsunxi-cir.c130 ir->rc->rx_resolution; in sunxi_ir_irq()
244 ir->rc->rx_resolution = (1000000000ul / (b_clk_freq / 64)); in sunxi_ir_probe()
Dimon_raw.c175 rcdev->rx_resolution = BIT_DURATION; in imon_probe()
Dlirc_dev.c404 if (dev->rx_resolution) in ir_lirc_ioctl()
522 if (!dev->rx_resolution) in ir_lirc_ioctl()
525 val = dev->rx_resolution / 1000; in ir_lirc_ioctl()
Digorplugusb.c206 rc->rx_resolution = 85333; in igorplugusb_probe()
Drc-loopback.c225 rc->rx_resolution = 1000; in loop_init()
Dmeson-ir.c136 ir->rc->rx_resolution = US_TO_NS(MESON_TRATE); in meson_ir_probe()
Dir-hix5hd2.c266 rdev->rx_resolution = US_TO_NS(10); in hix5hd2_ir_probe()
Dst_rc.c294 rdev->rx_resolution = 100; in st_rc_probe()
Dmtk-cir.c349 ir->rc->rx_resolution = MTK_IR_SAMPLE; in mtk_ir_probe()
Dttusbir.c317 rc->rx_resolution = NS_PER_BIT; in ttusbir_probe()
Dwinbond-cir.c522 data->dev->rx_resolution = US_TO_NS(enable ? 2 : 10); in wbcir_set_carrier_report()
1079 data->dev->rx_resolution = US_TO_NS(2); in wbcir_probe()
Dene_ir.c435 dev->rdev->rx_resolution = US_TO_NS(ENE_FW_SAMPLE_PERIOD_FAN); in ene_rx_setup()
443 dev->rdev->rx_resolution = US_TO_NS(sample_period); in ene_rx_setup()
Diguanair.c491 rc->rx_resolution = RX_RESOLUTION; in iguanair_probe()
Dfintek-cir.c536 rdev->rx_resolution = US_TO_NS(CIR_SAMPLE_PERIOD); in fintek_probe()
Dserial_ir.c531 rcdev->rx_resolution = 250000; in serial_ir_probe()
Dnuvoton-cir.c1037 rdev->rx_resolution = US_TO_NS(CIR_SAMPLE_PERIOD); in nvt_probe()
Dredrat3.c958 rc->rx_resolution = US_TO_NS(2); in redrat3_init_rc_dev()
Dite-cir.c1557 rdev->rx_resolution = ITE_BAUDRATE_DIVISOR * in ite_probe()
/Linux-v5.4/drivers/hid/
Dhid-picolcd_cir.c118 rdev->rx_resolution = US_TO_NS(1); in picolcd_init_cir()
/Linux-v5.4/include/media/
Drc-core.h200 u32 rx_resolution; member