Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_monitor.c613 struct aw87xxx, monitor.with_dsp_work.work); in aw_monitor_work_func()
635 schedule_delayed_work(&monitor->with_dsp_work, in aw_monitor_work_func()
646 cancel_delayed_work_sync(&monitor->with_dsp_work); in aw_monitor_stop()
671 schedule_delayed_work(&monitor->with_dsp_work, in aw_monitor_start()
1161 INIT_DELAYED_WORK(&monitor->with_dsp_work, aw_monitor_work_func); in aw_monitor_init()
H A Daw_monitor.h82 struct delayed_work with_dsp_work; member