Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/misc/
Dsc27xx-vibra.c19 struct work_struct play_work; member
50 play_work); in sc27xx_vibra_play_work()
64 schedule_work(&info->play_work); in sc27xx_vibra_play()
73 cancel_work_sync(&info->play_work); in sc27xx_vibra_close()
111 INIT_WORK(&info->play_work, sc27xx_vibra_play_work); in sc27xx_vibra_probe()
Dpwm-vibra.c34 struct work_struct play_work; member
89 struct pwm_vibrator, play_work); in pwm_vibrator_play_work()
106 schedule_work(&vibrator->play_work); in pwm_vibrator_play_effect()
115 cancel_work_sync(&vibrator->play_work); in pwm_vibrator_close()
151 INIT_WORK(&vibrator->play_work, pwm_vibrator_play_work); in pwm_vibrator_probe()
226 cancel_work_sync(&vibrator->play_work); in pwm_vibrator_suspend()
Dtwl4030-vibra.c46 struct work_struct play_work; member
102 struct vibra_info, play_work); in vibra_play_work()
145 schedule_work(&info->play_work); in vibra_play()
153 cancel_work_sync(&info->play_work); in twl4030_vibra_close()
215 INIT_WORK(&info->play_work, vibra_play_work); in twl4030_vibra_probe()
Dtwl6040-vibra.c48 struct work_struct play_work; member
183 struct vibra_info, play_work); in vibra_play_work()
212 schedule_work(&info->play_work); in vibra_play()
221 cancel_work_sync(&info->play_work); in twl6040_vibra_close()
232 cancel_work_sync(&info->play_work); in twl6040_vibra_suspend()
337 INIT_WORK(&info->play_work, vibra_play_work); in twl6040_vibra_probe()