Searched refs:unsol_hp_work (Results 1 – 2 of 2) sorted by relevance
49 struct delayed_work unsol_hp_work; member121 container_of(to_delayed_work(work), struct cmi_spec, unsol_hp_work); in cm9825_unsol_hp_delayed()166 schedule_delayed_work(&spec->unsol_hp_work, msecs_to_jiffies(200)); in hp_callback()190 cancel_delayed_work_sync(&spec->unsol_hp_work); in cm9825_free()198 cancel_delayed_work_sync(&spec->unsol_hp_work); in cm9825_suspend()266 INIT_DELAYED_WORK(&spec->unsol_hp_work, cm9825_unsol_hp_delayed); in patch_cm9825()
1136 struct delayed_work unsol_hp_work; member4905 to_delayed_work(work), struct ca0132_spec, unsol_hp_work); in ca0132_unsol_hp_delayed()8673 schedule_delayed_work(&spec->unsol_hp_work, msecs_to_jiffies(500)); in hp_callback()9638 cancel_delayed_work_sync(&spec->unsol_hp_work); in ca0132_free()9689 cancel_delayed_work_sync(&spec->unsol_hp_work); in ca0132_suspend()10079 INIT_DELAYED_WORK(&spec->unsol_hp_work, ca0132_unsol_hp_delayed); in patch_ca0132()