Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/misc/
H A Dmax8997_haptic.c32 struct max8997_haptic { struct
92 static void max8997_haptic_configure(struct max8997_haptic *chip) in max8997_haptic_configure()
152 static void max8997_haptic_enable(struct max8997_haptic *chip) in max8997_haptic_enable()
183 static void max8997_haptic_disable(struct max8997_haptic *chip) in max8997_haptic_disable()
198 struct max8997_haptic *chip = in max8997_haptic_play_effect_work()
199 container_of(work, struct max8997_haptic, work); in max8997_haptic_play_effect_work()
210 struct max8997_haptic *chip = input_get_drvdata(dev); in max8997_haptic_play_effect()
223 struct max8997_haptic *chip = input_get_drvdata(dev); in max8997_haptic_close()
235 struct max8997_haptic *chip; in max8997_haptic_probe()
351 struct max8997_haptic *chip = platform_get_drvdata(pdev); in max8997_haptic_remove()
[all …]
H A DMakefile57 obj-$(CONFIG_INPUT_MAX8997_HAPTIC) += max8997_haptic.o