Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Dtas5720.c49 struct delayed_work fault_check_work; member
220 fault_check_work.work); in tas5720_fault_check_work()
273 schedule_delayed_work(&tas5720->fault_check_work, in tas5720_fault_check_work()
337 INIT_DELAYED_WORK(&tas5720->fault_check_work, tas5720_fault_check_work); in tas5720_codec_probe()
355 cancel_delayed_work_sync(&tas5720->fault_check_work); in tas5720_codec_remove()
391 schedule_delayed_work(&tas5720->fault_check_work, in tas5720_dac_event()
395 cancel_delayed_work_sync(&tas5720->fault_check_work); in tas5720_dac_event()
Dtas6424.c43 struct delayed_work fault_check_work; member
88 schedule_delayed_work(&tas6424->fault_check_work, in tas6424_dac_event()
92 cancel_delayed_work_sync(&tas6424->fault_check_work); in tas6424_dac_event()
405 fault_check_work.work); in tas6424_fault_check_work()
586 schedule_delayed_work(&tas6424->fault_check_work, in tas6424_fault_check_work()
761 INIT_DELAYED_WORK(&tas6424->fault_check_work, tas6424_fault_check_work); in tas6424_i2c_probe()
783 cancel_delayed_work_sync(&tas6424->fault_check_work); in tas6424_i2c_remove()