Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dmax98090.c2165 container_of(work, struct max98090_priv, pll_work); in max98090_pll_work()
2321 schedule_work(&max98090->pll_work); in max98090_interrupt()
2481 INIT_WORK(&max98090->pll_work, max98090_pll_work); in max98090_probe()
2525 cancel_work_sync(&max98090->pll_work); in max98090_remove()
Dmax98090.h1536 struct work_struct pll_work; member