Searched defs:tx_duty_cycle (Results 1 - 3 of 3) sorted by relevance

/drivers/media/rc/
H A Dene_ir.h239 int tx_duty_cycle; member in struct:ene_device
H A Dite-cir.c73 static int tx_duty_cycle; variable
74 module_param(tx_duty_cycle, int, S_IRUGO | S_IWUSR);
75 MODULE_PARM_DESC(tx_duty_cycle, "Override TX duty cycle, 1-100");
272 ite_get_pulse_width_bits(freq, dev->params.tx_duty_cycle));
375 dev->params.tx_duty_cycle = duty_cycle;
1350 .tx_duty_cycle = 33,
1375 .tx_duty_cycle = 33,
1400 .tx_duty_cycle = 33,
1426 .tx_duty_cycle = 33,
1536 if (tx_duty_cycle >
[all...]
H A Dite-cir.h79 int tx_duty_cycle; member in struct:ite_dev_params

Completed in 87 milliseconds