Lines Matching full:dos
12 * DOS Overrange Threshold | 0x89 | events/in_altvoltage0_thresh_rising_value
13 * DOS Mismatch Threshold | 0x8A | events/in_altvoltage0_mag_rising_value
14 * DOS Reset Maximum Threshold | 0x8B | events/in_altvoltage0_mag_rising_reset_max
15 * DOS Reset Minimum Threshold | 0x8C | events/in_altvoltage0_mag_rising_reset_min
37 * Sine/cosine inputs exceed DOS overrange | D5 | altvoltage0 | thresh | rising
38 * Sine/cosine inputs exceed DOS mismatch | D4 | altvoltage0 | mag | rising
393 /* Sine/cosine inputs exceed DOS overrange threshold */ in ad2s1210_push_events()
401 /* Sine/cosine inputs exceed DOS mismatch threshold */ in ad2s1210_push_events()
899 /* Sine/cosine DOS overrange fault.*/
906 /* Sine/cosine DOS mismatch fault.*/
1254 return sprintf(label, "DOS overrange\n"); in ad2s1210_read_event_label()
1256 return sprintf(label, "DOS mismatch\n"); in ad2s1210_read_event_label()