Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas5720.c49 struct delayed_work fault_check_work; member
245 fault_check_work.work); in tas5720_fault_check_work()
298 schedule_delayed_work(&tas5720->fault_check_work, in tas5720_fault_check_work()
378 INIT_DELAYED_WORK(&tas5720->fault_check_work, tas5720_fault_check_work); in tas5720_codec_probe()
396 cancel_delayed_work_sync(&tas5720->fault_check_work); in tas5720_codec_remove()
432 schedule_delayed_work(&tas5720->fault_check_work, in tas5720_dac_event()
436 cancel_delayed_work_sync(&tas5720->fault_check_work); in tas5720_dac_event()
H A Dtas6424.c42 struct delayed_work fault_check_work; member
87 schedule_delayed_work(&tas6424->fault_check_work, in tas6424_dac_event()
91 cancel_delayed_work_sync(&tas6424->fault_check_work); in tas6424_dac_event()
404 fault_check_work.work); in tas6424_fault_check_work()
585 schedule_delayed_work(&tas6424->fault_check_work, in tas6424_fault_check_work()
760 INIT_DELAYED_WORK(&tas6424->fault_check_work, tas6424_fault_check_work); in tas6424_i2c_probe()
782 cancel_delayed_work_sync(&tas6424->fault_check_work); in tas6424_i2c_remove()