Searched full:pulse (Results 1 – 25 of 931) sorted by relevance
12345678910>>...38
54 …DC1 read request DC_I2C_DDC1_READ_REQUEST_INTERRUPT DISP_INTERRUPT_STATUS_CONTINUE21 Level / Pulse 57 …DC2 read request DC_I2C_DDC2_READ_REQUEST_INTERRUPT DISP_INTERRUPT_STATUS_CONTINUE21 Level / Pulse 60 …DC3 read request DC_I2C_DDC3_READ_REQUEST_INTERRUPT DISP_INTERRUPT_STATUS_CONTINUE21 Level / Pulse 63 …DC4 read request DC_I2C_DDC4_READ_REQUEST_INTERRUPT DISP_INTERRUPT_STATUS_CONTINUE21 Level / Pulse 66 …DC5 read request DC_I2C_DDC5_READ_REQUEST_INTERRUPT DISP_INTERRUPT_STATUS_CONTINUE21 Level / Pulse 69 …DC6 read request DC_I2C_DDC6_READ_REQUEST_INTERRUPT DISP_INTERRUPT_STATUS_CONTINUE21 Level / Pulse 72 …CVGA read request DC_I2C_VGA_READ_REQUEST_INTERRUPT DISP_INTERRUPT_STATUS_CONTINUE21 Level / Pulse 75 … read request GENERIC_I2C_DDC_READ_REUEST_INTERRUPT DISP_INTERRUPT_STATUS_CONTINUE21 Level / Pulse 78 …n counter0 interrupt DCCG_PERFMON_COUNTER0_INTERRUPT DISP_INTERRUPT_STATUS_CONTINUE7 Level / Pulse 84 …on counter0 interrupt DMU_PERFMON_COUNTER0_INTERRUPT DISP_INTERRUPT_STATUS_CONTINUE7 Level / Pulse [all …]
19 man/pulse-client.conf.5.xml.in | 9 +++++++++20 src/pulse/client-conf.c | 1 +21 src/pulse/client-conf.h | 1 +22 src/pulse/client.conf.in | 1 +23 src/pulse/context.c | 2 +-26 diff --git a/man/pulse-client.conf.5.xml.in b/man/pulse-client.conf.5.xml.in28 --- a/man/pulse-client.conf.5.xml.in29 +++ b/man/pulse-client.conf.5.xml.in46 diff --git a/src/pulse/client-conf.c b/src/pulse/client-conf.c48 --- a/src/pulse/client-conf.c[all …]
19 * This protocol has 30 bits. The format is one IMON_UNIT header pulse,21 * one IMON_UNIT field with the actual bit (1=space, 0=pulse).22 * The check field is always space for some bits, for others it is pulse if27 * the lower bits are all set, iow. the last pulse is for the lowest87 * ir_imon_decode() - Decode one iMON pulse or space89 * @ev: the struct ir_raw_event descriptor of the pulse/space91 * This function returns -EINVAL if the pulse violates the state machine105 data->state, data->count, ev.duration, TO_STR(ev.pulse)); in ir_imon_decode()118 if (!ev.pulse && ev.duration > MS_TO_US(10)) in ir_imon_decode()131 if (ev.pulse) { in ir_imon_decode()[all …]
12 /* Define the max number of pulse/space transitions to buffer */51 /* fifo for the pulse/space durations */179 return x->pulse != y->pulse; in is_transition()190 /* Returns true if event is normal pulse/space event */196 #define TO_STR(is_pulse) ((is_pulse) ? "pulse" : "space")202 unsigned int pulse, in init_ir_raw_event_duration() argument207 .pulse = pulse in init_ir_raw_event_duration()213 * @leader_pulse: duration of leader pulse (if any) 0 if continuing216 * @clock: duration of each pulse/space in ns218 * (0 = space + pulse, 1 = pulse + space)[all …]
2 // rc-ir-raw.c - handle IR pulse/space events37 TO_STR(ev.pulse)); in ir_raw_event_thread()38 if (raw->prev_ev.reset && ev.pulse == 0) in ir_raw_event_thread()39 dev_warn_once(&dev->dev, "timing event after reset should be pulse"); in ir_raw_event_thread()65 * ir_raw_event_store() - pass a pulse/space duration to the raw ir decoders67 * @ev: the struct ir_raw_event descriptor of the pulse/space70 * pulse/space duration for the raw ir decoding state machines. Pulses are80 ev->duration, TO_STR(ev->pulse)); in ir_raw_event_store()92 * ir_raw_event_store_edge() - notify raw ir decoders of the start of a pulse/space94 * @pulse: true for pulse, false for space[all …]
2 /* ir-jvc-decoder.c - handle JVC IR Pulse/Space protocol32 * ir_jvc_decode() - Decode one JVC pulse or space34 * @ev: the struct ir_raw_event descriptor of the pulse/space36 * This function returns -EINVAL if the pulse violates the state machine52 data->state, ev.duration, TO_STR(ev.pulse)); in ir_jvc_decode()58 if (!ev.pulse) in ir_jvc_decode()71 if (ev.pulse) in ir_jvc_decode()81 if (!ev.pulse) in ir_jvc_decode()91 if (ev.pulse) in ir_jvc_decode()111 if (!ev.pulse) in ir_jvc_decode()[all …]
2 // ir-nec-decoder.c - handle NEC IR Pulse/Space protocol33 * ir_nec_decode() - Decode one NEC pulse or space35 * @ev: the struct ir_raw_event descriptor of the pulse/space37 * This function returns -EINVAL if the pulse violates the state machine53 data->state, ev.duration, TO_STR(ev.pulse)); in ir_nec_decode()58 if (!ev.pulse) in ir_nec_decode()74 if (ev.pulse) in ir_nec_decode()88 if (!ev.pulse) in ir_nec_decode()98 if (ev.pulse) in ir_nec_decode()125 if (!ev.pulse) in ir_nec_decode()[all …]
2 /* ir-sharp-decoder.c - handle Sharp IR Pulse/Space protocol32 * ir_sharp_decode() - Decode one Sharp pulse or space34 * @ev: the struct ir_raw_event descriptor of the pulse/space36 * This function returns -EINVAL if the pulse violates the state machine50 data->state, ev.duration, TO_STR(ev.pulse)); in ir_sharp_decode()55 if (!ev.pulse) in ir_sharp_decode()68 if (!ev.pulse) in ir_sharp_decode()80 if (ev.pulse) in ir_sharp_decode()101 if (!ev.pulse) in ir_sharp_decode()121 if (ev.pulse) in ir_sharp_decode()[all …]
2 // ir-sanyo-decoder.c - handle SANYO IR Pulse/Space protocol40 * ir_sanyo_decode() - Decode one SANYO pulse or space42 * @ev: the struct ir_raw_event descriptor of the pulse/space44 * This function returns -EINVAL if the pulse violates the state machine62 data->state, ev.duration, TO_STR(ev.pulse)); in ir_sanyo_decode()67 if (!ev.pulse) in ir_sanyo_decode()79 if (ev.pulse) in ir_sanyo_decode()90 if (!ev.pulse) in ir_sanyo_decode()100 if (ev.pulse) in ir_sanyo_decode()125 if (!ev.pulse) in ir_sanyo_decode()[all …]
2 /* ir-sony-decoder.c - handle Sony IR Pulse/Space protocol28 * ir_sony_decode() - Decode one Sony pulse or space30 * @ev: the struct ir_raw_event descriptor of the pulse/space32 * This function returns -EINVAL if the pulse violates the state machine51 data->state, ev.duration, TO_STR(ev.pulse)); in ir_sony_decode()56 if (!ev.pulse) in ir_sony_decode()67 if (ev.pulse) in ir_sony_decode()77 if (!ev.pulse) in ir_sony_decode()91 if (ev.pulse) in ir_sony_decode()108 if (ev.pulse) in ir_sony_decode()[all …]
2 /* ir-xmp-decoder.c - handle XMP IR Pulse/Space protocol29 * ir_xmp_decode() - Decode one XMP pulse or space31 * @ev: the struct ir_raw_event descriptor of the pulse/space33 * This function returns -EINVAL if the pulse violates the state machine46 data->state, data->count, ev.duration, TO_STR(ev.pulse)); in ir_xmp_decode()51 if (!ev.pulse) in ir_xmp_decode()62 if (!ev.pulse) in ir_xmp_decode()71 if (ev.pulse) in ir_xmp_decode()150 …dev_dbg(&dev->dev, "received half frame pulse at index %d. Probably a final frame key-up event: %u… in ir_xmp_decode()161 dev_dbg(&dev->dev, "received half frame pulse at index %d: %u\n", in ir_xmp_decode()[all …]
74 * ir_rc6_decode() - Decode one RC6 pulse or space76 * @ev: the struct ir_raw_event descriptor of the pulse/space78 * This function returns -EINVAL if the pulse violates the state machine98 data->state, ev.duration, TO_STR(ev.pulse)); in ir_rc6_decode()106 if (!ev.pulse) in ir_rc6_decode()109 /* Note: larger margin on first pulse since each RC6_UNIT in ir_rc6_decode()120 if (ev.pulse) in ir_rc6_decode()135 if (ev.pulse) in ir_rc6_decode()154 data->toggle = ev.pulse; in ir_rc6_decode()187 if (ev.pulse) in ir_rc6_decode()[all …]
53 * ir_rcmm_decode() - Decode one RCMM pulse or space55 * @ev: the struct ir_raw_event descriptor of the pulse/space57 * This function returns -EINVAL if the pulse violates the state machine79 if (!ev.pulse) in ir_rcmm_decode()91 if (ev.pulse) in ir_rcmm_decode()101 if (!ev.pulse) in ir_rcmm_decode()111 if (ev.pulse) in ir_rcmm_decode()144 if (!ev.pulse) in ir_rcmm_decode()168 data->count, data->state, ev.duration, TO_STR(ev.pulse)); in ir_rcmm_decode()
248 struct mt76x02_dfs_hw_pulse *pulse) in mt76x02_dfs_get_hw_pulse() argument253 data = (MT_DFS_CH_EN << 16) | pulse->engine; in mt76x02_dfs_get_hw_pulse()257 pulse->period = mt76_rr(dev, MT_BBP(DFS, 19)); in mt76x02_dfs_get_hw_pulse()260 pulse->w1 = mt76_rr(dev, MT_BBP(DFS, 20)); in mt76x02_dfs_get_hw_pulse()261 pulse->w2 = mt76_rr(dev, MT_BBP(DFS, 23)); in mt76x02_dfs_get_hw_pulse()264 pulse->burst = mt76_rr(dev, MT_BBP(DFS, 22)); in mt76x02_dfs_get_hw_pulse()268 struct mt76x02_dfs_hw_pulse *pulse) in mt76x02_dfs_check_hw_pulse() argument272 if (!pulse->period || !pulse->w1) in mt76x02_dfs_check_hw_pulse()277 if (pulse->engine > 3) in mt76x02_dfs_check_hw_pulse()280 if (pulse->engine == 3) { in mt76x02_dfs_check_hw_pulse()[all …]
36 richtek,ld-pulse-delay-us:38 load current pulse delay in microsecond after strobe pin pulse high.43 richtek,ld-pulse-width-us:45 Load current pulse width in microsecond after strobe pin pulse high.52 Fsin1 pulse high delay in microsecond after vsync signal pulse high.59 Fsin1 pulse high width in microsecond after vsync signal pulse high.66 Fsin2 pulse high delay in microsecond after vsync signal pulse high.73 Fsin2 pulse high width in microsecond after vsync signal pulse high.78 richtek,es-pulse-width-us:79 description: Eye safety function pulse width limit in microsecond.
19 heart rate monitor and low-cost pulse oximeter.25 tristate "TI AFE4404 heart rate and pulse oximeter sensor"32 heart rate monitor and low-cost pulse oximeter.38 tristate "MAX30100 heart rate and pulse oximeter sensor"45 MAX30100 heart rate, and pulse oximeter sensor.51 tristate "MAX30102 heart rate and pulse oximeter sensor"58 MAX30102 heart rate, and pulse oximeter sensor.
44 * @ts: pulse time stamp in us46 * @width: pulse duration in us48 * @chirp: chirp detected in pulse61 * @width_min: minimum radar pulse width in [us]62 * @width_max: maximum radar pulse width in [us]63 * @pri_min: minimum pulse repetition interval in [us] (including tolerance)68 * @max_pri_tolerance: pulse time stamp tolerance on both sides [us]88 * @add_pulse(): add radar pulse to detector, returns true on detection91 * @last_pulse_ts: time stamp of last valid pulse in usecs
27 * @pri: pulse repetition interval (PRI) in usecs31 * @first_ts: time stamp of first pulse in usecs32 * @last_ts: time stamp of last pulse in usecs49 * @add_pulse(): add pulse event, returns pri_sequence if pattern was detected52 * @last_ts: last pulse time stamp considered for this element in usecs53 * @sequences: list_head holding potential pulse sequences57 * @window_size: window size back from newest pulse time stamp in usecs
... .m4 alsa-plugins-1.2.6/pulse/ alsa-plugins-1.2.6/pulse ...
33 hardware. When the carrier is switched on, it is called *PULSE*.37 *PULSE* and *SPACE* events, each with a given duration.40 *PULSE* and *SPACE* events depend on the protocol.42 start with a 9ms *PULSE* and a 4.5ms SPACE. It then transmits 16 bits of45 with 560µs *PULSE* followed by 1690µs *SPACE* and a bit "0" is modulated46 with 560µs *PULSE* followed by 560µs *SPACE*.49 signal in a sequence of *PULSE/SPACE* events, filtering out the carrier52 of time it receives *PULSE/SPACE* events.57 microcontroller that decode the *PULSE/SPACE* sequence and return scan
1 /* Pulse Audio sound handler8 #include <pulse/simple.h>9 #include <pulse/error.h>75 * always let Pulse Audio do it? Since we don't know what in setup()103 /* Pulse Audio buffer lengths are true buffer lengths and not in read_samples()111 lsx_fail_errno(ft, SOX_EPERM, "error reading from pulse audio device: %s", pa_strerror(error)); in read_samples()132 /* Pulse Audio buffer lengths are true buffer lengths and not in write_samples()140 lsx_fail_errno(ft, SOX_EPERM, "error writing to pulse audio device: %s", pa_strerror(error)); in write_samples()165 "Pulse Audio client", in LSX_FORMAT_HANDLER()
37 struct pulse { struct44 kref_get(&container_of(active, struct pulse, active)->kref); in pulse_active() argument50 struct pulse *p = container_of(kref, typeof(*p), kref); in pulse_free()56 static void pulse_put(struct pulse *p) in pulse_put()63 pulse_put(container_of(active, struct pulse, active)); in pulse_retire()66 static struct pulse *pulse_create(void) in pulse_create()68 struct pulse *p; in pulse_create()80 static void pulse_unlock_wait(struct pulse *p) in pulse_unlock_wait()88 struct pulse *p; in __live_idle_pulse()120 struct drm_printer m = drm_err_printer("pulse"); in __live_idle_pulse()[all …]
17 - st,i2c-min-scl-pulse-width-us : The minimum valid SCL pulse width that is19 - st,i2c-min-sda-pulse-width-us : The minimum valid SDA pulse width that is39 st,i2c-min-scl-pulse-width-us = <0>;40 st,i2c-min-sda-pulse-width-us = <5>;
48 It is the throttling depth of pulse skippers, it's the percentage51 level of pulse skippers, which used to throttle clock frequencies. It57 It is the level of pulse skippers, which used to throttle clock124 * the HW will skip cpu clock's pulse in 85% depth,125 * skip gpu clock's pulse in 85% level137 * the HW will skip cpu clock's pulse in 50% depth,138 * skip gpu clock's pulse in 50% level151 * settings to skip cpu pulse.178 * the HW will skip cpu clock's pulse in HIGH level189 * the HW will skip cpu clock's pulse in MED level[all …]
163 pulse -1 pulse -1 * /var/run/pulse - audio,pulse-access169 $(INSTALL) -D -m 755 package/pulseaudio/pulse.sh \170 $(TARGET_DIR)/etc/profile.d/pulse.sh172 $(TARGET_DIR)/etc/pulse/default.pa174 $(TARGET_DIR)/etc/pulse/daemon.conf176 $(TARGET_DIR)/etc/pulse/client.conf