Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/misc/
Dgpio-vibra.c32 struct work_struct play_work; member
69 container_of(work, struct gpio_vibrator, play_work); in gpio_vibrator_play_work()
88 schedule_work(&vibrator->play_work); in gpio_vibrator_play_effect()
97 cancel_work_sync(&vibrator->play_work); in gpio_vibrator_close()
133 INIT_WORK(&vibrator->play_work, gpio_vibrator_play_work); in gpio_vibrator_probe()
165 cancel_work_sync(&vibrator->play_work); in gpio_vibrator_suspend()
Dpwm-vibra.c30 struct work_struct play_work; member
92 struct pwm_vibrator, play_work); in pwm_vibrator_play_work()
109 schedule_work(&vibrator->play_work); in pwm_vibrator_play_effect()
118 cancel_work_sync(&vibrator->play_work); in pwm_vibrator_close()
154 INIT_WORK(&vibrator->play_work, pwm_vibrator_play_work); in pwm_vibrator_probe()
229 cancel_work_sync(&vibrator->play_work); in pwm_vibrator_suspend()
Dtwl4030-vibra.c32 struct work_struct play_work; member
88 struct vibra_info, play_work); in vibra_play_work()
131 schedule_work(&info->play_work); in vibra_play()
139 cancel_work_sync(&info->play_work); in twl4030_vibra_close()
196 INIT_WORK(&info->play_work, vibra_play_work); in twl4030_vibra_probe()
Dsc27xx-vibra.c30 struct work_struct play_work; member
87 play_work); in sc27xx_vibra_play_work()
101 schedule_work(&info->play_work); in sc27xx_vibra_play()
110 cancel_work_sync(&info->play_work); in sc27xx_vibra_close()
156 INIT_WORK(&info->play_work, sc27xx_vibra_play_work); in sc27xx_vibra_probe()
Dtwl6040-vibra.c34 struct work_struct play_work; member
169 struct vibra_info, play_work); in vibra_play_work()
198 schedule_work(&info->play_work); in vibra_play()
207 cancel_work_sync(&info->play_work); in twl6040_vibra_close()
218 cancel_work_sync(&info->play_work); in twl6040_vibra_suspend()
321 INIT_WORK(&info->play_work, vibra_play_work); in twl6040_vibra_probe()