Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dmax98090.c2056 schedule_work(&max98090->pll_det_disable_work); in max98090_dai_trigger()
2101 container_of(work, struct max98090_priv, pll_det_disable_work); in max98090_pll_det_disable_work()
2442 INIT_WORK(&max98090->pll_det_disable_work, in max98090_probe()
2495 cancel_work_sync(&max98090->pll_det_disable_work); in max98090_remove()
H A Dmax98090.h1532 struct work_struct pll_det_disable_work; member