/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | scan.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 10 /* Scan Command 172 __le16 delay; global() member 375 __le32 delay; global() member 775 __le16 delay; global() member 794 __le16 delay; global() member 1060 __le16 delay; global() member [all...] |
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | lpc32xx-key.txt | 1 NXP LPC32xx Key Scan Interface 3 This binding is based on the matrix-keymap binding with the following 7 - compatible: Should be "nxp,lpc3220-key" 8 - reg: Physical base address of the controller and length of memory mapped 10 - interrupts: The interrupt number to the cpu. 11 - clocks: phandle to clock controller plus clock-specifier pair 12 - nxp,debounce-delay-ms: Debounce delay in ms 13 - nxp,scan-delay-ms: Repeated scan period in ms 14 - linux,keymap: the key-code to be reported when the key is pressed 16 Documentation/devicetree/bindings/input/matrix-keymap.txt [all …]
|
H A D | gpio-matrix-keypad.txt | 6 keypad can sense a key-press and key-release by means of GPIO lines and 10 - compatible: Should be "gpio-matrix-keypad" 11 - row-gpios: List of gpios used as row lines. The gpio specifier 14 - col-gpios: List of gpios used as column lines. The gpio specifier 17 - linux,keymap: The definition can be found at 18 bindings/input/matrix-keymap.txt 21 - linux,no-autorepeat: do no enable autorepeat feature. 22 - wakeup-source: use any event on keypad as wakeup event. 24 - debounce-delay-ms: debounce interval in milliseconds 25 - col-scan-delay-us: delay, measured in microseconds, that is needed [all …]
|
H A D | ti,nspire-keypad.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/ti,nspire-keypad.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: TI-NSPIRE Keypad 10 - Andrew Davis <afd@ti.com> 13 - $ref: input.yaml# 14 - $ref: matrix-keymap.yaml# 19 - ti,nspire-keypad 30 scan-interval: [all …]
|
H A D | ti,nspire-keypad.txt | 1 TI-NSPIRE Keypad 4 - compatible: Compatible property value should be "ti,nspire-keypad". 6 - reg: Physical base address of the peripheral and length of memory mapped 9 - interrupts: The interrupt number for the peripheral. 11 - scan-interval: How often to scan in us. Based on a APB speed of 33MHz, the 12 maximum and minimum delay time is ~2000us and ~500us respectively 14 - row-delay: How long to wait before scanning each row. 16 - clocks: The clock this peripheral is attached to. 18 - linux,keymap: The keymap to use 19 (see Documentation/devicetree/bindings/input/matrix-keymap.txt) [all …]
|
H A D | qcom,pm8xxx-keypad.txt | 5 - compatible: 9 "qcom,pm8058-keypad" 10 "qcom,pm8921-keypad" 12 - reg: 14 Value type: <prop-encoded-array> 17 - interrupts: 19 Value type: <prop-encoded-array> 25 - linux,keymap: 27 Value type: <prop-encoded-array> 29 input/matrix-keymap.txt. [all …]
|
H A D | nvidia,tegra20-kbc.txt | 7 - compatible: "nvidia,tegra20-kbc" 8 - reg: Register base address of KBC. 9 - interrupts: Interrupt number for the KBC. 10 - nvidia,kbc-row-pins: The KBC pins which are configured as row. This is an 12 - nvidia,kbc-col-pins: The KBC pins which are configured as column. This is an 14 - linux,keymap: The keymap for keys as described in the binding document 15 devicetree/bindings/input/matrix-keymap.txt. 16 - clocks: Must contain one entry, for the module clock. 17 See ../clocks/clock-bindings.txt for details. 18 - resets: Must contain an entry for each entry in reset-names. [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | scan.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 12 #include "fw/api/scan 84 u16 delay; global() member 2210 iwl_mvm_fill_scan_sched_params(struct iwl_mvm_scan_params * params,struct iwl_scan_umac_schedule * schedule,__le16 * delay) iwl_mvm_fill_scan_sched_params() argument [all...] |
/freebsd/stand/common/ |
H A D | isapnp.c | 1 /*- 29 * Machine-independent ISA PnP enumerator implementing a subset of the 98 delay(250); /* Delay 250 usec */ in isapnp_get_serial() 102 delay(250); /* Delay 250 usec */ in isapnp_get_serial() 133 delay(1); in isapnp_get_resource_info() 148 * Scan Resource Data for useful information. 150 * We scan the resource data for compatible device IDs and 154 * Returns 0 if the scan completed OK, nonzero on error. 165 while ((limit-- > 0) && !isapnp_get_resource_info(&tag, 1)) { in isapnp_scan_resdata() 203 if (pi->pi_desc == NULL) { in isapnp_scan_resdata() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
H A D | zpool_reopen_003_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 16 # Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 24 # Checks if re-plugged device is fully resilvered. 33 # 7. Check if scrub scan is replaced by resilver. 37 # A 250ms delay is added to make sure that the scrub is running while 45 log_must zinject -c all 72 # add delay to I/O requests for remaining disk in pool 73 log_must zinject -d $DISK2 -D250:1 $TESTPOOL 81 # 7. Check if scrub scan is replaced by resilver. [all …]
|
H A D | zpool_reopen_004_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 16 # Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 23 # Test zpool reopen -n while scrub is running. 24 # Checks if re-plugged device is NOT resilvered. 32 # 6. Reopen a pool with an -n flag. 38 # A 125ms delay is added to make sure that the scrub is running while 46 log_must zinject -c all 62 log_must zpool reopen -n $TESTPOOL 68 # add delay to I/O requests for remaining disk in pool [all …]
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | peer.awk | 1 # awk program to scan peerstats files and report errors/statistics 3 # usage: awk -f peer.awk peerstats 6 # MJD sec ident stat offset (s) delay (s) disp (s) 7 # 49235 11.632 128.4.2.7 f414 -0.000041 0.21910 0.00084 11 # ident cnt mean rms max delay dist disp 13 # 140.173.112.2 85 -0.509 1.345 4.606 80.417 49.260 1.092 15 # 140.173.16.1 1415 -0.172 0.185 1.736 3.145 5.020 0.312 23 # scan all records in file 37 peer_tmax[i] = peer_dist[i] = -1e9 55 printf " ident cnt mean rms max delay dist disp\n" [all …]
|
/freebsd/share/misc/ |
H A D | scsi_modes | 35 # 'i' is a byte-sized integral types, followed by a field width of 38 # 'b' is a bit-sized integral type 39 # 't' is a bitfield type- followed by a bit field width 42 # 'z' values are null-padded strings 81 {Extended Self-Test Completion Time} i2 95 0x02 "Disconnect-Reconnect" { 111 0x16 "Extended Device-Type Specific"; 154 0x18 "Protocol-Specific Logical Unit"; 156 0x19 "Protocol-Specific Port"; 171 {Background Medium Scan Interval Time} i2 [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
H A D | mcu.c | 1 // SPDX-License-Identifier: ISC 9 #include <linux/delay.h> 16 u8 bw_index, bool scan) in mt76x2_mcu_set_channel() argument 20 u8 scan; in mt76x2_mcu_set_channel() member 30 .scan = scan, in mt76x2_mcu_set_channel() 32 .chainmask = cpu_to_le16(dev->mphy.chainmask), in mt76x2_mcu_set_channel() 36 mt76_mcu_send_msg(&dev->mt76, CMD_SWITCH_CHANNEL_OP, &msg, in mt76x2_mcu_set_channel() 42 return mt76_mcu_send_msg(&dev->mt76, CMD_SWITCH_CHANNEL_OP, &msg, in mt76x2_mcu_set_channel() 70 return mt76_mcu_send_msg(&dev->mt76, CMD_LOAD_CR, &msg, sizeof(msg), in mt76x2_mcu_load_cr() 89 return mt76_mcu_send_msg(&dev->mt76, CMD_INIT_GAIN_OP, &msg, in mt76x2_mcu_init_gain() [all …]
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwi.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2005-2006 Sam Leffler, Errno Consulting 33 /*- 266 for (ident = iwi_ident_table; ident->name != NULL; ident++) { in iwi_probe() 267 if (pci_get_vendor(dev) == ident->vendor && in iwi_probe() 268 pci_get_device(dev) == ident->device) { in iwi_probe() 269 device_set_desc(dev, ident->name); in iwi_probe() 280 struct ieee80211com *ic = &sc->sc_ic; in iwi_attach() 284 sc->sc_dev = dev; in iwi_attach() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-P2P | 1 wpa_supplicant and Wi-Fi P2P 4 This document describes how the Wi-Fi P2P implementation in 10 Introduction to Wi-Fi P2P 11 ------------------------- 15 More information about Wi-Fi P2P is available from Wi-Fi Alliance: 16 http://www.wi-fi.org/Wi-Fi_Direct.php 20 ----------------------------- 26 ---------------------------- 28 Wi-Fi P2P is an optional component that needs to be enabled in the 30 configuration that includes Wi-Fi P2P support and Linux nl80211 [all …]
|
H A D | config.h | 3 * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi> 46 #define DEFAULT_DISASSOC_IMMINENT_RSSI_THRESHOLD -75 63 * next - Next credential in the list 71 * id - Unique id for the credential 82 * temporary - Whether this credential is temporary and not to be saved 87 * priority - Priority group 99 * pcsc - Use PC/SC and SIM/USIM card 104 * realm - Home Realm for Interworking 109 * username - Username for Interworking network selection 114 * password - Password for Interworking network selection [all …]
|
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 8 - add support for GCM-AES-256 cipher suite 9 - remove incorrect EAP Session-Id length constraint 10 - add hardware offload support for additional drivers 11 * HE/IEEE 802.11ax/Wi-Fi 6 12 - support BSS color updates 13 - various fixes [all …]
|
H A D | wnm_sta.c | 2 * wpa_supplicant - WNM 3 * Copyright (c) 2011-2013, Qualcomm Atheros, Inc. 20 #include "scan.h" 38 return wpa_drv_wnm_oper(wpa_s, oper, wpa_s->bssid, buf, buf_len); in ieee80211_11_get_tfs_ie() 55 /* MLME-SLEEPMODE.request */ 69 wpa_printf(MSG_DEBUG, "WNM: Request to send WNM-Sleep Mode Request " in ieee802_11_send_wnmsleep_req() 72 MAC2STR(wpa_s->bssid)); in ieee802_11_send_wnmsleep_req() 74 /* WNM-Sleep Mode IE */ in ieee802_11_send_wnmsleep_req() 78 return -1; in ieee802_11_send_wnmsleep_req() 79 wnmsleep_ie->eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_req() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInsertDelayAlu.cpp | 1 //===- AMDGPUInsertDelayAlu.cpp - Insert s_delay_alu instructions ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 22 #define DEBUG_TYPE "amdgpu-insert-delay-alu" 59 // Types of delay that can be encoded in an s_delay_alu instruction. 62 // Get the delay type for an instruction with the specified TSFlags. 74 // regunit. In straight-line code there will only be one such instruction, but 75 // when control flow converges we merge the delay information from each path 76 // to represent the union of the worst-case delays of each type. [all …]
|
/freebsd/tools/tools/net80211/mlme_assoc/ |
H A D | README | 1 # SPDX-License-Identifier: BSD-2-Clause 36 In the former case of no SSID/BSSID passed it will query the scan results and 37 then try to join each entry from the scan with a short delay.
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dn_private.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 44 #define D(fmt, ...) printf("%-10s " fmt "\n", \ 88 o->type = type; in set_oid() 89 o->len = len; in set_oid() 90 o->subtype = 0; in set_oid() 102 /* defaults (sysctl-accessible) */ 123 /* Adjusted vs non-adjusted curr_time difference (ticks). */ 126 /* counters of objects -- used for reporting space */ 145 /* list of flowsets without a scheduler -- use sch_chain */ [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 6 stdout. In many ways, this is a metrics-friendly output of 18 |---|---|---| 19 | --execd | -e | For use with telegraf's `execd` plugin. When [enter] is pressed, the pools are sam… 20 | --no-histogram | -n | Do not print histogram information | 21 | --signed-int | -i | Use signed integer data type (default=unsigned) | 22 | --sum-histogram-buckets | -s | Sum histogram bucket values | 23 | --tags key=value[,key=value...] | -t | Add tags to data points. No tag sanity checking is perform… 24 | --help | -h | Print a short usage message | 28 This works well out-of-the-box with an influxdb data source and grafana's 35 Another method for storing histogram data sums the values for lower-value [all …]
|
/freebsd/sys/dev/atkbdc/ |
H A D | atkbd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 67 u_char ks_prefix; /* AT scan code prefix */ 85 #define HAS_QUIRK(p, q) (((atkbdc_softc_t *)(p))->quirks & q) 109 error = (*sw->probe)(device_get_unit(dev), args, flags); in atkbd_probe_unit() 133 error = (*sw->probe)(unit, args, flags); in atkbd_attach_unit() 136 error = (*sw->init)(unit, kbd, args, flags); in atkbd_attach_unit() 139 (*sw->enable)(*kbd); in atkbd_attach_unit() 152 state = (atkbd_state_t *)(*kbd)->kb_data; in atkbd_attach_unit() [all …]
|
/freebsd/sys/dev/iwx/ |
H A D | if_iwxreg.h | 1 /*- 2 * SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause 7 /*- 8 * Based on BSD-licensed source modules in the Linux iwlwifi driver, 19 * Copyright(c) 2018 - 2019 Intel Corporation 33 * Copyright(c) 2018 - 2019 Intel Corporation 71 * enum iwx_context_info_flags - Context information control flags 77 * exponent, the actual size is 2**value, valid sizes are 8-2048. 80 * default is short format - not supported by the driver) 114 * struct iwx_context_info_version - version structure [all …]
|