| /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 …]
|
| H A D | ieee80211.9 | 72 layer for protocol services but devices that off-load functionality 92 State that is not virtualized includes the current channel and 138 (specified in MHz) to an IEEE 802.11 channel number. 151 function converts the channel specified in 153 to an IEEE channel number for the driver 164 utility function converts the IEEE channel number 181 functions are device-independent handlers for 194 function returns the PHY mode required for use with the channel 206 sub-type, for the device 215 sub-type. [all …]
|
| H A D | ieee80211_proto.9 | 59 such as scanning for a BSS or automatically selecting a channel to 62 coordinate operation such as choosing a channel. 68 .Bl -tag -width IEEE80211_S_ASSOC 76 Scanning for a BSS or choosing a channel to operate on. 98 Doing Channel Availability Check (CAC). 99 This state is entered only when DFS is enabled and the channel selected 120 Channel Switch Announcement (CSA) is pending. 124 or the local station is preparing to change channel. 144 that specifies the channel for the operating BSS should never be used 164 until the scan operation completes at which time the selected channel [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | nvidia,tegra210-admaif.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-admaif.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 ADMAIF is the interface between ADMA and AHUB. Each ADMA channel 12 ADMAIF channel. ADMA channel sending data to AHUB pairs with ADMAIF 13 Tx channel and ADMA channel receiving data from AHUB pairs with 14 ADMAIF Rx channel. 17 - Jon Hunter <jonathanh@nvidia.com> 18 - Sameer Pujar <spujar@nvidia.com> [all …]
|
| H A D | fsl,qmc-audio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/fsl,qmc-audio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Herve Codina <herve.codina@bootlin.com> 16 if only one QMC channel is used by the DAI or it is working in non-interleaved 20 - $ref: dai-common.yaml# 24 const: fsl,qmc-audio 26 '#address-cells': 28 '#size-cells': [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/ |
| H A D | jedec,lpddr-channel.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr-channel.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR channel with chip/rank topology description 10 An LPDDR channel is a completely independent set of LPDDR pins (DQ, CA, CS, 16 - Julius Werner <jwerner@chromium.org> 21 - jedec,lpddr2-channel 22 - jedec,lpddr3-channel 23 - jedec,lpddr4-channel [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | arm,mhuv3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sudeep Holla <sudeep.holla@arm.com> 11 - Cristian Marussi <cristian.marussi@arm.com> 27 - Configure the MHU 28 - Send Transfers to the Receiver 29 - Optionally receive acknowledgment of a Transfer from the Receiver 32 - Configure the MHU 33 - Receive Transfers from the Sender [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7173.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Ceclan Dumitru <dumitru.ceclan@analog.com> 15 The AD717x family offer a complete integrated Sigma-Delta ADC solution which 16 can be used in high precision, low noise single channel applications 18 (Factory Automation PLC Input modules). The Sigma-Delta ADC is intended 23 The AD411X family encompasses a series of low power, low noise, 24-bit, 24 sigma-delta analog-to-digital converters that offer a versatile range of 26 fully differential/single-ended and bipolar voltage inputs. [all …]
|
| H A D | qcom,spmi-vadc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/qcom,spmi-vadc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andy Gross <agross@kernel.org> 11 - Bjorn Andersson <bjorn.andersson@linaro.org> 15 voltage. The VADC is a 15-bit sigma-delta ADC. 17 voltage. The VADC is a 16-bit sigma-delta ADC. 22 - items: 23 - const: qcom,pms405-adc [all …]
|
| H A D | adi,ad4695.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <Michael.Hennerich@analog.com> 11 - Nuno Sá <nuno.sa@analog.com> 14 A family of similar multi-channel analog to digital converters with SPI bus. 21 $ref: /schemas/spi/spi-peripheral-props.yaml# 26 - adi,ad4695 27 - adi,ad4696 28 - adi,ad4697 [all …]
|
| /freebsd/sys/contrib/openzfs/udev/ |
| H A D | vdev_id | 3 # vdev_id: udev helper to generate user-friendly names for JBOD disks 6 # physical path in a storage topology to a channel name. The 7 # channel name is combined with a disk enclosure slot number to 10 # failed drives. Slot numbers may also be re-mapped in case the 12 # created as symbolic links in /dev/disk/by-vdev. 15 # A multipath mode is supported in which dm-mpath devices are 16 # handled by examining the first-listed running component disk. In 17 # multipath mode the configuration file should contain a channel 20 # The alias keyword provides a simple way to map already-existing 29 # # Example vdev_id.conf - sas_direct. [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | at91-natte.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * at91-natte.dts - Device Tree include file for the Natte board 11 mux: mux-controller { 12 compatible = "gpio-mux"; 13 #mux-control-cells = <0>; 15 mux-gpios = <&ioexp 0 GPIO_ACTIVE_HIGH>, 20 batntc-mux { 21 compatible = "io-channel-mux"; 22 io-channels = <&adc 5>; 23 io-channel-names = "parent"; [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 21 - azoteq,iqs7222a 22 - azoteq,iqs7222b 23 - azoteq,iqs7222c 24 - azoteq,iqs7222d 29 irq-gpios: 32 Specifies the GPIO connected to the device's active-low RDY output. [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> 52 All channel numbers start at zero. 53 Left channel is zero and right channel is one. 56 .Bl -tag -width indent 69 Set default sample-rate for the subsequent commands. 75 The buffer size specified is per channel. 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. [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | nchan.ms | 27 OpenSSH Channel Close Protocol 1.5 Implementation 29 Channel Input State Diagram 49 box invis "rcvd OCLOSE/" "-" with .w at last arrow.c 50 ellipse wid .9*ellipsewid ht .9*ellipseht at S4 51 arrow "start" "" from S1.w+(-0.5,0) to S1.w 57 Channel Output State Diagram 69 box invis "rcvd IEOF/" "-" with .e at last arrow.c 71 box invis "rcvd IEOF/" "-" with .w at last arrow.c 72 ellipse wid .9*ellipsewid ht .9*ellipseht at S4 73 arrow "start" "" from S1.w+(-0.5,0) to S1.w [all …]
|
| H A D | nchan2.ms | 26 OpenSSH Channel Close Protocol 2.0 Implementation 28 Channel Input State Diagram 48 ellipse wid .9*ellipsewid ht .9*ellipseht at S4 49 arrow "start" "" from S1.w+(-0.5,0) to S1.w 52 Channel Output State Diagram 65 box invis "rcvd EOF ||" "rcvd CLOSE/" "-" with .e at last arrow.c 66 ellipse wid .9*ellipsewid ht .9*ellipseht at S4 67 arrow "start" "" from S1.w+(-0.5,0) to S1.w 74 forwarded channel). 75 The data is then sent over the INPUT-end (transmit-end) of the channel to the [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/dma/ |
| H A D | ste-dma40.txt | 4 - compatible: "stericsson,dma40" 5 - reg: Address range of the DMAC registers 6 - reg-names: Names of the above areas to use during resource look-up 7 - interrupt: Should contain the DMAC interrupt number 8 - #dma-cells: must be <3> 9 - memcpy-channels: Channels to be used for memcpy 12 - dma-channels: Number of channels supported by hardware - if not present 14 - disabled-channels: Channels which can not be used 18 dma: dma-controller@801c0000 { 19 compatible = "stericsson,db8500-dma40", "stericsson,dma40"; [all …]
|
| H A D | stericsson,dma40.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ST-Ericsso [all...] |
| H A D | cirrus,ep9301-dma-m2p.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/dma/cirrus,ep9301-dma-m2p.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 11 - Nikita Shubin <nikita.shubin@maquefel.me> 14 - $ref: dma-controller.yaml# 19 - const: cirrus,ep9301-dma-m2p 20 - items: 21 - enum: [all …]
|
| /freebsd/sys/dev/virtio/p9fs/ |
| H A D | virtio_p9fs.c | 1 /*- 27 * The Virtio 9P transport driver. This file contains all functions related to 54 #define VT9P_MTX(_sc) (&(_sc)->vt9p_mtx) 58 "VIRTIO 9P CHAN lock", NULL, MTX_DEF) 76 /* Global channel list, Each channel will correspond to a mount point */ 80 MTX_SYSINIT(global_chan_list_mtx, &global_chan_list_mtx, "9pglobal", MTX_DEF); 83 { VIRTIO_9PNET_F_MOUNT_TAG, "9PMountTag" }, 94 SYSCTL_NODE(_vfs, OID_AUTO, 9p, CTLFLAG_RW, 0, "9P File System Protocol"); 113 KASSERT(req->tc->tag != req->rc->tag, in vt9p_req_wait() 125 KASSERT(req->tc->tag == req->rc->tag, in vt9p_req_wait() [all …]
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | rtw8821c.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2018-2019 Realtek Corporation 19 static const s8 lna_gain_table_0[8] = {22, 8, -6, -22, -31, -40, -46, -52}; 20 static const s8 lna_gain_table_1[16] = {10, 6, 2, -2, -6, -10, -14, -17, 21 -20, -24, -28, -31, -34, -37, -40, -44}; 26 ether_addr_copy(efuse->addr, map->e.mac_addr); in rtw8821ce_efuse_parsing() 32 ether_addr_copy(efuse->addr, map->u.mac_addr); in rtw8821cu_efuse_parsing() 38 ether_addr_copy(efuse->addr, map->s.mac_addr); in rtw8821cs_efuse_parsing() 50 struct rtw_hal *hal = &rtwdev->hal; in rtw8821c_read_efuse() 51 struct rtw_efuse *efuse = &rtwdev->efuse; in rtw8821c_read_efuse() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | brcm,asp-v2.0.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/brcm,asp-v2.0.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Justin Chen <justin.chen@broadcom.com> 11 - Florian Fainelli <florian.fainelli@broadcom.com> 18 - items: 19 - enum: 20 - brcm,bcm74165b0-asp 21 - const: brcm,asp-v2.2 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lp55xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/leds-lp55xx.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacek Anaszewski <jacek.anaszewski@gmail.com> 11 - Pavel Machek <pavel@ucw.cz> 14 Bindings for the TI/National Semiconductor LP55xx and LP8501 multi channel 27 - national,lp5521 28 - national,lp5523 29 - ti,lp55231 [all …]
|
| H A D | leds-lp55xx.txt | 4 - compatible: one of 11 - reg: I2C slave address 12 - clock-mode: Input clock mode, (0: automode, 1: internal, 2: external) 15 - led-cur: Current setting at each led channel (mA x10, 0 if led is not connected) 16 - max-cur: Maximun current at each led channel. 19 - enable-gpio: GPIO attached to the chip's enable pin 20 - label: Used for naming LEDs 21 - pwr-sel: LP8501 specific property. Power selection for output channels. 22 0: D1~9 are connected to VDD 23 1: D1~6 with VDD, D7~9 with VOUT [all …]
|
| /freebsd/usr.sbin/pwm/ |
| H A D | pwm.8 | 50 instance controls a single PWM channel. 59 is the channel number within that unit. 62 .Bl -tag -width "-f device" 72 Show the configuration of the PWM channel. 74 Disable the PWM channel. 76 Configure the duty cycle (in nanoseconds or percentage) of the PWM channel. 81 Enable the PWM channel. 83 Configure the period (in nanoseconds) of the PWM channel. 88 .Bl -bullet 90 Show the configuration of the PWM channel: [all …]
|