Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dfs210x.c62 struct delayed_work fault_check_work; member
799 cancel_delayed_work_sync(&fs210x->fault_check_work); in fs210x_dai_mute()
803 schedule_delayed_work(&fs210x->fault_check_work, delay); in fs210x_dai_mute()
861 fs210x = container_of(work, struct fs210x_priv, fault_check_work.work); in fs210x_fault_check_work()
902 schedule_delayed_work(&fs210x->fault_check_work, in fs210x_fault_check_work()
1215 cancel_delayed_work_sync(&fs210x->fault_check_work); in fs210x_remove()
1241 cancel_delayed_work_sync(&fs210x->fault_check_work); in fs210x_suspend()
1414 INIT_DELAYED_WORK(&fs210x->fault_check_work, fs210x_fault_check_work); in fs210x_init()
H A Dtas675x.c72 struct delayed_work fault_check_work; member
1697 disable_delayed_work_sync(&tas->fault_check_work); in tas675x_runtime_suspend()
1710 enable_delayed_work(&tas->fault_check_work); in tas675x_runtime_resume()
1711 schedule_delayed_work(&tas->fault_check_work, in tas675x_runtime_resume()
1851 fault_check_work.work); in tas675x_fault_check_work()
1856 schedule_delayed_work(&tas->fault_check_work, in tas675x_fault_check_work()
2057 INIT_DELAYED_WORK(&tas->fault_check_work, tas675x_fault_check_work); in tas675x_i2c_probe()
2124 schedule_delayed_work(&tas->fault_check_work, in tas675x_i2c_probe()
2153 disable_delayed_work_sync(&tas->fault_check_work); in tas675x_i2c_remove()