Searched refs:play_work (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/input/misc/ |
D | gpio-vibra.c | 32 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() 125 INIT_WORK(&vibrator->play_work, gpio_vibrator_play_work); in gpio_vibrator_probe() 157 cancel_work_sync(&vibrator->play_work); in gpio_vibrator_suspend()
|
D | pwm-vibra.c | 32 struct work_struct play_work; member 98 struct pwm_vibrator, play_work); in pwm_vibrator_play_work() 115 schedule_work(&vibrator->play_work); in pwm_vibrator_play_effect() 124 cancel_work_sync(&vibrator->play_work); in pwm_vibrator_close() 158 INIT_WORK(&vibrator->play_work, pwm_vibrator_play_work); in pwm_vibrator_probe() 233 cancel_work_sync(&vibrator->play_work); in pwm_vibrator_suspend()
|
D | sc27xx-vibra.c | 30 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()
|
D | twl4030-vibra.c | 32 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()
|
D | twl6040-vibra.c | 34 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() 322 INIT_WORK(&info->play_work, vibra_play_work); in twl6040_vibra_probe()
|