Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-steam.c426 struct delayed_work coalesce_rumble_work; member
848 coalesce_rumble_work); in steam_coalesce_rumble_cb()
856 schedule_delayed_work(&steam->coalesce_rumble_work, HZ / 20); in steam_coalesce_rumble_cb()
872 if (delayed_work_pending(&steam->coalesce_rumble_work)) in steam_play_effect()
875 schedule_delayed_work(&steam->coalesce_rumble_work, HZ / 20); in steam_play_effect()
1435 cancel_delayed_work_sync(&steam->coalesce_rumble_work); in steam_register()
1455 cancel_delayed_work_sync(&steam->coalesce_rumble_work); in steam_unregister()
1775 INIT_DELAYED_WORK(&steam->coalesce_rumble_work, steam_coalesce_rumble_cb); in steam_probe()
1848 cancel_delayed_work_sync(&steam->coalesce_rumble_work); in steam_probe()