Lines Matching refs:tx_duty_cycle
57 static int tx_duty_cycle; variable
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)); in ite_set_carrier_params()
361 dev->params.tx_duty_cycle = duty_cycle; in ite_set_tx_duty_cycle()
1336 .tx_duty_cycle = 33,
1361 .tx_duty_cycle = 33,
1386 .tx_duty_cycle = 33,
1412 .tx_duty_cycle = 33,
1519 if (tx_duty_cycle > 0 && tx_duty_cycle <= 100) in ite_probe()
1520 itdev->params.tx_duty_cycle = tx_duty_cycle; in ite_probe()
1536 itdev->params.tx_duty_cycle); in ite_probe()