Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmax98090.c2090 &max98090->jack_work, in max98090_pll_det_enable_work()
2152 jack_work.work); in max98090_jack_work()
2291 &max98090->jack_work, in max98090_interrupt()
2340 &max98090->jack_work, in max98090_mic_detect()
2441 INIT_DELAYED_WORK(&max98090->jack_work, max98090_jack_work); in max98090_probe()
2495 cancel_delayed_work_sync(&max98090->jack_work); in max98090_remove()
H A Drt5640.c2294 container_of(work, struct rt5640_priv, jack_work); in rt5640_jack_work()
2345 queue_work(system_long_wq, &rt5640->jack_work); in rt5640_jack_work()
2354 queue_work(system_long_wq, &rt5640->jack_work); in rt5640_irq()
2363 cancel_work_sync(&rt5640->jack_work); in rt5640_cancel_work()
2430 queue_work(system_long_wq, &rt5640->jack_work); in rt5640_enable_jack_detect()
2834 INIT_WORK(&rt5640->jack_work, rt5640_jack_work); in rt5640_i2c_probe()
H A Dmax98090.h1530 struct delayed_work jack_work; member
H A Drt5640.h2147 struct work_struct jack_work; member