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

/drivers/input/keyboard/
H A Dlm8323.c436 * If 'kill' is nonzero, the engine will be shut down at the end
440 static void lm8323_write_pwm(struct lm8323_pwm *pwm, int kill, argument
448 lm8323_write_pwm_one(pwm, i++, PWM_END(kill));
456 int div512, perstep, steps, hz, up, kill; local
471 kill = (pwm->desired_brightness == 0);
502 lm8323_write_pwm(pwm, kill, num_cmds, pwm_cmds);

Completed in 31 milliseconds