Home
last modified time | relevance | path

Searched +full:needs +full:- +full:ghost +full:- +full:filter (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dgoogle,cros-ec-keyb.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $id: http://devicetree.org/schemas/input/google,cros-ec-keyb.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Simon Glass <sjg@chromium.org>
12 - Benson Leung <bleung@chromium.org>
24 - description: ChromeOS EC with only buttons/switches
25 const: google,cros-ec-keyb-switches
26 - description: ChromeOS EC with keyboard and possibly buttons/switches
27 const: google,cros-ec-keyb
[all …]
H A Dcros-ec-keyb.txt8 This binding is based on matrix-keymap.txt and extends/modifies it as follows:
11 - compatible: "google,cros-ec-keyb"
14 - google,needs-ghost-filter: True to enable a ghost filter for the matrix
21 cros-ec-keyb {
22 compatible = "google,cros-ec-keyb";
23 keypad,num-rows = <8>;
24 keypad,num-columns = <13>;
25 google,needs-ghost-filter;
48 /* F5 6 - \ */
/freebsd/sys/contrib/device-tree/src/arm/
H A Dcros-ec-keyboard.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Keyboard dts fragment for devices that use cros-ec-keyboard
8 #include <dt-bindings/input/input.h>
9 #include <dt-bindings/input/cros-ec-keyboard.h>
12 keyboard_controller: keyboard-controller {
13 compatible = "google,cros-ec-keyb";
14 keypad,num-rows = <8>;
15 keypad,num-columns = <13>;
16 google,needs-ghost-filter;
/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcstat.in2 # SPDX-License-Identifier: CDDL-1.0
5 # For a definition of fields, or usage, use zarcstat -v
17 # but has since moved to the illumos-gate repository.
33 # or https://opensource.org/licenses/CDDL-1.0.
48 # @hdr is the array of fields that needs to be printed, so we
66 "time": [8, -1, "Time"],
122 "mfug": [4, 1000, "MFU ghost list hits per second"],
123 "mrug": [4, 1000, "MRU ghost list hits per second"],
226 "gsz": ["_ghost_size", "ghost size"],
227 "gd": ["_ghost_data", "ghost data size"],
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra132-norrin.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/input/input.h>
18 stdout-path = "serial0:115200n8";
30 vdd-supply = <&vdd_3v3_hdmi>;
31 pll-supply = <&vdd_hdmi_pll>;
32 hdmi-supply = <&vdd_5v0_hdmi>;
34 nvidia,ddc-i2c-bus = <&hdmi_ddc>;
35 nvidia,hpd-gpio =
42 avdd-io-hdmi-dp-supply = <&vdd_3v3_hdmi>;
[all …]
/freebsd/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
H A Dweb270006 filter
77088 ghost
99810 Jean-Christophe
99811 Jean-Pierre
123205 needs
/freebsd/contrib/unbound/doc/
H A DChangelog2 - Too many quotes for the EDE message debug printout.
5 - Small debug output improvement when attaching an EDE.
8 - Fix to print warning for when so-sndbuf setsockopt is not granted.
11 - version set to 1.24.0 for release.
12 - tag for 1.24.0rc1.
13 - Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0.
16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a
20 - Update documentation for using "SET ... EX" in Redis.
21 - Document max buffer sizes for Redis commands.
22 - Update man pages.
[all …]
/freebsd/contrib/ntp/
H A DCommitLog-4.1.01 2001-08-01 Harlan Stenn <stenn@whimsy.udel.edu>
5 2001-07-27 Harlan Stenn <stenn@whimsy.udel.edu>
19 2001-07-10 Harlan Stenn <stenn@whimsy.udel.edu>
21 * configure.in: 4.0.99m-rc3
23 2001-07-06 Harlan Stenn <stenn@whimsy.udel.edu>
25 * ntp_update: COPYRIGHT needs a touch.
28 2001-07-04 Harlan Stenn <stenn@whimsy.udel.edu>
33 * configure.in (rt library check): Don't look for -lrt under
34 Linux. Under glibc-2.1.2 and -2.2.2 (at least), the POSIX-
35 compatibility real-time library does strange things with threads
[all …]
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c1 /*-
2 * Copyright (c) 2016-2020 Netflix, Inc.
29 * BBR - Congestion Based Congestion Control
157 /* Should the following be dynamic too -- loss wise */
191 * num-measures > min(0) and
225 /* thresholds for reduction on drain in sub-states/drain */
242 static int32_t bbr_filter_len_sec = 6; /* How long does the rttProp filter
263 * means in non-recovery/retransmission scenarios
264 * cwnd will never be reached by the flight-size.
269 static int32_t bbr_sack_not_required = 0; /* set to one to allow non-sack to use bbr */
[all …]
H A Drack.c1 /*-
2 * Copyright (c) 2016-2020 Netflix, Inc.
159 * - Matt Mathis's Rate Halving which slowly drops
162 * - Yuchung Cheng's RACK TCP (for which its named) that
165 * - Reorder Detection of RFC4737 and the Tail-Loss probe draft
183 * TCP output is also over-written with a new version since it
188 static int32_t rack_tlp_limit = 2; /* No more than 2 TLPs w-out new data */
191 static int32_t rack_reorder_fade = 60000000; /* 0 - never fade, def 60,000,000
192 * - 60 seconds */
196 static uint8_t rack_ssthresh_rest_rto_rec = 0; /* Do we restore ssthresh when we have rec -> rto ->…
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1 /*-
2 * Copyright (c) 2020-2025 The FreeBSD Foundation
3 * Copyright (c) 2020-2025 Bjoern A. Zeeb
37 * for these (e.g., struct hw -> struct lkpi_hw, struct sta -> struct lkpi_sta).
39 * We call the internal versions lxxx (e.g., hw -> lhw, sta -> lsta).
44 * - lots :)
45 * - HW_CRYPTO: we need a "keystore" and an ordered list for suspend/resume.
96 /* XXX-BZ really want this and others in queue.h */
98 (elm)->field.tqe_next = NULL; \
99 (elm)->field.tqe_prev = NULL; \
[all …]