Searched +full:assoc +full:- +full:weight (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/Documentation/admin-guide/pm/ |
D | intel-speed-select.rst | 1 .. SPDX-License-Identifier: GPL-2.0 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 29 intel-speed-select configuration tool 32 Most Linux distribution packages may include the "intel-speed-select" tool. If not, 38 # cd tools/power/x86/intel-speed-select/ 43 ------------ 47 # intel-speed-select --help 49 The top-level help describes arguments and features. Notice that there is a [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/input/ |
D | iqs269a.yaml | 1 # 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/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 1 // 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/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 1 // 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 …]
|
/Linux-v5.10/drivers/input/misc/ |
D | iqs269a.c | 1 // 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/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 1 /* 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 …]
|
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 2 * Copyright (c) 2004-2011 Atheros Communications Inc. 3 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc. 111 /* 802.1d to AC mapping. Refer pg 57 of WMM-test-plan-v1.2 */ 128 wmi->ep_id = ep_id; in ath6kl_wmi_set_control_ep() 133 return wmi->ep_id; in ath6kl_wmi_get_control_ep() 140 if (WARN_ON(if_idx > (ar->vif_max - 1))) in ath6kl_get_vif_by_index() 144 spin_lock_bh(&ar->list_lock); in ath6kl_get_vif_by_index() 145 list_for_each_entry(vif, &ar->vif_list, list) { in ath6kl_get_vif_by_index() 146 if (vif->fw_vif_idx == if_idx) { in ath6kl_get_vif_by_index() 151 spin_unlock_bh(&ar->list_lock); in ath6kl_get_vif_by_index() [all …]
|
/Linux-v5.10/include/net/ |
D | cfg80211.h | 1 /* 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 …]
|
D | mac80211.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * mac80211 <-> driver interface 5 * Copyright 2002-2005, Devicescape Software, Inc. 6 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz> 7 * Copyright 2007-2010 Johannes Berg <johannes@sipsolutions.net> 8 * Copyright 2013-2014 Intel Mobile Communications GmbH 9 * Copyright (C) 2015 - 2017 Intel Deutschland GmbH 10 * Copyright (C) 2018 - 2020 Intel Corporation 30 * only partial functionality in hard- or firmware. This document 31 * defines the interface between mac80211 and low-level hardware [all …]
|
/Linux-v5.10/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 268 * rsi_set_default_parameters() - This function sets default parameters. 275 common->band = NL80211_BAND_2GHZ; in rsi_set_default_parameters() 276 common->channel_width = BW_20MHZ; in rsi_set_default_parameters() 277 common->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; in rsi_set_default_parameters() 278 common->channel = 1; in rsi_set_default_parameters() 279 common->min_rate = 0xffff; in rsi_set_default_parameters() 280 common->fsm_state = FSM_CARD_NOT_READY; in rsi_set_default_parameters() 281 common->iface_down = true; in rsi_set_default_parameters() 282 common->endpoint = EP_2GHZ_20MHZ; in rsi_set_default_parameters() 283 common->driver_mode = 1; /* End to end mode */ in rsi_set_default_parameters() [all …]
|
/Linux-v5.10/include/uapi/linux/ |
D | nl80211.h | 6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> 13 * Copyright 2015-2017 Intel Deutschland GmbH 14 * Copyright (C) 2018-2020 Intel Corporation 32 * be careful not to break things - i.e. don't move anything around or so 74 * - a setup station entry is added, not yet authorized, without any rate 76 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid 79 * - %NL80211_TDLS_ENABLE_LINK is then used 80 * - after this, the only valid operation is to remove it by tearing down 95 * Frame registration is done on a per-interface basis and registrations 137 * software, like the AP-VLAN type in mac80211 for example, there's [all …]
|