Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmax98090.c2057 schedule_work(&max98090->pll_det_disable_work); in max98090_dai_trigger()
2102 container_of(work, struct max98090_priv, pll_det_disable_work); in max98090_pll_det_disable_work()
2444 INIT_WORK(&max98090->pll_det_disable_work, in max98090_probe()
2497 cancel_work_sync(&max98090->pll_det_disable_work); in max98090_remove()
H A Dmax98090.h1532 struct work_struct pll_det_disable_work; member