| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | atmel,sama5d2-pdmic.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/sound/atmel,sama5d2-pdmic.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Claudiu Beznea <claudiu.beznea@microchip.com> 20 const: atmel,sama5d2-pdmic 30 - description: peripheral clock 31 - description: generated clock 33 clock-names: 35 - const: pclk [all …]
|
| H A D | atmel-pdmic.txt | 4 - compatible 5 Should be "atmel,sama5d2-pdmic". 6 - reg 8 - interrupts 10 - dmas 11 One DMA specifiers as described in atmel-dma.txt and dma.txt files. 12 - dma-names 14 - clock-names 16 - "pclk" peripheral clock 17 - "gclk" generated clock [all …]
|
| H A D | rt5663.txt | 7 - compatible : "realtek,rt5663". 9 - reg : The I2C address of the device. 11 - interrupts : The CODEC's interrupt output. 13 - avdd-supply: Power supply for AVDD, providing 1.8V. 15 - cpvdd-supply: Power supply for CPVDD, providing 3.5V. 19 - "realtek,dc_offset_l_manual" 20 - "realtek,dc_offset_r_manual" 21 - "realte [all...] |
| /freebsd/usr.sbin/mixer/ |
| H A D | mixer.8 | 1 .\"- 46 .Bl -tag -width "-V voss_device:mode" 58 There is also the possibility of hot-swapping to the new default device if 64 Hot-swapping generally cannot happen with plain 70 mid-track. 72 on the other hand, can do hot-swapping, because it creates a virtual device for 76 Note that hot-swapping will work only for applications that are using 96 control device, as well as a mode (see below), in order to hot-swap devices. 102 .Bl -column play 113 will not accidentally hot-swap both the recording and playback device in [all …]
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | wpa_common.c | 2 * WPA/RSN - Shared functions for supplicant and authenticator 3 * Copyright (c) 2002-2018, Jouni Malinen <j@w1.fi> 131 * wpa_use_akm_defined - Is AKM-defined Key Descriptor Version used 133 * Returns: 1 if AKM-defined Key Descriptor Version is used; 0 otherwise 149 * wpa_use_cmac - Is CMAC integrity algorithm used for EAPOL-Key MIC 167 * wpa_use_aes_key_wrap - Is AES Keywrap algorithm used for EAPOL-Key Key Data 171 * Note: AKM 00-0F-AC:1 and 00-0F-AC:2 have special rules for selecting whether 189 * wpa_eapol_key_mic - Calculate EAPOL-Key MIC 190 * @key: EAPOL-Key Key Confirmation Key (KCK) 196 * @mic: Pointer to the buffer to which the EAPOL-Key MIC is written [all …]
|
| /freebsd/share/man/man4/ |
| H A D | snd_hda.4 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2006-2008 Joel Dahl <joel@FreeBSD.org> 38 .Bd -ragged -offset indent 46 .Bd -literal -offset indent 93 .Ss Boot-time Configuration 94 The following variables are available at boot-time through the 97 .Bl -tag -width ".Va hint.hdac.%d.config"-offset indent 165 May be specified as a set of space-separated 187 May be specified as a 32-bit hexadecimal value with a leading 189 or as a set of space-separated [all …]
|
| H A D | uslcom.4 | 27 .Bd -ragged -offset indent 36 .Bd -literal -offset indent 54 .Bl -bullet -compact 56 AC-Services CAN, CIS-IBUS, IBUS and OBD interfaces 60 AKTACOM ACE-1001 cable 64 Arkham DS-101 Adapter 70 AVIT Research USB-TTL interface 85 and L51xx C-Bus Home Automation products 105 ELV USB-I2C interface 109 Festo CPX-USB and CMSP interfaces [all …]
|
| H A D | run.4 | 1 .\"- 2 .\" SPDX-License-Identifier: ISC 30 .Bd -ragged -offset indent 41 .Bd -ragged -offset indent 48 .Bd -literal -offset indent 59 an RT2720 (1T2R) or RT2750 (dual-band 1T2R) radio transceiver. 62 an RT2820 (2T3R) or RT2850 (dual-band 2T3R) radio transceiver. 64 The RT3000U is a single-chip solution based on an RT3070 MAC/BBP and 65 an RT3020 (1T1R), RT3021 (1T2R) or RT3022 (2T2R) single-band radio 68 The RT3900E is a single-chip USB 2.0 802.11n solution. [all …]
|
| /freebsd/crypto/heimdal/lib/gssapi/ |
| H A D | gssapi.3 | 1 .\" Copyright (c) 2003 - 2005 Kungliga Tekniska Högskolan 41 GSS-API Library (libgssapi, -lgssapi) 43 The Generic Security Service Application Program Interface (GSS-API) 46 hence allowing source-level portability of applications to different 49 The GSS-API implementation in Heimdal implements the Kerberos 5 and 50 the SPNEGO GSS-API security mechanisms. 56 .Bl -column -compact 105 GSS-API implementation had a bug in releases before 0.6 that made it 106 fail to inter-operate when using DES3 with other GSS-API 111 It is possible to modify the behavior of the generator of the MIC with [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-pnx.txt | 5 - reg: Offset and length of the register set for the device 6 - compatible: should be "nxp,pnx-i2c" 7 - interrupts: configure one interrupt line 8 - #address-cells: always 1 (for i2c addresses) 9 - #size-cells: always 0 13 - clock-frequency: desired I2C bus clock frequency in Hz, Default: 100000 Hz 18 compatible = "nxp,pnx-i2c"; 20 interrupt-parent = <&mic>; 22 #address-cells = <1>; 23 #size-cells = <0>; [all …]
|
| /freebsd/sys/dev/mmc/ |
| H A D | mmcsd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 35 * Group. This Simplified Specification is provided on a non-confidential 38 * Association, SD Group, SD-3C LLC or other third parties. 44 * is provided "AS-IS" without any representations or warranties of any 45 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 47 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 50 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 51 * herein shall be construed as an obligation by the SD Group, the SD-3C LLC 53 * information, know-how or other confidential information to any third party. [all …]
|
| /freebsd/usr.sbin/virtual_oss/virtual_oss/ |
| H A D | virtual_oss.8 | 2 .\" Copyright (c) 2017-2022 Hans Petter Selasky <hselasky@freebsd.org> 56 .Bl -tag -width indent 69 Set default sample-rate for the subsequent commands. 78 Set real-time priority to 87 Valid values range from -63 to 63 inclusivly. 96 Valid values range from -63 to 63 inclusivly. 101 Valid values range from -63 to 63 inclusivly. 125 .Bl -tag -width indent 152 This option is used in conjunction with -R /dev/null . 160 This option should be specified before the -d and -l options. [all …]
|
| /freebsd/sys/rpc/rpcsec_gss/ |
| H A D | svc_rpcsec_gss.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 147 rpc_gss_ucred_t cl_ucred; /* unix-style credentials */ 148 struct ucred *cl_cred; /* kernel-style credentials */ 163 * (which is a per-request buffer). 182 "Max number of rpc-gss clients"); 186 "Size of rpc-gss client hash table"); 191 "Maximum lifetime (seconds) of rpc-gss clients"); 196 "Number of rpc-gss clients"); 257 scb->cb_callback = *cb; in rpc_gss_set_callback() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | omap3-devkit8000-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <dt-bindings/input/input.h> 16 compatible = "gpio-leds"; 18 led-heartbeat { 20 gpios = <&gpio6 26 GPIO_ACTIVE_HIGH>; /* 186 -> LED1 */ 21 default-state = "on"; 22 linux,default-trigge [all...] |
| /freebsd/sbin/nvmecontrol/ |
| H A D | identify_ext.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2012-2013 Intel Corporation 6 * Copyright (C) 2018-2019 Alexander Motin <mav@FreeBSD.org> 58 oncs = cdata->oncs; in nvme_print_controller() 63 oacs = cdata->oacs; in nvme_print_controller() 69 fw_num_slots = NVMEV(NVME_CTRLR_DATA_FRMW_NUM_SLOTS, cdata->frmw); in nvme_print_controller() 70 fw_slot1_ro = NVMEV(NVME_CTRLR_DATA_FRMW_SLOT1_RO, cdata->frmw); in nvme_print_controller() 71 fwug = cdata->fwug; in nvme_print_controller() 73 ns_smart = NVMEV(NVME_CTRLR_DATA_LPA_NS_SMART, cdata->lpa); in nvme_print_controller() [all …]
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 30 * IEEE 802.11i AES-CCMP crypto support. 76 .ic_name = "AES-CCM", 93 .ic_name = "AES-CCM-256", 124 vap->iv_stats.is_crypto_nomem++; in ccmp_attach() 127 ctx->cc_vap = vap; in ccmp_attach() 128 ctx->cc_ic = vap->iv_ic; in ccmp_attach() 136 struct ccmp_ctx *ctx = k->wk_private; in ccmp_detach() [all …]
|
| H A D | ieee80211_ioctl.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 78 /* MIB-related state */ 88 /* Hardware A-MSDU decode */ 89 uint32_t ns_rx_amsdu_more; /* RX decap A-MSDU, more coming from A-MSDU */ 90 uint32_t ns_rx_amsdu_more_end; /* RX decap A-MSDU (or any other frame), no more coming */ 140 uint32_t is_rx_ccmpmic; /* rx MIC check failed (CCMP) */ 143 uint32_t is_rx_tkipmic; /* rx MIC check failed (TKIP) */ 161 uint32_t is_crypto_tkipenmic; /* tkip en-MIC done in s/w */ [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | tx.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2025 Intel Corporation 4 * Copyright (C) 2016-2017 Intel Deutschland GmbH 11 * enum iwl_tx_flags - bitmasks for tx_flags in TX command 12 * @TX_CMD_FLG_PROT_REQUIRE: use RTS or CTS-to-self to protect the frame 28 * Should be set for mgmt, non-QOS data, mcast, bcast and in scan command 29 * @TX_CMD_FLG_MORE_FRAG: this frame is non-last MPDU 37 * @TX_CMD_FLG_TKIP_MIC_DONE: FW already performed TKIP MIC calculation 38 * @TX_CMD_FLG_DUR: disable duration overwriting used in PS-Poll Assoc-id 73 * enum iwl_tx_cmd_flags - bitmasks for tx_flags in TX command for 22000 [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm845-db845c.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include <dt-bindings/leds/common.h> 9 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 11 #include <dt-bindings/sound/qcom,q6afe.h> 12 #include <dt-bindings/sound/qcom,q6asm.h> 14 #include "sdm845-wcd9340.dtsi" 21 qcom,msm-id = <341 0x20001>; 22 qcom,board-id = <8 0>; [all …]
|
| H A D | sc8280xp-lenovo-thinkpad-x13s.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 7 /dts-v1/; 9 #include <dt-bindings/iio/qcom,spmi-adc7-pm8350.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/gpio-keys.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/leds/common.h> 14 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 17 #include "sc8280xp-pmics.dtsi" 21 compatible = "lenovo,thinkpad-x13s", "qcom,sc8280xp"; [all …]
|
| H A D | sdm845-xiaomi-beryllium-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 /dts-v1/; 5 #include <dt-bindings/leds/common.h> 6 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 7 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 8 #include <dt-binding [all...] |
| H A D | sdm845-xiaomi-beryllium.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 /dts-v1/; 5 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 6 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 7 #include <dt-bindings/sound/qcom,q6afe.h> 8 #include <dt-bindings/sound/qcom,q6asm.h> 17 /delete-node/ &tz_mem; 18 /delete-node/ &adsp_mem; 19 /delete-node/ &wlan_msa_mem; 20 /delete-node/ &mpss_region; [all …]
|
| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | k5sealv3.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 27 /* draft-ietf-krb-wg-gssapi-cfx-05 */ 29 #include "k5-int.h" 52 memmove(ptr, (char *)ptr + rc, bufsiz - rc); in gss_krb5int_rotate_left() 53 memcpy((char *)ptr + bufsiz - rc, tbuf, rc); in gss_krb5int_rotate_left() 83 token->value = NULL; in gss_krb5int_make_seal_token_v3() 84 token->length = 0; in gss_krb5int_make_seal_token_v3() 86 acceptor_flag = ctx->initiate ? 0 : FLAG_SENDER_IS_ACCEPTOR; in gss_krb5int_make_seal_token_v3() 88 ? (ctx->initiate in gss_krb5int_make_seal_token_v3() 91 : (ctx->initiate in gss_krb5int_make_seal_token_v3() [all …]
|
| /freebsd/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpd.8 | 50 .Op Fl Fl gss-bindings 51 .Op Fl I | Fl Fl no-insecure-oob 53 .Op Fl B | Fl Fl builtin-ls 54 .Op Fl Fl good-chars= Ns Ar string 68 .Bl -tag -width Ds 76 .Bl -tag -width plain 89 .Bl -tag -width plain 104 .It Fl Fl gss-bindings 105 require the peer to use GSS-API bindings (ie make sure IP addresses match). 147 .Fl Fl builtin-ls [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-802_15_4.c | 4 * Dmitry Eremin-Solenikov (dbaryshkov@gmail.com) 27 #include "netdissect-stdinc.h" 39 /* Frame types from Table 7-1 of 802.15.4-2015 */ 51 /* Element IDs for Header IEs from Table 7-7 of 802.15.4-2015 */ 183 /* Payload IE Group IDs from Table 7-15 of 802.15.4-2015 */ 203 /* Sub-ID for short format from Table 7-16 of 802.15.4-2015 */ 243 "O-QPSK PHY Mode IE", /* 0x26 */ 335 /* Sub-ID for long format from Table 7-17 of 802.15.4-2015 */ 355 /* MAC commands from Table 7-49 of 802.15.4-2015 */ 421 * See section 7.2.10 of 802.15.4-2015 for more information. [all …]
|