Home
last modified time | relevance | path

Searched full:pulses (Results 1 – 25 of 182) sorted by relevance

12345678

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddfs_debug.h28 * @pulses_total: pulses reported by HW
29 * @pulses_no_dfs: pulses wrongly reported as DFS
30 * @pulses_detected: pulses detected so far
31 * @datalen_discards: pulses discarded due to invalid datalen
32 * @rssi_discards: pulses discarded due to invalid RSSI
33 * @bwinfo_discards: pulses discarded due to invalid BW info
34 * @pri_phy_errors: pulses reported for primary channel
35 * @ext_phy_errors: pulses reported for extension channel
36 * @dc_phy_errors: pulses reported for primary + extension channel
37 * @pulses_processed: pulses forwarded to detector
H A Ddfs_debug.c64 ATH9K_DFS_STAT("DFS pulses detected ", pulses_detected); in read_file_dfs()
68 ATH9K_DFS_STAT("Primary channel pulses ", pri_phy_errors); in read_file_dfs()
69 ATH9K_DFS_STAT("Secondary channel pulses", ext_phy_errors); in read_file_dfs()
70 ATH9K_DFS_STAT("Dual channel pulses ", dc_phy_errors); in read_file_dfs()
78 ATH9K_DFS_POOL_STAT("Pulses allocated ", pulse_allocated); in read_file_dfs()
79 ATH9K_DFS_POOL_STAT("Pulses alloc error ", pulse_alloc_error); in read_file_dfs()
80 ATH9K_DFS_POOL_STAT("Pulses in use ", pulse_used); in read_file_dfs()
/openbmc/linux/drivers/net/wireless/ath/
H A Ddfs_pri_detector.h25 * struct pri_sequence - sequence of pulses matching one PRI
29 * @count: number of pulses in this sequence
30 * @count_falses: number of not matching pulses in this sequence
54 * @pulses: list connecting pulse_elem objects
55 * @count: number of pulses in queue
56 * @max_count: maximum number of pulses to be queued
70 struct list_head pulses; member
H A Ddfs_pri_detector.c162 struct list_head *l = &pde->pulses; in pulse_queue_get_tail()
180 /* remove pulses older than window */
186 /* there is no delta time with less than 2 pulses */ in pulse_queue_check_window()
215 list_add(&p->head, &pde->pulses); in pulse_queue_enqueue()
228 list_for_each_entry(p, &pde->pulses, head) { in pseq_handler_create_sequences()
256 /* check which past pulses are candidates for new sequence */ in pseq_handler_create_sequences()
257 list_for_each_entry_continue(p2, &pde->pulses, head) { in pseq_handler_create_sequences()
346 * 1) have enough pulses in pseq_handler_check_detection()
347 * 2) have more matching than false pulses in pseq_handler_check_detection()
366 list_for_each_entry_safe(p, p0, &pde->pulses, head) { in pri_detector_reset()
[all …]
H A Ddfs_pattern_detector.h43 * struct pulse_event - describing pulses reported by PHY
66 * @ppb: pulses per bursts for this type
67 * @ppb_thresh: number of pulses required to trigger detection
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dadi,axi-fan-control.yaml33 pulses-per-revolution:
35 Value specifying the number of pulses per revolution of the controlled
45 - pulses-per-revolution
60 pulses-per-revolution = <2>;
H A Dpwm-fan.yaml34 pulses-per-revolution:
36 Define the number of pulses per fan revolution for each tachometer
96 pulses-per-revolution = <2>;
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-timer-stm3237 OC4REF rising or falling edges generate pulses.
39 OC6REF rising or falling edges generate pulses.
41 OC4REF or OC6REF rising edges generate pulses.
44 pulses.
46 OC5REF or OC6REF rising edges generate pulses.
49 pulses.
H A Dsysfs-bus-counter119 by two on succeeding clock pulses. When the count
126 two on succeeding clock pulses. One clock pulse after
129 Succeeding clock pulses decrement the count by two. When
334 attribute indicates the value in nanoseconds where noise pulses
/openbmc/linux/Documentation/input/devices/
H A Dwalkera0701.rst20 pulses from processor to HF part can be found at pin 2 of this connector,
22 modulation pulses to PC, signal pulses must be amplified.
62 Signal pulses
98 (Warning, pulses on ACK are inverted by transistor, irq is raised up on sync
105 values can be sampled between sync pulses.
/openbmc/linux/drivers/leds/
H A Dleds-lt3593.c26 int pulses; in lt3593_led_set() local
31 * falling edge decreases the current level by 625uA. Up to 32 pulses in lt3593_led_set()
42 pulses = 32 - (value * 32) / 255; in lt3593_led_set()
44 if (pulses == 0) { in lt3593_led_set()
53 while (pulses--) { in lt3593_led_set()
/openbmc/linux/Documentation/devicetree/bindings/hwmon/pmbus/
H A Dmax31785.txt40 pulses or "lock" for a locked-rotor signal.
47 - tach-pulses : Tachometer pulses per revolution. Valid values are
112 tach-pulses = <1>;
132 tach-pulses = <1>;
/openbmc/linux/drivers/hwmon/
H A Dpwm-fan.c26 atomic_t pulses; member
69 atomic_inc(&tach->pulses); in pulse_handler()
83 int pulses; in sample_timer() local
85 pulses = atomic_read(&tach->pulses); in sample_timer()
86 atomic_sub(pulses, &tach->pulses); in sample_timer()
87 tach->rpm = (unsigned int)(pulses * 1000 * 60) / in sample_timer()
593 "pulses-per-revolution", in pwm_fan_probe()
598 dev_err(dev, "pulses-per-revolution can't be zero.\n"); in pwm_fan_probe()
H A Daxi-fan-control.c55 /* pulses per revolution */
142 * and ppr is pulses per revolution. in axi_fan_control_get_fan_rpm()
375 /* get fan pulses per revolution */ in axi_fan_control_init()
376 ret = of_property_read_u32(np, "pulses-per-revolution", &ctl->ppr); in axi_fan_control_init()
/openbmc/linux/Documentation/hwmon/
H A Dg762.rst18 hardware characteristics of the system (reference clock, pulses per
36 number of pulses per fan revolution. Supported values
71 system: a reference clock source frequency, a number of pulses per fan
H A Daquacomputer_d5next.rst52 voltage and current. Flow sensor pulses are also available.
95 fan5_pulses Quadro flow sensor pulses
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-av-core.c298 * (double horizontal rate) pulses: in cx18_av_std_setup()
301 * 5 (625) or 6 (525) vertical sync pulses of half line duration in cx18_av_std_setup()
302 * 5 (625) or 6 (525) half-lines of equalization pulses in cx18_av_std_setup()
308 * 10 = vblank656 - vblank = vsync pulses + equalization pulses in cx18_av_std_setup()
318 * vblank starts counting from the after the 5 vsync pulses and in cx18_av_std_setup()
319 * 5 or 4 equalization pulses (start of line 6 or 318) in cx18_av_std_setup()
380 * 12 = vblank656 - vblank = vsync pulses + equalization pulses in cx18_av_std_setup()
382 * prevsync: 6 half-lines before the vsync pulses in cx18_av_std_setup()
390 * vblank starts counting from the after the 6 vsync pulses and in cx18_av_std_setup()
391 * 6 or 5 equalization pulses (start of line 10 or 272) in cx18_av_std_setup()
/openbmc/linux/include/linux/platform_data/
H A Dmax6639.h11 int ppr; /* Pulses per rotation 1..4 (default == 2) */
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c37 * Display Port short pulses and MST devices involved, complicating matters.
52 * intel_dp_hpd_pulse() via hooks, which handles DP short pulses and DP MST long
53 * pulses, with failures and non-MST long pulses triggering regular hotplug
474 * @long_mask: a mask of hpd pins that may be long hpd pulses
479 * triggered (@pin_mask), and which of those pins may be long pulses
753 * short pulses, as seen on some G4x systems. in intel_hpd_init_early()
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dfsl,cpm1-tsa.yaml106 Frame sync pulses are sampled with the rising edge of the channel
107 clock. If 'fsync-rising-edge' is not present, pulses are sampled with
/openbmc/linux/Documentation/i2c/
H A Dgpio-fault-injection.rst81 register 0x00 (if it has registers) when further clock pulses happen on SCL.
82 This is why bus recovery (up to 9 clock pulses) must either check SDA or send
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-send-carrier.rst34 Set send carrier used to modulate IR PWM pulses and spaces.
H A Dlirc-set-rec-carrier.rst34 Set receive carrier used to modulate IR PWM pulses and spaces.
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-witherspoon.dts369 tach-pulses = <2>;
382 tach-pulses = <2>;
395 tach-pulses = <2>;
408 tach-pulses = <2>;
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dkinetic,ktd253.yaml16 using pulses on the enable wire. This is sometimes referred to as

12345678