Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c1136 struct delayed_work unsol_hp_work; member
4906 to_delayed_work(work), struct ca0132_spec, unsol_hp_work); in ca0132_unsol_hp_delayed()
8674 schedule_delayed_work(&spec->unsol_hp_work, msecs_to_jiffies(500)); in hp_callback()
9639 cancel_delayed_work_sync(&spec->unsol_hp_work); in ca0132_free()
9691 cancel_delayed_work_sync(&spec->unsol_hp_work); in ca0132_suspend()
10084 INIT_DELAYED_WORK(&spec->unsol_hp_work, ca0132_unsol_hp_delayed); in patch_ca0132()