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

/linux-4.1.27/drivers/input/misc/
H A Dmax8997_haptic.c258 const struct max8997_haptic_platform_data *haptic_pdata = NULL; max8997_haptic_probe() local
264 haptic_pdata = pdata->haptic_pdata; max8997_haptic_probe()
266 if (!haptic_pdata) { max8997_haptic_probe()
285 chip->pwm_period = haptic_pdata->pwm_period; max8997_haptic_probe()
286 chip->type = haptic_pdata->type; max8997_haptic_probe()
287 chip->mode = haptic_pdata->mode; max8997_haptic_probe()
288 chip->pwm_divisor = haptic_pdata->pwm_divisor; max8997_haptic_probe()
293 haptic_pdata->internal_mode_pattern; max8997_haptic_probe()
294 chip->pattern_cycle = haptic_pdata->pattern_cycle; max8997_haptic_probe()
296 haptic_pdata->pattern_signal_period; max8997_haptic_probe()
300 chip->pwm = pwm_request(haptic_pdata->pwm_channel_id, max8997_haptic_probe()
/linux-4.1.27/include/linux/mfd/
H A Dmax8997.h217 struct max8997_haptic_platform_data *haptic_pdata; member in struct:max8997_platform_data

Completed in 48 milliseconds