| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-l2c.c | 7 * 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/Documentation/devicetree/bindings/input/ |
| H A 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 - $ref: input.yaml# 16 The Azoteq IQS269A is an 8-channel capacitive touch controller that features 17 additional Hall-effect and inductive sensing capabilities. 24 - azoteq,iqs269a 25 - azoteq,iqs269a-00 26 - azoteq,iqs269a-d0 [all …]
|
| H A D | iqs626a.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 IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": 37 azoteq,suspend-mode: [all …]
|
| /linux/net/sctp/ |
| H A D | associola.c | 1 // 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 …]
|
| H A D | sm_statefuns.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (c) 1999-2000 Cisco, Inc. 5 * Copyright (c) 1999-2001 Motorola, Inc. 6 * Copyright (c) 2001-2002 Intel Corp. 15 * lksctp developers <linux-sctp@vger.kernel.org> 177 __u16 chunk_length = ntohs(chunk->chunk_hdr->length); in sctp_chunk_length_valid() 180 if (unlikely(chunk->pdiscard)) in sctp_chunk_length_valid() 193 sctp_walk_errors(err, chunk->chunk_hdr); in sctp_err_chunk_valid() 195 return (void *)err == (void *)chunk->chunk_end; in sctp_err_chunk_valid() 207 * that it is in SHUTDOWN-ACK-SENT state, if it is not the chunk should be [all …]
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Intel Speed Select -- Enumerate and control features 55 static int current_clos = -1; 56 static int clos_epp = -1; 57 static int clos_prop_prio = -1; 58 static int clos_min = - [all...] |
| H A D | isst-display.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Intel dynamic_speed_select -- Enumerate and control features 26 str_len - curr_index, ","); in printcpulist() 31 index = snprintf(&str[curr_index], str_len - curr_index, "%d", in printcpulist() 67 for (i = size - 1; i >= 0; --i) { in printcpumask() 68 index = snprintf(&str[curr_index], str_len - curr_index, "%08x", in printcpumask() 74 strncat(&str[curr_index], ",", str_len - curr_index); in printcpumask() 97 for (i = 0; i < level - 1; ++i) in format_and_print_txt() 98 j += snprintf(&delimiters[j], sizeof(delimiters) - j, in format_and_print_txt() 133 j += snprintf(&delimiters[j], sizeof(delimiters) - j, in format_and_print() [all …]
|
| /linux/drivers/input/misc/ |
| H A D | iqs626a.c | 1 // SPDX-License-Identifier: GPL-2.0+ 8 * inductive keys as well as Hall-effect switches, and one for a trackpad that 227 .name = "event-prox", 233 .name = "event-prox-alt", 240 .name = "event-touch", 246 .name = "event-touch-alt", 253 .name = "event-deep", 259 .name = "event-deep-alt", 367 .name = "ulp-0", 378 .name = "trackpad-3x2", [all …]
|
| H A 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 225 .name = "event-prox", 231 .name = "event-prox-alt", 238 .name = "event-touch", 244 .name = "event-touch-alt", 251 .name = "event-deep", 257 .name = "event-deep-alt", 339 * Slider 1 is unavailable if the touch-and-hold option is enabled via in iqs269_slider_type() 341 * the touch-and-hold timer ceiling. in iqs269_slider_type() [all …]
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 1 // SPDX-License-Identifier: GPL-2.0-only 82 /* A type 3 BCM header, expected to precede the SPU header for SPU-M. 84 * 0x60 - ring 0 85 * 0x68 - ring 1 86 * 0x70 - ring 2 87 * 0x78 - ring 3 101 * select_channel() - Select a SPU channel to handle a crypto request. Selects 114 * spu_skcipher_rx_sg_create() - Build up the scatterlist of buffers used to 123 * a 4-byte boundary 141 struct iproc_ctx_s *ctx = rctx->ctx; in spu_skcipher_rx_sg_create() [all …]
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | amd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 13 #include <linux/platform_data/x86/amd-fch.h> 19 #include <asm/spec-ctrl.h> 22 #include <asm/pci-direct.h> 76 * and section 2.6.2 of "AMD-K6 Processor Revision Guide - Model 6" 102 #define CBAR (0xfffc) /* Configuration Base Address (32-bit) */ in init_amd_k5() 105 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5() 116 int mbytes = get_num_physpages() >> (20-PAGE_SHIFT); in init_amd_k6() 118 if (c->x86_model < 6) { in init_amd_k6() 119 /* Based on AMD doc 20734R - June 2000 */ in init_amd_k6() [all …]
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965.c | 1 // 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 …]
|
| H A D | 4965-rs.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved. 8 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 25 #define IL4965_RS_NAME "iwl-4965-rs" 51 /*ANT_NONE -> */ ANT_NONE, 52 /*ANT_A -> */ ANT_B, 53 /*ANT_B -> */ ANT_C, 54 /*ANT_AB -> */ ANT_BC, 55 /*ANT_C -> */ ANT_A, 56 /*ANT_AC -> */ ANT_AB, [all …]
|
| /linux/net/wireless/ |
| H A D | sme.c | 1 // SPDX-License-Identifier: GPL-2.0 8 * Copyright (C) 2009, 2020, 2022-2026 Intel Corporation. All rights reserved. 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->i in cfg80211_sme_free() [all...] |
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 1 // SPDX-License-Identifier: BSD-3-Clause-Clear 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 105 /* Operating Classes 131-135 */ 248 #define ath12k_a_rates_size (ARRAY_SIZE(ath12k_legacy_rates) - 4) 277 return "11na-ht20"; in ath12k_mac_phymode_str() 279 return "11ng-ht20"; in ath12k_mac_phymode_str() 281 return "11na-ht40"; in ath12k_mac_phymode_str() 283 return "11ng-ht40"; in ath12k_mac_phymode_str() 285 return "11ac-vht20"; in ath12k_mac_phymode_str() 287 return "11ac-vht40"; in ath12k_mac_phymode_str() [all …]
|
| /linux/net/mac80211/ |
| H A D | mlme.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright 2003-2008, Jouni Malinen <j@w1.fi> 7 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz> 9 * Copyright 2013-2014 Intel Mobile Communications GmbH 10 * Copyright (C) 2015 - 2017 Intel Deutschland GmbH 11 * Copyright (C) 2018 - 2026 Intel Corporation 29 #include "driver-ops.h" 105 * has happened -- the work that runs from this timer will 111 lockdep_assert_wiphy(sdata->local->hw.wiphy); in run_again() 113 if (!timer_pending(&sdata->u.mgd.timer) || in run_again() [all …]
|
| /linux/arch/alpha/kernel/ |
| H A D | setup.c | 1 // SPDX-License-Identifier: GPL-2.0 100 * "srmcons" - early callback prints 101 * "console=srm" - full callback based console, including early prints 137 * i386-setup code. This is just enough to make the console 228 for (hose = hose_head; hose; hose = hose->next) in reserve_std_resources() 229 if (hose->index == 0) { in reserve_std_resources() 230 io = hose->io_space; in reserve_std_resources() 241 for ((_cluster) = (memdesc)->cluster, (i) = 0; \ 242 (i) < (memdesc)->numclusters; (i)++, (_cluster)++) 271 size = initrd_end - initrd_start; in move_initrd() [all …]
|
| /linux/sound/usb/ |
| H A D | mixer.c | 1 // 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 * - audi 3219 struct usb_interface_assoc_descriptor *assoc; snd_usb_mixer_controls_badd() local [all...] |
| /linux/drivers/ata/ |
| H A D | libata-scsi.c | 1 // 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" 66 RW_RECOVERY_MPAGE_LEN - 2, 76 CACHE_MPAGE_LEN - 2, [all …]
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 9 * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen 11 * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> 15 * Copyright (c) 2004-2005, Intel Corporation 18 * 1.0.x -- Initial version 19 * 1.1.x -- Added radiotap, QoS, TIM, libipw_geo APIs, 30 #define LIBIPW_VERSION "git-1.1.13" 33 /* Maximum size for the MA-UNITDATA primitive, 802.11 standard section 125 #define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */ 317 ,-------------------------------------------------------------------. [all …]
|
| H A D | ipw2200.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved. 6 802.11 status code portion of this file from ethereal-0.10.6: 8 Ethereal - Network traffic analyzer 15 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 21 #include <net/cfg80211-wext.h> 64 #define DRV_COPYRIGHT "Copyright(c) 2003-2006 Intel Corporation" 73 MODULE_FIRMWARE("ipw2200-ibss.fw"); 75 MODULE_FIRMWARE("ipw2200-sniffer.fw"); 77 MODULE_FIRMWARE("ipw2200-bss.fw"); [all …]
|
| /linux/drivers/net/ethernet/toshiba/ |
| H A 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/drivers/net/wireless/ath/wil6210/ |
| H A 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/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | rs.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved. 5 * Copyright (C) 2019 - 2020, 2022 - 2023 Intel Corporation 21 #define RS_NAME "iwl-agn-rs" 47 /*ANT_NONE -> */ ANT_NONE, 48 /*ANT_A -> */ ANT_B, 49 /*ANT_B -> */ ANT_C, 50 /*ANT_AB -> */ ANT_BC, 51 /*ANT_C -> */ ANT_A, 52 /*ANT_AC -> */ ANT_AB, [all …]
|
| /linux/kernel/cgroup/ |
| H A D | cgroup.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Generic process-grouping system. 13 * -------------------------------------------------- 15 * Copyright (C) 2004-2006 Silicon Graphics, Inc. 18 * sysfs is Copyright (c) 2001-3 Patrick Mochel 20 * 2003-10-10 Written by Simon Derr. 21 * 2003-10-22 Updates by Stephen Hemminger. 22 * 2004 May-July Rework by Paul Jackson. 23 * --------------------------------------------------- 28 #include "cgroup-internal.h" [all …]
|