Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/pci/smipcie/
H A Dsmipcie-ir.c53 rc_dev->rx_resolution; in smi_raw_process()
160 rc_dev->rx_resolution = SMI_SAMPLE_PERIOD; in smi_ir_init()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dsunxi-cir.c130 ir->rc->rx_resolution; in sunxi_ir_irq()
246 ir->rc->rx_resolution = (USEC_PER_SEC / (b_clk_freq / 64)); in sunxi_ir_probe()
H A 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()
H A Dimon_raw.c161 rcdev->rx_resolution = BIT_DURATION; in imon_probe()
H A Dmeson-ir.c136 ir->rc->rx_resolution = MESON_TRATE; in meson_ir_probe()
H A Drc-loopback.c225 rc->rx_resolution = 1; in loop_init()
H A Digorplugusb.c208 rc->rx_resolution = 85; in igorplugusb_probe()
H A Dst_rc.c294 rdev->rx_resolution = 100; in st_rc_probe()
H A Dir-hix5hd2.c314 rdev->rx_resolution = 10; in hix5hd2_ir_probe()
H A Dmtk-cir.c346 ir->rc->rx_resolution = MTK_IR_SAMPLE; in mtk_ir_probe()
H A Dttusbir.c317 rc->rx_resolution = 2 * US_PER_BIT; in ttusbir_probe()
H A 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()
H A Dwinbond-cir.c520 data->dev->rx_resolution = enable ? 2 : 10; in wbcir_set_carrier_report()
1077 data->dev->rx_resolution = 2; in wbcir_probe()
H A Dir_toy.c460 rc->rx_resolution = UNIT_US; in irtoy_probe()
H A Diguanair.c469 rc->rx_resolution = RX_RESOLUTION; in iguanair_probe()
H A Dfintek-cir.c529 rdev->rx_resolution = CIR_SAMPLE_PERIOD; in fintek_probe()
H A Dserial_ir.c531 rcdev->rx_resolution = 250; in serial_ir_probe()
H A Dredrat3.c957 rc->rx_resolution = 2; in redrat3_init_rc_dev()
H A Dnuvoton-cir.c1003 rdev->rx_resolution = CIR_SAMPLE_PERIOD; in nvt_probe()
H A Dite-cir.c1563 rdev->rx_resolution = ITE_BAUDRATE_DIVISOR * in ite_probe()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-picolcd_cir.c118 rdev->rx_resolution = 1; in picolcd_init_cir()
/OK3568_Linux_fs/kernel/include/media/
H A Drc-core.h200 u32 rx_resolution; member