HomeSort by: relevance | last modified time | path
    Searched defs:pulse (Results 1 - 3 of 3) 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 in function:irmce_rc6_decode
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/lib/libterminfo/
term.h 1460 #define pulse t_pulse(cur_term) macro
1858 * pulse: Select pulse dialing

Completed in 15 milliseconds