Home
last modified time | relevance | path

Searched refs:pwm_period (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/input/misc/
Dmax8997_haptic.c60 unsigned int pwm_period; member
76 unsigned int duty = chip->pwm_period * chip->level / 100; in max8997_haptic_set_duty_cycle()
77 ret = pwm_config(chip->pwm, duty, chip->pwm_period); in max8997_haptic_set_duty_cycle()
274 chip->pwm_period = haptic_pdata->pwm_period; in max8997_haptic_probe()
/linux-3.4.99/include/linux/mfd/
Dmax8997.h172 unsigned int pwm_period; member