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()
565 bool fault_set; in wled_auto_string_detection() local
643 rc = wled_ovp_fault_status(wled, &fault_set); in wled_auto_string_detection()
650 if (fault_set) in wled_auto_string_detection()
800 bool fault_set; in wled_auto_detection_at_init() local
805 rc = wled_ovp_fault_status(wled, &fault_set); in wled_auto_detection_at_init()
812 if (fault_set) { in wled_auto_detection_at_init()