Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dmax98090.c2112 container_of(work, struct max98090_priv, pll_work); in max98090_pll_work()
2265 schedule_work(&max98090->pll_work); in max98090_interrupt()
2427 INIT_WORK(&max98090->pll_work, max98090_pll_work); in max98090_probe()
2480 cancel_work_sync(&max98090->pll_work); in max98090_remove()
Dmax98090.h1536 struct work_struct pll_work; member