Home
last modified time | relevance | path

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

123456

/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()
/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
/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.
/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
/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 Dmaxim,max6639.yaml78 pulses-per-revolution = <2>;
86 pulses-per-revolution = <2>;
/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()
/linux/Documentation/admin-guide/media/
H A Dmgb4.rst98 The type of VSYNC pulses as detected by the video format detector.
108 The type of HSYNC pulses as detected by the video format detector.
119 HSYNC pulses, these must be generated internally in the FPGA to achieve
126 HSYNC pulses, these must be generated internally in the FPGA to achieve
154 Number of PCLK pulses between deassertion of the HSYNC signal and the first
161 Number of PCLK pulses between the end of the last valid pixel in the video
273 Number of PCLK pulses between deassertion of the HSYNC signal and the first
277 Number of PCLK pulses between the end of the last valid pixel in the video
/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.rst50 and current. Flow sensor pulses are also available.
54 voltage and current. Flow sensor pulses are also available.
102 fan5_pulses Quadro flow sensor pulses
103 fan9_pulses Octo flow sensor pulses
/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()
/linux/drivers/hwmon/
H A Daxi-fan-control.c56 /* pulses per revolution */
143 * and ppr is pulses per revolution. in axi_fan_control_get_fan_rpm()
376 /* get fan pulses per revolution */ in axi_fan_control_init()
377 ret = device_property_read_u32(dev, "pulses-per-revolution", &ctl->ppr); in axi_fan_control_init()
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-swift.dts349 tach-pulses = <2>;
361 tach-pulses = <2>;
373 tach-pulses = <2>;
385 tach-pulses = <2>;
397 tach-pulses = <2>;
H A Daspeed-bmc-opp-tacoma.dts486 tach-pulses = <2>;
499 tach-pulses = <2>;
512 tach-pulses = <2>;
525 tach-pulses = <2>;
/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
H A Dfsl,qe-tsa.yaml106 Frame sync pulses are sampled with the rising edge of the channel
107 clock. If not present, pulses are sampled with the falling edge.
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c41 * Display Port short pulses and MST devices involved, complicating matters.
56 * intel_dp_hpd_pulse() via hooks, which handles DP short pulses and DP MST long
57 * pulses, with failures and non-MST long pulses triggering regular hotplug
526 * @long_mask: a mask of hpd pins that may be long hpd pulses
531 * triggered (@pin_mask), and which of those pins may be long pulses
882 * short pulses, as seen on some G4x systems. in intel_hpd_init_early()
/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
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-send-carrier.rst34 Set send carrier used to modulate IR PWM pulses and spaces.
/linux/drivers/media/rc/
H A Dir-xmp-decoder.c148 /* Expect 8 or 16 nibble pulses. 16 in case of 'final' frame */ in ir_xmp_decode()
170 dev_dbg(&dev->dev, "too many pulses (%d) ignoring: %u\n", in ir_xmp_decode()
/linux/Documentation/driver-api/
H A Dreset.rst42 carefully timed sequence of pulses on multiple reset lines.
61 trigger reset pulses, or to query reset line status.

123456