Lines Matching refs:tx_duty_cycle
57 static int tx_duty_cycle;
58 module_param(tx_duty_cycle, int, S_IRUGO | S_IWUSR);
59 MODULE_PARM_DESC(tx_duty_cycle, "Override TX duty cycle, 1-100");
258 ite_get_pulse_width_bits(freq, dev->params.tx_duty_cycle));
367 dev->params.tx_duty_cycle = duty_cycle;
1342 .tx_duty_cycle = 33,
1367 .tx_duty_cycle = 33,
1392 .tx_duty_cycle = 33,
1418 .tx_duty_cycle = 33,
1525 if (tx_duty_cycle > 0 && tx_duty_cycle <= 100)
1526 itdev->params.tx_duty_cycle = tx_duty_cycle;
1542 itdev->params.tx_duty_cycle);