Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dtas5720.c58 unsigned int last_fault; member
233 if ((curr_fault & TAS5720_OCE) && !(tas5720->last_fault & TAS5720_OCE)) in tas5720_fault_check_work()
236 if ((curr_fault & TAS5720_DCE) && !(tas5720->last_fault & TAS5720_DCE)) in tas5720_fault_check_work()
239 if ((curr_fault & TAS5720_OTE) && !(tas5720->last_fault & TAS5720_OTE)) in tas5720_fault_check_work()
243 tas5720->last_fault = curr_fault; in tas5720_fault_check_work()
383 tas5720->last_fault = 0; in tas5720_dac_event()