Home
last modified time | relevance | path

Searched +full:out +full:- +full:of +full:- +full:band (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/freebsd/share/doc/smm/18.net/
H A Dd.t2 .\" The Regents of the University of California. All rights reserved.
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
10 .\" notice, this list of conditions and the following disclaimer in the
12 .\" 3. Neither the name of the University nor the names of its contributors
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
[all …]
H A D7.t2 .\" The Regents of the University of California. All rights reserved.
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
10 .\" notice, this list of conditions and the following disclaimer in the
12 .\" 3. Neither the name of the University nor the names of its contributors
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
[all …]
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h1 /*===- c_api.h - C API for the ORC runtime ------------------------*- C -*-===*\
3 |* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
8 |*===----------------------------------------------------------------------===*|
12 \*===----------------------------------------------------------------------===*/
26 _Pragma("clang diagnostic error \"-Wstrict-prototypes\"")
54 * orc_rt_CWrapperFunctionResult is a kind of C-SmallVector with an
55 * out-of-band error state.
57 * If Size == 0 and Data.ValuePtr is non-zero then the value is in the
58 * 'out-of-band error' state, and Data.ValuePtr points at a malloc-allocated,
[all …]
/freebsd/share/man/man4/
H A Diwm.41 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2004-2006
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\" notice unmodified, this list of conditions, and the following
14 .\" notice, this list of conditions and the following disclaimer in the
19 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
[all …]
H A Diwlwifi.42 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2021-2025 The FreeBSD Foundation
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
15 .\" notice, this list of conditions and the following disclaimer in the
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
[all …]
/freebsd/share/doc/psd/21.ipc/
H A D5.t2 .\" The Regents of the University of California. All rights reserved.
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
10 .\" notice, this list of conditions and the following disclaimer in the
12 .\" 3. Neither the name of the University nor the names of its contributors
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dt1040rdb.dts4 * Copyright 2014 - 2015 Freescale Semiconductor Inc.
8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
13 * * Neither the name of Freescale Semiconductor nor the
14 * names of its contributors may be used to endorse or promote products
18 * ALTERNATIVELY, this software may be distributed under the terms of the
20 * Foundation, either version 2 of that License or (at your option) any
25 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Deeprom.c1 // SPDX-License-Identifier: ISC
11 MODULE_PARM_DESC(enable_6ghz, "Enable 6 GHz instead of 5 GHz on hardware that supports both");
15 struct mt76_dev *mdev = &dev->mt76; in mt7915_eeprom_load_precal()
16 u8 *eeprom = mdev->eeprom.data; in mt7915_eeprom_load_precal()
17 u32 offs = is_mt7915(&dev->mt76) ? MT_EE_DO_PRE_CAL : MT_EE_DO_PRE_CAL_V2; in mt7915_eeprom_load_precal()
21 if (!dev->flash_mode || !val) in mt7915_eeprom_load_precal()
26 dev->cal = devm_kzalloc(mdev->dev, size, GFP_KERNEL); in mt7915_eeprom_load_precal()
27 if (!dev->cal) in mt7915_eeprom_load_precal()
28 return -ENOMEM; in mt7915_eeprom_load_precal()
30 offs = is_mt7915(&dev->mt76) ? MT_EE_PRECAL : MT_EE_PRECAL_V2; in mt7915_eeprom_load_precal()
[all …]
H A Dmac.c1 // SPDX-License-Identifier: ISC
16 #define to_rssi(field, rcpi) ((FIELD_GET(field, rcpi) - 220) / 2)
19 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 },
33 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 },
44 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 },
63 if (idx >= ARRAY_SIZE(dev->mt76.wcid)) in mt7915_rx_get_wcid()
66 wcid = rcu_dereference(dev->mt76.wcid[idx]); in mt7915_rx_get_wcid()
70 if (!wcid->sta) in mt7915_rx_get_wcid()
74 if (!sta->vif) in mt7915_rx_get_wcid()
77 return &sta->vif->sta.wcid; in mt7915_rx_get_wcid()
[all …]
H A Dtestmode.c1 // SPDX-License-Identifier: ISC
23 u32 band[2]; member
27 { _list.band[0] = MT_##_reg(0); \
28 _list.band[1] = MT_##_reg(1); }
30 { _list.band[0] = MT_##_reg(0, _idx); \
31 _list.band[1] = MT_##_reg(1, _idx); }
40 struct mt7915_dev *dev = phy->dev; in mt7915_tm_set_tx_power()
41 struct mt76_phy *mphy = phy->mt76; in mt7915_tm_set_tx_power()
42 struct cfg80211_chan_def *chandef = &mphy->chandef; in mt7915_tm_set_tx_power()
43 int freq = chandef->center_freq1; in mt7915_tm_set_tx_power()
[all …]
H A Dmain.c1 // SPDX-License-Identifier: ISC
15 if (test_bit(MT76_STATE_RUNNING, &dev->mphy.state)) in mt7915_dev_running()
20 return phy && test_bit(MT76_STATE_RUNNING, &phy->mt76->state); in mt7915_dev_running()
33 ret = mt76_connac_mcu_set_pm(&dev->mt76, in mt7915_run()
34 dev->phy.mt76->band_idx, 0); in mt7915_run()
36 goto out; in mt7915_run()
38 ret = mt7915_mcu_set_mac(dev, dev->phy.mt76->band_idx, in mt7915_run()
41 goto out; in mt7915_run()
43 mt7915_mac_enable_nf(dev, dev->phy.mt76->band_idx); in mt7915_run()
46 if (phy != &dev->phy) { in mt7915_run()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dbtusb.txt2 ---------------------------------------------------
6 - compatible : should comply with the format "usbVID,PID" specified in
7 Documentation/devicetree/bindings/usb/usb-device.yaml
8 At the time of writing, the only OF supported devices
13 "usb4ca,301a" (Qualcomm QCA6174A (Lite-On))
17 Documentation/devicetree/bindings/net/marvell-bt-8xxx.txt
21 - interrupt-names: (see below)
22 - interrupts : The interrupt specified by the name "wakeup" is the interrupt
23 that shall be used for out-of-band wake-on-bt. Driver will
26 platform out of band. During system resume, the irq will be
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c1 // 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
13 #include "iwl-i
161 iwl_mvm_scan_rate_n_flags(struct iwl_mvm * mvm,enum nl80211_band band,bool no_cck) iwl_mvm_scan_rate_n_flags() argument
182 iwl_mvm_get_traffic_load_band(struct iwl_mvm * mvm,enum nl80211_band band) iwl_mvm_get_traffic_load_band() argument
275 iwl_mvm_get_scan_type_band(struct iwl_mvm * mvm,struct ieee80211_vif * vif,enum nl80211_band band) iwl_mvm_get_scan_type_band() argument
942 u8 band; iwl_mvm_scan_lmac() local
1032 struct ieee80211_supported_band *band; iwl_mvm_scan_config_rates() local
1061 struct ieee80211_supported_band *band; iwl_mvm_fill_channels() local
1445 u8 band; global() member
1483 iwl_mvm_scan_ch_and_band_to_idx(u8 channel_id,u8 band) iwl_mvm_scan_ch_and_band_to_idx() argument
1522 iwl_mvm_scan_ch_add_n_aps_override(enum nl80211_iftype vif_type,u8 ch_id,u8 band,u8 * ch_bitmap,size_t bitmap_n_entries) iwl_mvm_scan_ch_add_n_aps_override() argument
1591 enum nl80211_band band = channels[i]->band; iwl_mvm_umac_scan_cfg_channels() local
1616 enum nl80211_band band = channels[i]->band; iwl_mvm_umac_scan_cfg_channels_v4() local
1643 enum nl80211_band band = channels[i]->band; iwl_mvm_umac_scan_cfg_channels_v7() local
2839 enum nl80211_band band; global() member
2874 _iwl_mvm_get_respect_p2p_go(struct iwl_mvm * mvm,struct ieee80211_vif * vif,bool low_latency,enum nl80211_band band) _iwl_mvm_get_respect_p2p_go() argument
2895 iwl_mvm_get_respect_p2p_go_band(struct iwl_mvm * mvm,struct ieee80211_vif * vif,enum nl80211_band band) iwl_mvm_get_respect_p2p_go_band() argument
[all...]
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dbrcm,bcm43xx-fmac.txt9 - compatible : Should be "brcm,bcm4329-fmac".
12 - brcm,drive-strength : drive strength used for SDIO pins on device in mA
14 - interrupts : specifies attributes for the out-of-band interrupt (host-wake).
15 When not specified the device will use in-band SDIO interrupts.
16 - interrupt-names : name of the out-of-band interrupt, which must be set
17 to "host-wake".
22 #address-cells = <1>;
23 #size-cells = <0>;
25 pinctrl-names = "default";
26 pinctrl-0 = <&mmc3_pins_a>;
[all …]
/freebsd/lib/libc/net/
H A Dsockatmark.36 .\" 1. Redistributions of source code must retain the above copyright
7 .\" notice, this list of conditions and the following disclaimer.
9 .\" notice, this list of conditions and the following disclaimer in the
14 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37 To find out if the read pointer is currently pointing at
45 Otherwise (assuming out of band data has arrived),
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c1 // SPDX-License-Identifier: ISC
31 dev->ibf = !!val; in mt7996_implicit_txbf_set()
41 *val = dev->ibf; in mt7996_implicit_txbf_get()
49 /* test knob of system error recovery */
54 struct mt7996_dev *dev = file->private_data; in mt7996_sys_recovery_set()
57 u16 band, val; in mt7996_sys_recovery_set() local
60 return -EINVAL; in mt7996_sys_recovery_set()
63 return -EFAULT; in mt7996_sys_recovery_set()
65 if (count && buf[count - 1] == '\n') in mt7996_sys_recovery_set()
66 buf[count - 1] = '\0'; in mt7996_sys_recovery_set()
[all …]
H A Dinit.c1 // SPDX-License-Identifier: ISC
7 #include <linux/of.h>
9 #include <linux/hwmon-sysfs.h>
75 int i = to_sensor_dev_attr(attr)->index; in mt7996_thermal_temp_show()
88 phy->throttle_temp[i - 1] * 1000); in mt7996_thermal_temp_show()
90 return sprintf(buf, "%hhu\n", phy->throttle_state); in mt7996_thermal_temp_show()
92 return -EINVAL; in mt7996_thermal_temp_show()
101 int ret, i = to_sensor_dev_attr(attr)->index; in mt7996_thermal_temp_store()
108 mutex_lock(&phy->dev->mt76.mutex); in mt7996_thermal_temp_store()
112 if ((i - 1 == MT7996_CRIT_TEMP_IDX && in mt7996_thermal_temp_store()
[all …]
/freebsd/sys/dev/ath/ath_hal/ah_regdomain/
H A Dah_rd_regenum.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2005-2011 Atheros Communications, Inc.
13 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
16 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
26 * the regdomain is really a pair of unitary regdomains. 12 bit values
42 NULL1_WORLD = 0x03, /* For 11b-only countries (no 11a allowed) */
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp1 //===-- c_api_test.cpp ----------------------------------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file is a part of the ORC runtime.
11 //===----------------------------------------------------------------------===//
23 // Check that this value isn't treated as an out-of-band error. in TEST()
26 // Check that we can dispose of the value. in TEST()
46 // Check that this value isn't treated as an out-of-band error. in TEST()
56 // Check that we can dispose of the value. in TEST()
[all …]
/freebsd/sys/dev/iwm/
H A Dif_iwm_7000.c1 /*-
2 * Based on BSD-licensed source modules in the Linux iwlwifi driver,
12 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
13 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
17 * it under the terms of version 2 of the GNU General Public License as
21 * WITHOUT ANY WARRANTY; without even the implied warranty of
25 * You should have received a copy of the GNU General Public License
35 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
39 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
40 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Darm,mhuv3.yaml1 # 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>
17 The controller can optionally support a varying number of extensions that, in
18 turn, enable different kinds of transport to be used for communication.
19 Number, type and characteristics of each supported extension can be discovered
22 Given the unidirectional nature of the controller, an MHUv3 mailbox controller
23 is composed of a MHU Sender (MHUS) containing a PostBox (PBX) block and a MHU
[all …]
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c1 /*-
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
76 if (++mt->level == MAXLEVEL) { in start_element()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2005-2014, 2018-2023 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
14 #include "iwl-dr
329 iwl_get_channel_flags(u8 ch_num,int ch_idx,enum nl80211_band band,u32 nvm_flags,const struct iwl_cfg * cfg) iwl_get_channel_flags() argument
407 enum nl80211_band band = iwl_init_channel_map() local
1632 enum nl80211_band band; iwl_parse_nvm_mcc_info() local
[all...]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
28 .band = NL80211_BAND_2GHZ, \
37 .band = NL80211_BAND_5GHZ, \
46 .band = NL80211_BAND_6GHZ, \
163 /* new addition in IEEE Std 802.11ax-2021 */
243 #define ath11k_a_rates_size (ARRAY_SIZE(ath11k_legacy_rates) - 4)
247 /* Overhead due to the processing of channel switch events from FW */
407 return -EINVAL; in ath11k_mac_hw_ratecode_to_legacy_rate()
[all …]
H A Dreg.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
11 #define ATH11K_2GHZ_CH01_11 REG_RULE(2412 - 10, 2462 + 10, 40, 0, 20, 0)
12 #define ATH11K_5GHZ_5150_5350 REG_RULE(5150 - 10, 5350 + 10, 80, 0, 30,\
14 #define ATH11K_5GHZ_5725_5850 REG_RULE(5725 - 10, 5850 + 10, 80, 0, 30,\
35 regd = rcu_dereference_rtnl(ar->hw->wiphy->regd); in ath11k_regdom_changes()
43 return memcmp(regd->alpha2, alpha2, 2) != 0; in ath11k_regdom_changes()
52 struct ath11k *ar = hw->priv; in ath11k_reg_notifier()
55 ath11k_dbg(ar->ab, ATH11K_DBG_REG, in ath11k_reg_notifier()
63 if (!(request->initiator == NL80211_REGDOM_SET_BY_USER && in ath11k_reg_notifier()
[all …]

12345678910>>...16