Lines Matching refs:fault_set
369 static int wled_ovp_fault_status(struct wled *wled, bool *fault_set) in wled_ovp_fault_status() argument
374 *fault_set = false; in wled_ovp_fault_status()
392 *fault_set = true; in wled_ovp_fault_status()
395 *fault_set = true; in wled_ovp_fault_status()
399 *fault_set = true; in wled_ovp_fault_status()
401 if (*fault_set) in wled_ovp_fault_status()
578 bool fault_set; in wled_auto_string_detection() local
656 rc = wled_ovp_fault_status(wled, &fault_set); in wled_auto_string_detection()
663 if (fault_set) in wled_auto_string_detection()
813 bool fault_set; in wled_auto_detection_at_init() local
818 rc = wled_ovp_fault_status(wled, &fault_set); in wled_auto_detection_at_init()
825 if (fault_set) { in wled_auto_detection_at_init()