Lines Matching refs:tx_duty_cycle
73 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)); in ite_set_carrier_params()
375 dev->params.tx_duty_cycle = duty_cycle; in ite_set_tx_duty_cycle()
1350 .tx_duty_cycle = 33,
1375 .tx_duty_cycle = 33,
1400 .tx_duty_cycle = 33,
1426 .tx_duty_cycle = 33,
1537 if (tx_duty_cycle > 0 && tx_duty_cycle <= 100) in ite_probe()
1538 itdev->params.tx_duty_cycle = tx_duty_cycle; in ite_probe()
1554 itdev->params.tx_duty_cycle); in ite_probe()