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

/drivers/staging/media/lirc/
H A Dlirc_serial.c371 static int init_timing_params(unsigned int new_duty_cycle, argument
376 duty_cycle = new_duty_cycle;
405 static int init_timing_params(unsigned int new_duty_cycle, argument
412 if (256 * 1000000L / new_freq * new_duty_cycle / 100 <=
415 if (256 * 1000000L / new_freq * (100 - new_duty_cycle) / 100 <=
418 duty_cycle = new_duty_cycle;

Completed in 39 milliseconds