Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/misc/
H A Dmax8997_haptic.c244 const struct max8997_haptic_platform_data *haptic_pdata = NULL; in max8997_haptic_probe() local
250 haptic_pdata = pdata->haptic_pdata; in max8997_haptic_probe()
252 if (!haptic_pdata) { in max8997_haptic_probe()
271 chip->pwm_period = haptic_pdata->pwm_period; in max8997_haptic_probe()
272 chip->type = haptic_pdata->type; in max8997_haptic_probe()
273 chip->mode = haptic_pdata->mode; in max8997_haptic_probe()
274 chip->pwm_divisor = haptic_pdata->pwm_divisor; in max8997_haptic_probe()
279 haptic_pdata->internal_mode_pattern; in max8997_haptic_probe()
280 chip->pattern_cycle = haptic_pdata in max8997_haptic_probe()
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dmax8997_haptic.c239 const struct max8997_haptic_platform_data *haptic_pdata = NULL; in max8997_haptic_probe() local
245 haptic_pdata = pdata->haptic_pdata; in max8997_haptic_probe()
247 if (!haptic_pdata) { in max8997_haptic_probe()
266 chip->pwm_period = haptic_pdata->pwm_period; in max8997_haptic_probe()
267 chip->type = haptic_pdata->type; in max8997_haptic_probe()
268 chip->mode = haptic_pdata->mode; in max8997_haptic_probe()
269 chip->pwm_divisor = haptic_pdata->pwm_divisor; in max8997_haptic_probe()
274 haptic_pdata->internal_mode_pattern; in max8997_haptic_probe()
275 chip->pattern_cycle = haptic_pdata in max8997_haptic_probe()
[all...]
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dmax8997.h203 struct max8997_haptic_platform_data *haptic_pdata; member
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dmax8997.h200 struct max8997_haptic_platform_data *haptic_pdata; member

Completed in 3 milliseconds