| /freebsd/sys/contrib/device-tree/Bindings/dma/ |
| H A D | qcom_hidma_mgmt.txt | 18 - compatible: "qcom,hidma-mgmt-1.0"; 19 - reg: Address range for DMA device 20 - dma-channels: Number of channels supported by this DMA controller. 21 - max-write-burst-bytes: Maximum write burst in bytes that HIDMA can 26 - max-read-burst-bytes: Maximum read burst in bytes that HIDMA can 31 - max-write-transactions: This value is how many times a write burst is 32 applied back to back while writing to the destination before yielding 34 - max-read-transactions: This value is how many times a read burst is 35 applied back to back while reading the source before yielding the bus. 36 - channel-reset-timeout-cycles: Channel reset timeout in cycles for this SOC. [all …]
|
| H A D | intel,ldma.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - chuanhua.lei@intel.com 11 - mallikarjunax.reddy@intel.com 14 - $ref: dma-controller.yaml# 19 - intel,lgm-cdma 20 - intel,lgm-dma2tx 21 - intel,lgm-dma1rx 22 - intel,lgm-dma1tx [all …]
|
| /freebsd/contrib/wpa/src/p2p/ |
| H A D | p2p_build.c | 2 * P2P - IE builder 3 * Copyright (c) 2009-2010, Atheros Communications 14 #include "common/qca-vendor.h" 59 *len = (u8 *) wpabuf_put(buf, 0) - len - 1; in p2p_buf_update_ie_hdr() 87 u8 reg_class, u8 channel) in p2p_buf_add_listen_channel() argument 89 /* Listen Channel */ in p2p_buf_add_listen_channel() 94 wpabuf_put_u8(buf, channel); /* Channel Number */ in p2p_buf_add_listen_channel() 95 wpa_printf(MSG_DEBUG, "P2P: * Listen Channel: Regulatory Class %u " in p2p_buf_add_listen_channel() 96 "Channel %u", reg_class, channel); in p2p_buf_add_listen_channel() 101 u8 reg_class, u8 channel) in p2p_buf_add_operating_channel() argument [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | mac-cfg.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2019, 2021-2025 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 13 * enum iwl_mac_conf_subcmd_ids - mac configuration command IDs 104 * struct iwl_p2p_noa_attr - NOA attr contained in probe resp FW notification 127 * struct iwl_probe_resp_data_notif - notification with NOA and CSA counter 144 * struct iwl_missed_vap_notif - notification of missing vap detection 159 * struct iwl_channel_switch_start_notif_v1 - Channel switch start notification 168 * struct iwl_channel_switch_start_notif - Channel switch start notification [all …]
|
| H A D | location.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2015-2017 Intel Deutschland GmbH 4 * Copyright (C) 2018-2022 Intel Corporation 5 * Copyright (C) 2024-2025 Intel Corporation 16 * enum iwl_location_subcmd_ids - location group command IDs 91 * struct iwl_tof_config_cmd - ToF configuration 93 * @one_sided_disabled: indicates if one-sided is disabled (or not) 95 * @is_buf_required: indicates if channel estimation buffer is required 105 * enum iwl_tof_bandwidth - values for iwl_tof_range_req_ap_entry.bandwidth 106 * @IWL_TOF_BW_20_LEGACY: 20 MHz non-HT [all …]
|
| H A D | stats.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018, 2020-2021, 2023-2025 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 10 #include "mac-cfg.h" 32 * @non_channel_beacons: beacons with our bss id but not on our serving channel 33 * @channel_beacons: beacons with our bss id and in our serving channel 84 * our serving channel */ 86 * serving channel */ 258 * count the number of times we have to re-tune [all …]
|
| /freebsd/sys/dev/sound/pcm/ |
| H A D | matrix.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2009 Ariff Abdullah <ariff@FreeBSD.org> 44 #define SND_CHN_T_BL 4 /* Back Left */ 45 #define SND_CHN_T_BR 5 /* Back Right */ 48 #define SND_CHN_T_BC 8 /* Back Center */ 55 #define SND_CHN_T_TBL 15 /* Top Back Left XXX */ 56 #define SND_CHN_T_TBC 16 /* Top Back Center XXX */ 57 #define SND_CHN_T_TBR 17 /* Top Back Right XXX */ 71 "Back Left", "Back Right", \ [all …]
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 1 # SPDX-License-Identifier: Apache-2.0 9 # http://www.apache.org/licenses/LICENSE-2.0 98 :param props: a `dict` of ZFS dataset property name-value pairs 137 :param props: a `dict` of ZFS dataset property name-value pairs 168 Roll back a filesystem or volume to its most recent snapshot. 172 to roll back to a specific latest snapshot. 174 :param bytes name: a name of the dataset to be rolled back. 192 Roll back this filesystem or volume to the specified snapshot, if possible. 194 :param bytes name: a name of the dataset to be rolled back. 195 :param bytes snap: a name of the snapshot to be rolled back. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | cl_common_defines.h | 4 // the NVPTX back-end. 8 // Channel order 36 CLK_SNORM_INT8 = 0x10D0, // four channel RGBA unorm8 37 CLK_SNORM_INT16 = 0x10D1, // four channel RGBA unorm16 38 CLK_UNORM_INT8 = 0x10D2, // four channel RGBA unorm8 39 CLK_UNORM_INT16 = 0x10D3, // four channel RGBA unorm16 40 CLK_HALF_FLOAT = 0x10DD, // four channel RGBA half 41 CLK_FLOAT = 0x10DE, // four channel RGBA float 58 __CLK_UNORM_INT8888, // four channel ARGB unorm8 59 __CLK_UNORM_INT8888R, // four channel BGRA unorm8 [all …]
|
| /freebsd/lib/libpmc/ |
| H A D | pmc.cmn-600.3 | 28 .Nm pmc.cmn-600 29 .Nd Library for accessing the Arm CoreLink CMN-600 Coherent Mesh Network 36 CMN-600 PMU counters may be configured to count any one of a defined set of 38 Unlike other performance counters, counters for the CMN-600 require the 52 Some BIOS versions of dual-socket machines have no NUMA domain information in 57 the CPU package containing that CMN-600 controller. 64 Arm CoreLink CMN-600 Coherent Mesh Network Controller performance counters are 67 .%B "Arm CoreLink CMN-600 Coherent Mesh Network Technical Reference Manual" 73 CMN-600 PMU counters support the following capabilities: 74 .Bl -column "PMC_CAP_INTERRUPT" "Support" [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_trace_set_channel.pod | 8 OSSL_trace_set_callback, OSSL_trace_cb - Enabling trace output 30 Every category can be enabled individually by attaching a so-called 31 I<trace channel> to it, which in the simplest case is just a BIO object 37 For the tracing code, both trace channel types are indistinguishable. 38 These are called a I<simple trace channel> and a I<callback trace channel>, 44 can be used for producing free-text trace output. 49 by attaching the B<BIO> I<bio> object as (simple) trace channel. 50 On success the ownership of the BIO is transferred to the channel, 54 an extra line for each channel, to be output before and after group of 66 dedicated BIO object, the so-called I<callback trace channel>. [all …]
|
| H A D | SSL_get_fd.pod | 5 SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object 19 read or the write channel, which can be different. If the read and the 20 write channel are different, SSL_get_fd() will return the file descriptor 21 of the read channel. 29 =item -1 38 =back 46 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
|
| /freebsd/share/man/man4/ |
| H A D | pwmc.4 | 35 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 49 driver provides device-control access to a channel of PWM hardware. 52 device is associated with a single PWM output channel. 58 instance will exist for each channel, but changing the period or 59 duty cycle of any one channel may affect other channels within the 73 is the channel number within that hardware controller. 80 driver provides control of a PWM channel with the following 84 .Bl -tag -width indent 86 Retrieve the current state of the channel. [all …]
|
| H A D | snd_hdsp.4 | 35 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 57 .Bl -bullet -compact 59 RME HDSP 9632 (optional AO4S-192 and AIS-192 extension boards) 67 For ADAT ports, 8 channel, 4 channel and 2 channel formats are supported. 69 (32kHz-48kHz) and 4 channels at double speed (64kHz-96kHz). 70 Only the HDSP 9632 can operate at quad speed (128kHz-192kHz), ADAT is 72 Depending on sample rate and channel format selected, not all pcm channels can 79 .Bl -tag -width indent 82 When opened in multi-channel audio software, this makes all ports available [all …]
|
| H A D | snd_hdspe.4 | 34 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 56 .Bl -bullet -compact 58 RME HDSPe AIO (optional AO4S-192 and AI4S-192 extension boards) 66 For ADAT ports, 8 channel, 4 channel and 2 channel formats are supported. 68 (32kHz-48kHz), 4 channels at double speed (64kHz-96kHz), and 2 channels at 69 quad speed (128kHz-192kHz). 70 Depending on sample rate and channel format selected, not all pcm channels can 77 .Bl -tag -width indent 80 When opened in multi-channel audio software, this makes all ports available [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | national,lm90.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jean Delvare <jdelvare@suse.com> 11 - Guenter Roeck <linux@roeck-us.net> 16 - adi,adm1032 17 - adi,adt7461 18 - adi,adt7461a 19 - adi,adt7481 20 - dallas,max6646 [all …]
|
| /freebsd/usr.sbin/sndctl/ |
| H A D | sndctl.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2024-2025 The FreeBSD Foundation 45 control-driven interface, in order to filter and/or set specific properties. 48 .Bl -tag -width "-f device" 61 This option will print all of the device's channel properties. 65 .Bl -column xxxxxxxxxxxxxxx xxxxx xxxxxxxx xxxxxxxxxxxxxxxxxxx -offset indent 74 .It bitperfect Ta Boolean Ta Read/Write Ta Bit-perfect mode enabled 75 .It autoconv Ta Boolean Ta Read/Write Ta Auto-conversions enabled 76 .It realtime Ta Boolean Ta Read/Write Ta Real-time mode enabled [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-dma.txt | 13 ------------------ 15 ------------------ 17 |-> DMA instance #0 19 |-> DMA instance #1 23 |-> DMA instance #n 27 - compatible: Should be "ti,keystone-navigator-dma" 28 - clocks: phandle to dma instances clocks. The clock handles can be as 31 - ti,navigator-cloud-address: Should contain base address for the multi-core 42 - reg: Should contain register location and length of the following dma 45 - Global control register region (global). [all …]
|
| /freebsd/share/man/man9/ |
| H A D | sleepqueue.9 | 1 .\" Copyright (c) 2000-2004 John H. Baldwin <jhb@FreeBSD.org> 92 Each queue is associated with a specific wait channel when it is active, 93 and only one queue may be associated with a wait channel at any given point 95 The implementation of each wait channel splits its sleepqueue into 2 sub-queues 98 wait channel. 99 Threads that are not blocked on a wait channel have an associated inactive 101 When a thread blocks on a wait channel it donates its inactive sleep queue 102 to the wait channel. 104 the wait channel that it was blocked on gives it an inactive sleep queue for 128 function locks the sleep queue chain associated with wait channel [all …]
|
| /freebsd/usr.sbin/bluetooth/bthidd/ |
| H A D | bthidd.h | 5 /*- 6 * SPDX-License-Identifier: BSD-2-Clause 47 int32_t ctrl; /* control channel (listen) */ 48 int32_t intr; /* intr. channel (listen) */ 61 bthid_server_p srv; /* pointer back to server */ 62 int32_t ctrl; /* control channel */ 63 int32_t intr; /* interrupt channel */
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7779.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices AD777X family 8-Channel, 24-Bit, Simultaneous Sampling ADCs 10 - Ramona Nechita <ramona.nechita@analog.com> 13 The AD777X family consist of 8-channel, simultaneous sampling analog-to- 14 digital converter (ADC). Eight full Σ-Δ ADCs are on-chip. The 16 connection. Each input channel has a programmable gain stage 18 outputs into the full-scale ADC input range, maximizing the 21 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7770.pdf [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
| H A D | sun6i-a31s-inet-q972.dts | 4 * This file is dual-licensed: you can use it either under the terms 43 /dts-v1/; 44 #include "sun6i-a31s.dtsi" 45 #include "sun6i-reference-design-tablet.dtsi" 49 compatible = "inet-tek,inet-q972", "allwinner,sun6i-a31s"; 60 compatible = "edt,edt-ft5406"; 62 interrupt-parent = <&pio>; 64 touchscreen-size-x = <768>; 65 touchscreen-size-y = <1024>; 66 touchscreen-swapped-x-y; [all …]
|
| /freebsd/tools/tools/net80211/scripts/ |
| H A D | setup.wdsmain | 4 # This can be used as the "back end" for setup.extender and/or 9 # gets created--to add the vap to a bridge. 34 ifconfig $WLAN_AP ssid "$SSID" channel $CHANNEL mtu 1500 35 ifconfig $WLAN_AP dwds -apbridge 36 wlandebug -i $WLAN_AP state+scan+assoc+auth+wds+11n 41 rm -f $WDSUP 49 $WLANWDS -v -s $WDSUP &
|
| /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 225 0x21 Wireless Channel 278 0x2D Keyboard - and (underscore) [all …]
|
| /freebsd/usr.sbin/bluetooth/rfcomm_pppd/ |
| H A D | rfcomm_pppd.8 | 1 .\" Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com> 38 .Fl C Ar channel 45 .Fl C Ar channel 60 .Ar channel . 93 .Bl -tag -width indent 107 .It Fl C Ar channel 109 channel to connect to or listen on. 110 In server mode, the channel should be a number between 1 and 30. 111 In client mode, the channel could either be a number between 1 and 30 115 (Dial-Up Networking) and [all …]
|