Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/hid/
H A Dhid-picolcd_cir.c118 rdev->rx_resolution = 1; in picolcd_init_cir()
/linux/drivers/media/rc/
H A Dlirc_dev.c392 if (dev->rx_resolution) in lirc_ioctl()
510 if (!dev->rx_resolution) in lirc_ioctl()
513 val = dev->rx_resolution; in lirc_ioctl()
H A Dimon_raw.c167 rcdev->rx_resolution = BIT_DURATION; in imon_probe()
H A Digorplugusb.c210 rc->rx_resolution = 85; in igorplugusb_probe()
H A Drc-loopback.c232 rc->rx_resolution = 1; in loop_init()
H A Dstreamzap.c247 rdev->rx_resolution = SZ_RESOLUTION; in streamzap_init_rc_dev()
H A Dir-hix5hd2.c312 rdev->rx_resolution = 10; in hix5hd2_ir_probe()
H A Dttusbir.c315 rc->rx_resolution = 2 * US_PER_BIT; in ttusbir_probe()
H A Dwinbond-cir.c520 data->dev->rx_resolution = enable ? 2 : 10; in wbcir_set_carrier_report()
1076 data->dev->rx_resolution = 2; in wbcir_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 Dir_toy.c493 rc->rx_resolution = UNIT_US; in irtoy_probe()
H A Diguanair.c463 rc->rx_resolution = RX_RESOLUTION; in iguanair_probe()
H A Dfintek-cir.c529 rdev->rx_resolution = CIR_SAMPLE_PERIOD; in fintek_probe()
H A Dmeson-ir.c491 ir->rc->rx_resolution = MESON_RAW_TRATE; in meson_ir_probe()
H A Dnuvoton-cir.c1003 rdev->rx_resolution = CIR_SAMPLE_PERIOD; in nvt_probe()
H A Dredrat3.c957 rc->rx_resolution = 2; in redrat3_init_rc_dev()
H A Dite-cir.c1382 rdev->rx_resolution = ITE_BAUDRATE_DIVISOR * sample_period / 1000; in ite_probe()
H A Dmceusb.c1602 rc->rx_resolution = MCE_TIME_UNIT; in mceusb_init_rc_dev()
/linux/include/media/
H A Drc-core.h195 u32 rx_resolution; member