Home
last modified time | relevance | path

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

/drivers/input/misc/
Dmax8997_haptic.c258 const struct max8997_haptic_platform_data *haptic_pdata = NULL; in max8997_haptic_probe() local
264 haptic_pdata = pdata->haptic_pdata; in max8997_haptic_probe()
266 if (!haptic_pdata) { in max8997_haptic_probe()
285 chip->pwm_period = haptic_pdata->pwm_period; in max8997_haptic_probe()
286 chip->type = haptic_pdata->type; in max8997_haptic_probe()
287 chip->mode = haptic_pdata->mode; in max8997_haptic_probe()
288 chip->pwm_divisor = haptic_pdata->pwm_divisor; in max8997_haptic_probe()
293 haptic_pdata->internal_mode_pattern; in max8997_haptic_probe()
294 chip->pattern_cycle = haptic_pdata->pattern_cycle; in max8997_haptic_probe()
296 haptic_pdata->pattern_signal_period; in max8997_haptic_probe()
[all …]