Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx88/
A Dcx88-input.c48 static unsigned int ir_samplerate = 4; variable
49 module_param(ir_samplerate, uint, 0444);
50 MODULE_PARM_DESC(ir_samplerate, "IR samplerate in kHz, 1 - 20, default 4");
201 cx_write(MO_DDS_IO, 0x33F286 * ir_samplerate); /* samplerate */ in __cx88_ir_start()
547 ev.duration = (bits * (USEC_PER_SEC / 1000)) / ir_samplerate; in cx88_ir_irq()

Completed in 3 milliseconds