| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | dfs_debug.h | 28 * @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 D | dfs_debug.c | 64 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ |
| H A D | dfs_pri_detector.h | 25 * 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 D | dfs_pri_detector.c | 163 struct list_head *l = &pde->pulses; in pulse_queue_get_tail() 181 /* remove pulses older than window */ 187 /* there is no delta time with less than 2 pulses */ in pulse_queue_check_window() 216 list_add(&p->head, &pde->pulses); in pulse_queue_enqueue() 229 list_for_each_entry(p, &pde->pulses, head) { in pseq_handler_create_sequences() 257 /* check which past pulses are candidates for new sequence */ in pseq_handler_create_sequences() 258 list_for_each_entry_continue(p2, &pde->pulses, head) { in pseq_handler_create_sequences() 347 * 1) have enough pulses in pseq_handler_check_detection() 348 * 2) have more matching than false pulses in pseq_handler_check_detection() 367 list_for_each_entry_safe(p, p0, &pde->pulses, head) { in pri_detector_reset() [all …]
|
| H A D | dfs_pattern_detector.h | 43 * 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
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | walkera0701.rst | 20 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.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-timer-stm32 | 37 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.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/ |
| H A D | adi,axi-fan-control.yaml | 33 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 D | pwm-fan.txt | 17 - pulses-per-revolution : define the tachometer pulses per fan revolution as 61 pulses-per-revolution = <2>;
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-lt3593.c | 25 int pulses; in lt3593_led_set() local 30 * falling edge decreases the current level by 625uA. Up to 32 pulses in lt3593_led_set() 41 pulses = 32 - (value * 32) / 255; in lt3593_led_set() 43 if (pulses == 0) { in lt3593_led_set() 52 while (pulses--) { in lt3593_led_set()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | pwm-fan.c | 37 atomic_t pulses; member 58 atomic_inc(&ctx->pulses); in pulse_handler() 67 int pulses; in sample_timer() local 70 pulses = atomic_read(&ctx->pulses); in sample_timer() 71 atomic_sub(pulses, &ctx->pulses); in sample_timer() 72 ctx->rpm = (unsigned int)(pulses * 1000 * 60) / in sample_timer() 449 of_property_read_u32(dev->of_node, "pulses-per-revolution", &ppr); in pwm_fan_probe() 452 dev_err(dev, "pulses-per-revolution can't be zero.\n"); in pwm_fan_probe()
|
| H A D | axi-fan-control.c | 46 /* pulses per revolution */ 100 * and ppr is pulses per revolution. in axi_fan_control_get_fan_rpm() 332 /* get fan pulses per revolution */ in axi_fan_control_init() 333 ret = of_property_read_u32(np, "pulses-per-revolution", &ctl->ppr); in axi_fan_control_init()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | g762.rst | 18 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
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-av-core.c | 298 * (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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_hotplug.c | 35 * Display Port short pulses and MST devices involved, complicating matters. 50 * intel_dp_hpd_pulse() via hooks, which handles DP short pulses and DP MST long 51 * pulses, with failures and non-MST long pulses triggering regular hotplug 451 * @long_mask: a mask of hpd pins that may be long hpd pulses 456 * triggered (@pin_mask), and which of those pins may be long pulses
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | aspeed-bmc-opp-swift.dts | 349 tach-pulses = <2>; 361 tach-pulses = <2>; 373 tach-pulses = <2>; 385 tach-pulses = <2>; 397 tach-pulses = <2>;
|
| H A D | aspeed-bmc-opp-tacoma.dts | 480 tach-pulses = <2>; 493 tach-pulses = <2>; 506 tach-pulses = <2>; 519 tach-pulses = <2>;
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/ |
| H A D | gpio-fault-injection.rst | 81 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
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | sa1100-cpufreq.c | 140 * pulses!! in sa1100_update_dram_timings() 155 * pulses!! in sa1100_update_dram_timings()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | max6639.h | 11 int ppr; /* Pulses per rotation 1..4 (default == 2) */
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | ir-xmp-decoder.c | 148 /* 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 D | igorplugusb.c | 56 * If more than 36 pulses and spaces follow each other, the igorplugusb in igorplugusb_irdata() 195 * This device can only store 36 pulses + spaces, which is not enough in igorplugusb_probe()
|
| H A D | ene_ir.h | 125 * Low nibble - number of carrier pulses to average 126 * High nibble - number of initial carrier pulses to discard
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | lirc-set-send-carrier.rst | 34 Set send carrier used to modulate IR PWM pulses and spaces.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/backlight/ |
| H A D | kinetic,ktd253.yaml | 16 using pulses on the enable wire. This is sometimes referred to as
|