last_fault1        45 sound/soc/codecs/tas6424.c 	unsigned int last_fault1;
last_fault1        85 sound/soc/codecs/tas6424.c 		tas6424->last_fault1 = 0;
last_fault1       474 sound/soc/codecs/tas6424.c 		tas6424->last_fault1 = reg;
last_fault1       478 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_PVDD_OV) && !(tas6424->last_fault1 & TAS6424_FAULT_PVDD_OV))
last_fault1       481 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_VBAT_OV) && !(tas6424->last_fault1 & TAS6424_FAULT_VBAT_OV))
last_fault1       484 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_PVDD_UV) && !(tas6424->last_fault1 & TAS6424_FAULT_PVDD_UV))
last_fault1       487 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_VBAT_UV) && !(tas6424->last_fault1 & TAS6424_FAULT_VBAT_UV))
last_fault1       491 sound/soc/codecs/tas6424.c 	tas6424->last_fault1 = reg;