Home
last modified time | relevance | path

Searched full:pulses (Results 1 – 25 of 126) 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()
H A Ddfs.h34 * filtered for false pulses. Events passing all tests are forwarded to
/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.
/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>;
/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/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
H A Dg760a.rst23 consecutive speed pulses. The period is defined in terms of clock
/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/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/drivers/pinctrl/qcom/
H A Dtlmm-test.c218 * Square wave with 10 high pulses, assert that we get 10 rising interrupts
243 * Square wave with 10 low pulses, assert that we get 10 falling interrupts
361 * Square wave with 10 high pulses, assert that we get 10 rising hard and
388 * Square wave with 10 low pulses, assert that we get 10 falling interrupts
/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.
/linux/arch/arm/boot/dts/aspeed/
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/leds/backlight/
H A Dkinetic,ktd253.yaml16 using pulses on the enable wire. This is sometimes referred to as
/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()
H A Digorplugusb.c56 * If more than 36 pulses and spaces follow each other, the igorplugusb in igorplugusb_irdata()
197 * This device can only store 36 pulses + spaces, which is not enough in igorplugusb_probe()
/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.
/linux/Documentation/devicetree/bindings/sound/
H A Dawinic,aw8738.yaml32 description: Operation mode (number of pulses for one-wire pulse control)

123456