HomeSort by: relevance | last modified time | path
    Searched defs:pulse (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_engine_heartbeat.c 41 struct pulse { struct
48 kref_get(&container_of(active, struct pulse, active)->kref);
54 kfree(container_of(kref, struct pulse, kref));
57 static void pulse_put(struct pulse *p)
64 pulse_put(container_of(active, struct pulse, active));
67 static struct pulse *pulse_create(void)
69 struct pulse *p;
81 static void pulse_unlock_wait(struct pulse *p)
89 struct pulse *p;
121 struct drm_printer m = drm_err_printer("pulse");
    [all...]
  /src/sys/dev/usb/
irmce.c 397 int state, pulse; local
404 pulse = (buf[n] & 0x7f) * 50;
406 if (pulse >= 300 && pulse <= 600) {
408 } else if (pulse >= 680 && pulse <= 1080) {
411 } else if (pulse >= 1150 && pulse <= 1450) {
415 } else if (pulse >= 2400 && pulse <= 2800)
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_irig.c 33 * pulse-width modulated data bits. For IRIG-B, the carrier frequency is
48 * to the corrected slice level determine the width of each pulse and
58 * timestamp. A pulse-width discriminator demodulates the data pulses,
262 int pulse; /* cycle counter */ member in struct:irigunit
677 * beginning of the data pulse is determined from the integrated
678 * samples, while the end of the pulse is determined from the
692 * Pulse code demodulator and reference timestamp. The decoder
697 up->pulse = (up->pulse + 1) % 10;
702 if (up->pulse != 0
    [all...]
  /src/lib/libterminfo/
term.h 1460 #define pulse t_pulse(cur_term) macro
1858 * pulse: Select pulse dialing

Completed in 33 milliseconds