/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | audio-graph-port.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/audio-graph-port.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 15 port-base: 17 - $ref: /schemas/graph.yaml#/$defs/port-base 18 - $ref: /schemas/sound/dai-params.yaml# 20 mclk-fs: 21 $ref: simple-card.yaml#/definitions/mclk-fs [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/sound/ |
H A D | audio-graph.h | 1 /* SPDX-License-Identifier: GPL-2.0 3 * audio-graph.h 12 * link-trigger-order 13 * link-trigger-order-start 14 * link-trigger-order-stop 17 * link-trigger-order = <SND_SOC_TRIGGER_LINK
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | file.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2008-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 23 u8 data[]; /* in same order a [all...] |
/freebsd/contrib/wpa/src/common/ |
H A D | qca-vendor.h | 3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc. 4 * Copyright (c) 2018-2020, The Linux Foundation 5 * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc. 28 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs 41 * Global NSS configuration - Applies to all bands (2.4 GHz and 5/6 GHz) 62 * Per band NSS configuration - Applies to the 2.4 GHz or 5/6 GHz band 79 * Global chain configuration - Applies to all bands (2.4 GHz and 5/6 GHz) 96 * Per band chain configuration - Applies to the 2.4 GHz or 5/6 GHz band 117 * Case 1: CONFIG_NSS + CONFIG_TX_NSS/RX_NSS - Only CONFIG_NSS is applied 120 * Case 2: CONFIG_NSS + CONFIG_TX_NSS + CONFIG_RX_NSS - Same NSS values are [all …]
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 121 0xC0 Trigger 220 0x39 Gamepad Trigger [all …]
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 61 /* *INDENT-OFF* */ 65 /* *INDENT-ON* */ 97 #define AL_ETH_TSO_MSS_MAX_VAL (AL_ETH_MAX_FRAME_LEN - 200) 194 * will be set according to inner packet when packet is tunneled, for non-tunneled 268 al_bool obay_enable; /**< stop tx when pause received */ 289 * 3) when working in LINK PAUSE mode, only entries at 327 uint8_t l4_header_len; /**< in words(32-bits) */ 342 * Target-ID to be assigned to the packet descriptors [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | sta.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-2014 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2016 Intel Deutschland GmbH 14 #include "iwl-tran 441 struct iwl_mvm_link_sta __rcu *link[IEEE80211_MLD_MAX_NUM_LINKS]; global() member [all...] |
H A D | mac80211.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 25 #include "iwl-dr [all...] |
/freebsd/sys/dev/ice/ |
H A D | if_ice_iflib.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 272 * scctx->isc_tx_tso_size_max + the VLAN header is a valid size. 276 * DMA tag. However, scctx->isc_tx_tso_segsize_max is used to set the 305 * IFLIB_SKIP_MSIX allows the driver to handle allocating MSI-X 328 /* Static driver-wide sysctls */ 332 * ice_pci_mapping - Map PCI BAR memory 343 rc = ice_map_bar(sc->dev, &sc->bar0, 0); in ice_pci_mapping() 351 * ice_free_pci_mapping - Release PCI BAR memory 360 ice_free_bar(sc->dev, &sc->bar0); in ice_free_pci_mapping() 368 * ice_register - register device method callback [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 3 --- 4 diff --git a/Makefile.in b/Makefile.in 6 --- a/Makefile.in 8 @@ -23,6 +23,8 @@ CHECKLOCK_SRC=testcode/checklocks.c 17 @@ -134,7 +136,7 @@ validator/val_sigcrypt.c validator/val_utils.c dns64/dns64.c \ 18 edns-subnet/edns-subnet.c edns-subnet/subnetmod.c \ 19 edns-subnet/addrtree.c edns-subnet/subnet-whitelist.c \ 21 -$(DNSTAP_SRC) $(DNSCRYPT_SRC) $(IPSECMOD_SRC) $(IPSET_SRC) 26 @@ -147,7 +149,7 @@ autotrust.lo val_anchor.lo rpz.lo \ 30 -$(IPSECMOD_OBJ) $(IPSET_OBJ) $(DYNLIBMOD_OBJ) respip.lo [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 3 * Copyright (c) 2003-2017, Jouni Malinen <j@w1.fi> 74 * enum reg_change_initiator - Regulatory change initiator 85 * enum reg_type - Regulatory change types 96 * struct hostapd_wmm_rule - WMM regulatory rule 110 * struct hostapd_channel_data - Channel information 114 * chan - Channel number (IEEE 802.11) 119 * freq - Frequency in MHz 124 * flag - Channel flags (HOSTAPD_CHAN_*) 129 * allowed_bw - Allowed channel width bitmask 136 * max_tx_power - Regulatory transmit power limit in dBm [all …]
|
H A D | nl80211_copy.h | 6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> 13 * Copyright 2015-2017 Intel Deutschland GmbH 14 * Copyright (C) 2018-2023 Intel Corporation 32 * be careful not to break things - i.e. don't move anything around or so 74 * - a setup station entry is added, not yet authorized, without any rate 76 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid 79 * - %NL80211_TDLS_ENABLE_LINK is then used 80 * - after this, the only valid operation is to remove it by tearing down 81 * the TDLS link (%NL80211_TDLS_DISABLE_LINK) 95 * Frame registration is done on a per-interface basis and registrations [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
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 …]
|
/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 …]
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_pcie.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 43 * - Port initialization 44 * - Link operation 45 * - Interrupts transactions generation (Endpoint mode). 46 * - Configuration Access management functions 47 * - Internal Translation Unit programming 50 * - PCIe transactions generation and reception (except interrupts as mentioned 53 * - Configuration Access: those transactions are generated automatically by 57 * - Interrupt Handling. [all …]
|
/freebsd/contrib/ofed/opensm/man/ |
H A D | opensm.8 | 4 opensm \- InfiniBand subnet manager and administration (SM/SA) 8 [\-\-version]] 9 [\-F | \-\-config <file_name>] 10 [\-c(reate-config) <file_name>] 11 [\-g(uid) <GUID in hex>] 12 [\-l(mc) <LMC>] 13 [\-p(riority) <PRIORITY>] 14 [\-\-smkey <SM_Key>] 15 [\-\-sm_sl <SL number>] 16 [\-r(eassign_lids)] [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | history.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 7 <link href="scripts/style.css" type="text/css" rel="stylesheet"> 12 <!-- #BeginDate format:En2m -->10-Mar-2014 05:07<!-- #EndDate --> 25 …se vulnerability to configuration errors and possibly hostile attack. The order of restriction pro… 27 … and upgrade circa 2003. Headway violations result in an optional <em>kiss-o'-death</em> (KoD) pac… 35 <p>In the original design the frequency file was written at one-hour intervals. This apparently mak… 45 <p>In order to speed response to initial startup when a reference clock is available, the clock is … 49 <p>The protocol machine is now restarted every several days in order to update certificates and lea… 53 …ization, /demobilization, system and peer restart, system peer change, panic stop and so forth.</p> [all …]
|
/freebsd/sys/dev/iavf/ |
H A D | if_iavf_iflib.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 215 * iavf_register - iflib callback to obtain the shared context pointer 231 * iavf_allocate_pci_resources - Allocate PCI resources 236 * @returns zero or a non-zero error code on failure 245 * iavf_if_attach_pre - Begin attaching the device to the driver 251 * @returns zero or a non-zero error code on failure. 267 vsi = &sc->vsi; in iavf_if_attach_pre() 268 vsi->back = sc; in iavf_if_attach_pre() 269 sc->dev = sc->osdep.dev = dev; in iavf_if_attach_pre() 270 hw = &sc->hw; in iavf_if_attach_pre() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.0.txt | 3 1. Meta-issues 16 There is now a book-in-progress that explains how to use Libevent and its 19 http://www.wangafu.net/~nickm/libevent-book/ . 32 Binaries linked against Libevent 1.4 will need to be recompiled to link 37 2.1. New header layout for improved forward-compatibility 40 write good, well-supported libevent code. The new headers are divided 57 would often stop working with another version that changed the size or 62 willing to rebuild their software whenever they want to link it 68 for low-level buffer manipulation are in event2/buffer.h. The 69 "bufferevent" functions for higher-level buffered IO are in [all …]
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.0.txt | 3 1. Meta-issues 16 There is now a book-in-progress that explains how to use Libevent and its 19 http://www.wangafu.net/~nickm/libevent-book/ . 32 Binaries linked against Libevent 1.4 will need to be recompiled to link 37 2.1. New header layout for improved forward-compatibility 40 write good, well-supported libevent code. The new headers are divided 57 would often stop working with another version that changed the size or 62 willing to rebuild their software whenever they want to link it 68 for low-level buffer manipulation are in event2/buffer.h. The 69 "bufferevent" functions for higher-level buffered IO are in [all …]
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | event.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 58 header, and pass the -levent flag to the linker. (You can instead link 59 -levent_core if you only want the main event and buffered IO-based code, 60 and don't want to link any protocol code.) 66 multithreaded application, you need to initialize thread support -- 96 You can also use event_base_loop() for more fine-grained control. 139 @section evhttp Event-driven HTTP servers 141 Libevent provides a very simple event-driven HTTP server that can be 173 An embedded libevent-based HTTP server [all …]
|
/freebsd/contrib/libevent/include/event2/ |
H A D | event.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 58 header, and pass the -levent flag to the linker. (You can instead link 59 -levent_core if you only want the main event and buffered IO-based code, 60 and don't want to link any protocol code.) 66 multithreaded application, you need to initialize thread support -- 96 You can also use event_base_loop() for more fine-grained control. 139 @section evhttp Event-driven HTTP servers 141 Libevent provides a very simple event-driven HTTP server that can be 173 An embedded libevent-based HTTP server [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2 - 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/jemalloc/ |
H A D | ChangeLog | 13 workloads. The release has gone through large-scale production testing. 16 - Add the thread.idle mallctl which hints that the calling thread will be 18 - Allow small size classes to be the maximum size class to cache in the 19 thread-specific cache, through the opt.[lg_]tcache_max option. (@interwq, 21 - Make the behavior of realloc(ptr, 0) configurable with opt.zero_realloc. 23 - Add 'make uninstall' support. (@sangshuduo, @Lapenkov) 24 - Support C++17 over-aligned allocation. (@marksantaniello) 25 - Add the thread.peak mallctl for approximate per-threa [all...] |
/freebsd/sbin/camcontrol/ |
H A D | camcontrol.8 | 94 .Ic stop 145 .Bk -words 402 .Bl -tag -width 14n 419 function-specific arguments. 437 .Bl -tag -width 14n 440 In order for this to work, error recovery 446 This is needed in order for the retry count 477 .Bl -tag -width periphlist 500 .Bl -tag -width 4n 514 .Bl -tag -width 4n [all …]
|