Searched refs:play_work (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A 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() 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()
|
H A D | sc27xx-vibra.c | 19 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()
|
H A D | pwm-vibra.c | 30 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()
|
H A 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() 201 INIT_WORK(&info->play_work, vibra_play_work); in twl4030_vibra_probe()
|
H A 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() 321 INIT_WORK(&info->play_work, vibra_play_work); in twl6040_vibra_probe()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
Completed in 5 milliseconds