Home
last modified time | relevance | path

Searched +full:assoc +full:- +full:select (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v5.10/Documentation/admin-guide/pm/
Dintel-speed-select.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Intel(R) Speed Select Technology User Guide
7 The Intel(R) Speed Select Technology (Intel(R) SST) provides a powerful new
14 - https://www.intel.com/content/www/us/en/architecture-and-technology/speed-select-technology-artic…
15 - https://builders.intel.com/docs/networkbuilders/intel-speed-select-technology-base-frequency-enha…
19 dynamically without pre-configuring via BIOS setup options. This dynamic
21 and configure these features is by using the Intel Speed Select utility.
23 This document explains how to use the Intel Speed Select tool to enumerate and
29 intel-speed-select configuration tool
32 Most Linux distribution packages may include the "intel-speed-select" tool. If not,
[all …]
/Linux-v5.10/arch/mips/cavium-octeon/executive/
Dcvmx-l2c.c7 * Copyright (c) 2003-2017 Cavium, Inc.
14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
36 #include <asm/octeon/cvmx-l2c.h>
37 #include <asm/octeon/cvmx-spinlock.h>
43 * NOTE: This only protects calls from within a single application -
55 return -1; in cvmx_l2c_get_core_way_partition()
89 valid_mask = (0x1 << cvmx_l2c_get_num_assoc()) - 1; in cvmx_l2c_set_core_way_partition()
95 return -1; in cvmx_l2c_set_core_way_partition()
99 return -1; in cvmx_l2c_set_core_way_partition()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/arm/
Dcoresight-cti.yaml1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
38 indicate this feature (arm,coresight-cti-v8-arch).
53 constants defined in <dt-bindings/arm/coresight-cti-dt.h>
60 Note that some hardware trigger signals can be connected to non-CoreSight
64 - Mike Leach <mike.leach@linaro.org>
67 - $ref: /schemas/arm/primecell.yaml#
69 # Need a custom select here or 'arm,primecell' will match on lots of nodes
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/input/
Diqs269a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
28 "#address-cells":
31 "#size-cells":
34 azoteq,hall-enable:
37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes
[all …]
/Linux-v5.10/net/sctp/
Dassociola.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
15 * lksctp developers <linux-sctp@vger.kernel.org>
65 asoc->ep = (struct sctp_endpoint *)ep; in sctp_association_init()
66 asoc->base.sk = (struct sock *)sk; in sctp_association_init()
67 asoc->base.net = sock_net(sk); in sctp_association_init()
69 sctp_endpoint_hold(asoc->ep); in sctp_association_init()
70 sock_hold(asoc->base.sk); in sctp_association_init()
73 asoc->base.type = SCTP_EP_TYPE_ASSOCIATION; in sctp_association_init()
[all …]
/Linux-v5.10/tools/power/x86/intel-speed-select/
Disst-config.c1 // SPDX-License-Identifier: GPL-2.0
3 * Intel Speed Select -- Enumerate and control features
51 static int current_clos = -1;
52 static int clos_epp = -1;
53 static int clos_prop_prio = -1;
54 static int clos_min = -1;
55 static int clos_max = -1;
56 static int clos_desired = -1;
121 /* only three CascadeLake-N models are supported */ in update_cpu_model()
130 err(-1, "cannot open /proc/cpuinfo\n"); in update_cpu_model()
[all …]
Disst-display.c1 // SPDX-License-Identifier: GPL-2.0
3 * Intel dynamic_speed_select -- Enumerate and control features
26 str_len - curr_index, ","); in printcpulist()
29 index = snprintf(&str[curr_index], str_len - curr_index, "%d", in printcpulist()
63 for (i = size - 1; i >= 0; --i) { in printcpumask()
64 index = snprintf(&str[curr_index], str_len - curr_index, "%08x", in printcpumask()
68 strncat(&str[curr_index], ",", str_len - curr_index); in printcpumask()
89 for (i = 0; i < level - 1; ++i) in format_and_print_txt()
90 j += snprintf(&delimiters[j], sizeof(delimiters) - j, in format_and_print_txt()
125 j += snprintf(&delimiters[j], sizeof(delimiters) - j, in format_and_print()
[all …]
/Linux-v5.10/drivers/crypto/ccree/
Dcc_aead.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
67 struct device *dev = drvdata_to_dev(ctx->drvdata); in cc_aead_exit()
70 crypto_tfm_alg_name(&tfm->base)); in cc_aead_exit()
73 if (ctx->enckey) { in cc_aead_exit()
74 dma_free_coherent(dev, AES_MAX_KEY_SIZE, ctx->enckey, in cc_aead_exit()
75 ctx->enckey_dma_addr); in cc_aead_exit()
77 &ctx->enckey_dma_addr); in cc_aead_exit()
78 ctx->enckey_dma_addr = 0; in cc_aead_exit()
79 ctx->enckey = NULL; in cc_aead_exit()
[all …]
/Linux-v5.10/drivers/crypto/bcm/
Dcipher.c1 // SPDX-License-Identifier: GPL-2.0-only
81 /* A type 3 BCM header, expected to precede the SPU header for SPU-M.
83 * 0x60 - ring 0
84 * 0x68 - ring 1
85 * 0x70 - ring 2
86 * 0x78 - ring 3
100 * select_channel() - Select a SPU channel to handle a crypto request. Selects
113 * spu_skcipher_rx_sg_create() - Build up the scatterlist of buffers used to
122 * a 4-byte boundary
140 struct iproc_ctx_s *ctx = rctx->ctx; in spu_skcipher_rx_sg_create()
[all …]
/Linux-v5.10/net/wireless/
Dsme.c1 // SPDX-License-Identifier: GPL-2.0
23 #include "rdev-ops.h"
26 * Software SME in cfg80211, using auth/assoc/deauth calls to the
33 /* these are sub-states of the _CONNECTING sme_state */
56 if (!wdev->conn) in cfg80211_sme_free()
59 kfree(wdev->conn->ie); in cfg80211_sme_free()
60 kfree(wdev->conn); in cfg80211_sme_free()
61 wdev->conn = NULL; in cfg80211_sme_free()
66 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_conn_scan()
73 if (rdev->scan_req || rdev->scan_msg) in cfg80211_conn_scan()
[all …]
/Linux-v5.10/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved.
9 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
28 #include <linux/dma-mapping.h>
176 /* even if MAC WEP set (allows pre-encrypt) */
259 #define QOS_TX2_CW_MIN_OFDM cpu_to_le16((CW_MIN_OFDM + 1)/2 - 1)
260 #define QOS_TX3_CW_MIN_OFDM cpu_to_le16((CW_MIN_OFDM + 1)/4 - 1)
264 #define QOS_TX2_CW_MIN_CCK cpu_to_le16((CW_MIN_CCK + 1)/2 - 1)
265 #define QOS_TX3_CW_MIN_CCK cpu_to_le16((CW_MIN_CCK + 1)/4 - 1)
270 #define QOS_TX3_CW_MAX_OFDM cpu_to_le16((CW_MIN_OFDM + 1)/2 - 1)
[all …]
/Linux-v5.10/drivers/input/misc/
Diqs269a.c1 // SPDX-License-Identifier: GPL-2.0+
8 * inductive keys as well as Hall-effect switches, and one for each of the two
149 #define IQS269_ATI_POLL_SLEEP_US (iqs269->delay_mult * 10000)
150 #define IQS269_ATI_POLL_TIMEOUT_US (iqs269->delay_mult * 500000)
151 #define IQS269_ATI_STABLE_DELAY_MS (iqs269->delay_mult * 150)
201 .name = "event-prox",
207 .name = "event-prox-alt",
214 .name = "event-touch",
220 .name = "event-touch-alt",
227 .name = "event-deep",
[all …]
/Linux-v5.10/arch/x86/kernel/cpu/
Damd.c1 // SPDX-License-Identifier: GPL-2.0-only
16 #include <asm/spec-ctrl.h>
19 #include <asm/pci-direct.h>
38 * Refer to Fam15h Models 00-0fh BKDG - CPUID Fn8000_001E_ECX
82 * and section 2.6.2 of "AMD-K6 Processor Revision Guide - Model 6"
108 #define CBAR (0xfffc) /* Configuration Base Address (32-bit) */ in init_amd_k5()
111 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5()
122 int mbytes = get_num_physpages() >> (20-PAGE_SHIFT); in init_amd_k6()
124 if (c->x86_model < 6) { in init_amd_k6()
125 /* Based on AMD doc 20734R - June 2000 */ in init_amd_k6()
[all …]
/Linux-v5.10/drivers/net/wireless/intel/iwlegacy/
D4965.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved.
8 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
15 #include <linux/dma-mapping.h>
29 * il_verify_inst_sparse - verify runtime uCode image in card vs. host,
44 /* read data comes through single port, auto-incr addr */ in il4965_verify_inst_sparse()
50 ret = -EIO; in il4965_verify_inst_sparse()
61 * il4965_verify_inst_full - verify runtime uCode image in card vs. host,
77 for (; len > 0; len -= sizeof(u32), image++) { in il4965_verify_inst_full()
78 /* read data comes through single port, auto-incr addr */ in il4965_verify_inst_full()
[all …]
D3945-mac.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved.
11 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
22 #include <linux/dma-mapping.h>
41 #include "iwl-spectrum.h"
62 #define DRV_COPYRIGHT "Copyright(c) 2003-2011 Intel Corporation"
79 * il3945_get_antenna_flags - Get antenna flags for RXON command
82 * il->eeprom39 is used to determine if antenna AUX/MAIN are reversed
85 * IL_ANTENNA_DIVERSITY - NIC selects best antenna by itself
86 * IL_ANTENNA_MAIN - Force MAIN antenna
[all …]
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
231 #define ath11k_a_rates_size (ARRAY_SIZE(ath11k_legacy_rates) - 4)
305 return -EINVAL; in ath11k_mac_hw_ratecode_to_legacy_rate()
326 for (i = 0; i < sband->n_bitrates; i++) in ath11k_mac_bitrate_to_idx()
327 if (sband->bitrates[i].bitrate == bitrate) in ath11k_mac_bitrate_to_idx()
338 for (nss = IEEE80211_HT_MCS_MASK_LEN - 1; nss >= 0; nss--) in ath11k_mac_max_ht_nss()
350 for (nss = NL80211_VHT_NSS_MAX - 1; nss >= 0; nss--) in ath11k_mac_max_vht_nss()
398 conf = rcu_dereference(vif->chanctx_conf); in ath11k_mac_vif_chan()
401 return -ENOENT; in ath11k_mac_vif_chan()
[all …]
/Linux-v5.10/arch/alpha/kernel/
Dsetup.c1 // SPDX-License-Identifier: GPL-2.0
105 * "srmcons" - early callback prints
106 * "console=srm" - full callback based console, including early prints
141 * i386-setup code. This is just enough to make the console
232 { .name = "rtc", .start = -1, .end = -1 }, in reserve_std_resources()
247 for (hose = hose_head; hose; hose = hose->next) in reserve_std_resources()
248 if (hose->index == 0) { in reserve_std_resources()
249 io = hose->io_space; in reserve_std_resources()
264 for ((_cluster) = (memdesc)->cluster, (i) = 0; \
265 (i) < (memdesc)->numclusters; (i)++, (_cluster)++)
[all …]
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c1 // SPDX-License-Identifier: ISC
49 #define WPA_CIPHER_WEP_40 1 /* WEP (40-bit) */
52 #define WPA_CIPHER_WEP_104 5 /* WEP (104-bit) */
56 #define RSN_AKM_PSK 2 /* Pre-shared Key */
58 #define RSN_AKM_SHA256_PSK 6 /* SHA256, Pre-shared Key */
91 (sizeof(struct brcmf_assoc_params_le) - sizeof(u16))
95 if (!test_bit(BRCMF_VIF_STATUS_READY, &vif->sme_state)) { in check_vif_up()
97 vif->sme_state); in check_vif_up()
129 #define wl_a_rates_size (wl_g_rates_size - 4)
190 REG_RULE(2412-10, 2472+10, 40, 6, 20, 0),
[all …]
/Linux-v5.10/sound/usb/
Dmixer.c1 // SPDX-License-Identifier: GPL-2.0-or-later
17 * - support for UAC2 effect units
18 * - support for graphical equalizers
19 * - RANGE and MEM set commands (UAC2)
20 * - RANGE and MEM interrupt dispatchers (UAC2)
21 * - audio channel clustering (UAC2)
22 * - audio sample rate converter units (UAC2)
23 * - proper handling of clock multipliers (UAC2)
24 * - dispatch clock change notifications (UAC2)
25 * - stop PCM streams which use a clock that became invalid
[all …]
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
129 * return the index of channel_num in channel_set, -1 if not found
141 return -1; in rtw_ch_set_search_ch()
162 pmgntframe->frame_tag = MGNT_FRAMETAG; in alloc_mgtxmitframe()
163 pmgntframe->pxmitbuf = pxmitbuf; in alloc_mgtxmitframe()
164 pmgntframe->buf_addr = pxmitbuf->pbuf; in alloc_mgtxmitframe()
165 pxmitbuf->priv_data = pmgntframe; in alloc_mgtxmitframe()
177 struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; in update_mgnt_tx_rate()
179 pmlmeext->tx_rate = rate; in update_mgnt_tx_rate()
[all …]
/Linux-v5.10/drivers/ata/
Dlibata-scsi.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * libata-scsi.c - helper library for ATA
5 * Copyright 2003-2004 Red Hat, Inc. All rights reserved.
6 * Copyright 2003-2004 Jeff Garzik
9 * as Documentation/driver-api/libata.rst
12 * - http://www.t10.org/
13 * - http://www.t13.org/
38 #include "libata-transport.h"
62 RW_RECOVERY_MPAGE_LEN - 2,
72 CACHE_MPAGE_LEN - 2,
[all …]
/Linux-v5.10/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c1 // SPDX-License-Identifier: GPL-2.0-only
28 #include <linux/dma-mapping.h>
108 return "ASSOC"; in cmdstr()
150 pr_debug("%s: <-\n", __func__); in gelic_eurus_sync_cmd_worker()
152 BUG_ON(cmd_info[cmd->cmd].pre_arg && in gelic_eurus_sync_cmd_worker()
153 cmd_info[cmd->cmd].post_arg); in gelic_eurus_sync_cmd_worker()
154 wl = cmd->wl; in gelic_eurus_sync_cmd_worker()
157 if (cmd_info[cmd->cmd].pre_arg) { in gelic_eurus_sync_cmd_worker()
158 arg1 = (cmd->buffer) ? in gelic_eurus_sync_cmd_worker()
159 ps3_mm_phys_to_lpar(__pa(cmd->buffer)) : in gelic_eurus_sync_cmd_worker()
[all …]
/Linux-v5.10/include/net/
Dcfg80211.h1 /* SPDX-License-Identifier: GPL-2.0-only */
7 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>
8 * Copyright 2013-2014 Intel Mobile Communications GmbH
9 * Copyright 2015-2017 Intel Deutschland GmbH
10 * Copyright (C) 2018-2020 Intel Corporation
69 * enum ieee80211_channel_flags - channel flags
140 * struct ieee80211_channel - channel definition
147 * @hw_value: hardware-specific value for the channel
183 * enum ieee80211_rate_flags - rate flags
216 * enum ieee80211_bss_type - BSS type filter
[all …]
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
51 "Auto", "Ad-Hoc", "Managed", "Master", "Repeater",
60 wireless_send_event(padapter->pnetdev, SIOCGIWSCAN, &wrqu, NULL); in indicate_wx_scan_complete_event()
66 struct mlme_priv *pmlmepriv = &padapter->mlmepriv; in rtw_indicate_wx_assoc_event()
72 memcpy(wrqu.ap_addr.sa_data, pmlmepriv->cur_network.network.MacAddress, ETH_ALEN); in rtw_indicate_wx_assoc_event()
74 DBG_88E_LEVEL(_drv_always_, "assoc success\n"); in rtw_indicate_wx_assoc_event()
75 wireless_send_event(padapter->pnetdev, SIOCGIWAP, &wrqu, NULL); in rtw_indicate_wx_assoc_event()
88 wireless_send_event(padapter->pnetdev, SIOCGIWAP, &wrqu, NULL); in rtw_indicate_wx_disassoc_event()
96 struct mlme_priv *pmlmepriv = &padapter->mlmepriv; in translate_scan()
[all …]
/Linux-v5.10/drivers/net/wireless/ath/wil6210/
Dwmi.h1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
4 * Copyright (c) 2012-2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2006-2012 Wilocity
70 * Each ID maps to a bit in a 32-bit bitmask value provided by the FW to
444 * - WMI_RX_MGMT_PACKET_EVENTID - for every probe resp.
445 * - WMI_SCAN_COMPLETE_EVENTID
470 * 0 - 58320 MHz
471 * 1 - 60480 MHz
472 * 2 - 62640 MHz
[all …]

12