/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | snps,dwmac.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Torgue <alexandre.torgue@st.com> 11 - Giuseppe Cavallaro <peppe.cavallaro@st.com> 12 - Jose Abreu <joabreu@synopsys.com> 23 - snps,dwmac 24 - snps,dwmac-3.50a 25 - snps,dwmac-3.610 26 - snps,dwmac-3.70a [all …]
|
D | intel,dwmac-plat.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/intel,dwmac-plat.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Vineetha G. Jaya Kumaran <vineetha.g.jaya.kumaran@intel.com> 17 - intel,keembay-dwmac 19 - compatible 22 - $ref: "snps,dwmac.yaml#" 27 - items: 28 - enum: [all …]
|
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_platform.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 Copyright (C) 2007-2011 STMicroelectronics Ltd 25 * dwmac1000_validate_mcast_bins - validates the number of Multicast filter bins 56 * dwmac1000_validate_ucast_entries - validate the Unicast address entries 87 * stmmac_axi_setup - parse DT parameters for programming the AXI register 90 * if required, from device-tree the AXI internal register can be tuned 98 np = of_parse_phandle(pdev->dev.of_node, "snps,axi-config", 0); in stmmac_axi_setup() 102 axi = devm_kzalloc(&pdev->dev, sizeof(*axi), GFP_KERNEL); in stmmac_axi_setup() 105 return ERR_PTR(-ENOMEM); in stmmac_axi_setup() 108 axi->axi_lpi_en = of_property_read_bool(np, "snps,lpi_en"); in stmmac_axi_setup() [all …]
|
/Linux-v5.10/net/rxrpc/ |
D | sendmsg.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 14 #include <linux/sched/signal.h> 18 #include "ar-internal.h" 21 * Return true if there's sufficient Tx queue space. 26 min_t(unsigned int, call->tx_winsize, in rxrpc_check_tx_space() 27 call->cong_cwnd + call->cong_extra); in rxrpc_check_tx_space() 28 rxrpc_seq_t tx_win = READ_ONCE(call->tx_hard_ack); in rxrpc_check_tx_space() 32 return call->tx_top - tx_win < win_size; in rxrpc_check_tx_space() 36 * Wait for space to appear in the Tx queue or a signal to occur. 47 if (call->state >= RXRPC_CALL_COMPLETE) in rxrpc_wait_for_tx_window_intr() [all …]
|
/Linux-v5.10/drivers/mfd/ |
D | rave-sp.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Supervisory Processor(SP) MCU that is connected via dedicated UART 12 #include <linux/crc-ccitt.h> 18 #include <linux/mfd/rave-sp.h> 22 #include <linux/sched.h> 28 * - message to MCU => ACK response 29 * - event from MCU => event ACK 34 * - STX - is start of transmission character 35 * - ETX - end of transmission 36 * - DATA - payload [all …]
|
/Linux-v5.10/drivers/net/ethernet/sis/ |
D | sis900.c | 17 SiS 7014 Single Chip 100BASE-TX/10BASE-T Physical Layer Solution, 24 Rev 1.08.06 Sep. 24 2002 Mufasa Yang bug fix for Tx timeout & add SiS963 support 25 Rev 1.08.05 Jun. 6 2002 Mufasa Yang bug fix for read_eeprom & Tx descriptor over-boundary 28 Rev 1.08.02 Nov. 30 2001 Hui-Fen Hsu workaround for EDB & bug fix for dhcp problem 29 Rev 1.08.01 Aug. 25 2001 Hui-Fen Hsu update for 630ET & workaround for ICS1893 PHY 30 Rev 1.08.00 Jun. 11 2001 Hui-Fen Hsu workaround for RTL8201 PHY and some bug fix 31 …Rev 1.07.11 Apr. 2 2001 Hui-Fen Hsu updates PCI drivers to use the new pci_set_dma_mask for kerne… 32 Rev 1.07.10 Mar. 1 2001 Hui-Fen Hsu <hfhsu@sis.com.tw> some bug fix & 635M/B support 34 Rev 1.07.08 Jan. 8 2001 Lei-Chun Chang added RTL8201 PHY support 35 …Rev 1.07.07 Nov. 29 2000 Lei-Chun Chang added kernel-doc extractable documentation and 630 workaro… [all …]
|
/Linux-v5.10/net/l2tp/ |
D | l2tp_ppp.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * PPPoX --- Generic PPP encapsulation socket family 6 * PPPoL2TP --- PPP over L2TP (RFC 2661) 30 * over an L2TP session:- 41 * sax.pppol2tp.addr.sin_addr.s_addr = addr->sin_addr.s_addr; 42 * sax.pppol2tp.addr.sin_port = addr->sin_port; 66 #include <linux/sched.h> 83 #include <linux/ppp-ioctl.h> 114 * l2tp_session, referenced via session->priv[]. 143 sk = rcu_dereference(ps->sk); in pppol2tp_session_get_sock() [all …]
|
/Linux-v5.10/drivers/net/wireless/marvell/libertas/ |
D | cmd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 #include <linux/sched.h> 18 #define CAL_NF(nf) ((s32)(-(s32)(nf))) 22 * lbs_cmd_copyback - Simple callback that copies response back into command 37 copy_len = min(le16_to_cpu(buf->size), le16_to_cpu(resp->size)); in lbs_cmd_copyback() 44 * lbs_cmd_async_callback - Simple callback that ignores the result. 62 * is_command_allowed_in_ps - tests if a command is allowed in Power Save mode 82 * lbs_update_hw_spec - Updates the hardware details like MAC address 92 int ret = -1; in lbs_update_hw_spec() 97 memcpy(cmd.permanentaddr, priv->current_addr, ETH_ALEN); in lbs_update_hw_spec() [all …]
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-script.txt | 1 perf-script(1) 5 ---- 6 perf-script - Read perf.data (created by perf record) and display trace output 9 -------- 12 'perf script' [<options>] record <script> [<record-options>] <command> 13 'perf script' [<options>] report <script> [script-args] 14 'perf script' [<options>] <script> <required-script-args> [<record-options>] <command> 15 'perf script' [<options>] <top-script> [script-args] 18 ----------- 26 You can also run a set of pre-canned scripts that aggregate and [all …]
|
/Linux-v5.10/drivers/scsi/qla2xxx/ |
D | qla_def.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright (c) 2003-2014 QLogic Corporation 15 #include <linux/dma-mapping.h> 16 #include <linux/sched.h> 208 /* 83XX: Macros defining 8200 AEN Error-levels */ 222 /* 83XX: Macros for defining IDC-Control bits */ 231 /* 83XX: Macros for defining class in DEV-Partition Info register */ 237 /* 83XX: Macros for IDC Lock-Recovery stages */ 239 * lock-recovery 241 #define IDC_LOCK_RECOVERY_STAGE2 0x2 /* Stage2: Perform lock-recovery */ [all …]
|
D | qla_os.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (c) 2003-2014 QLogic Corporation 15 #include <linux/blk-mq-pci.h> 60 "beginning. Default is 0 - class 2 not supported."); 72 "a PORT-DOWN status."); 79 "Default is 0 - no PLOGI. 1 - perform PLOGI."); 91 "vary by ISP type. Default is 1 - allocate memory."); 98 "\t\tDefault is 0 - no logging. 0x40000000 - Module Init & Probe.\n" 99 "\t\t0x20000000 - Mailbox Cmnds. 0x10000000 - Device Discovery.\n" 100 "\t\t0x08000000 - IO tracing. 0x04000000 - DPC Thread.\n" [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/mediatek/ |
D | mt2712e.dtsi | 5 * SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 #include <dt-bindings/clock/mt2712-clk.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/memory/mt2712-larb-port.h> 12 #include <dt-bindings/phy/phy.h> 13 #include <dt-bindings/power/mt2712-power.h> 14 #include "mt2712-pinfunc.h" 18 interrupt-parent = <&sysirq>; 19 #address-cells = <2>; [all …]
|
/Linux-v5.10/net/mac80211/ |
D | debugfs_sta.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright 2003-2005 Devicescape Software, Inc. 6 * Copyright 2013-2014 Intel Mobile Communications GmbH 8 * Copyright (C) 2018 - 2020 Intel Corporation 17 #include "driver-ops.h" 26 struct sta_info *sta = file->private_data; \ 28 format_string, sta->field); \ 73 FLAG(SP), 89 char *end = buf + sizeof(buf) - 1; in sta_flags_read() 90 struct sta_info *sta = file->private_data; in sta_flags_read() [all …]
|
/Linux-v5.10/arch/powerpc/xmon/ |
D | xmon.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 1996-2005 Paul Mackerras. 12 #include <linux/sched/signal.h> 54 #include <asm/code-patching.h> 64 #include "dis-asm.h" 118 #define BP_NUM(bp) ((bp) - bpts + 1) 178 static void xmon_show_stack(unsigned long sp, unsigned long lr, 207 static const char *xmon_ro_msg = "Operation disabled: xmon in read-only mode\n"; 311 printf("xmon: Read-only due to kernel lockdown\n"); in xmon_is_locked_down() 341 * write_ciabr() - write the CIABR SPR [all …]
|
/Linux-v5.10/net/sctp/ |
D | socket.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-2003 Intel Corp. 7 * Copyright (c) 2001-2002 Nokia, Inc. 16 * functions--this file is the functions which populate the struct proto 21 * lksctp developers <linux-sctp@vger.kernel.org> 31 * Inaky Perez-Gonzalez <inaky.gonzalez@intel.com> 45 #include <linux/sched/signal.h> 107 struct sock *sk = asoc->base.sk; in sctp_wspace() [all …]
|
/Linux-v5.10/drivers/net/ethernet/broadcom/ |
D | tg3.c | 7 * Copyright (C) 2005-2016 Broadcom Corporation. 8 * Copyright (C) 2016-2017 Broadcom Limited. 14 * Copyright (C) 2000-2016 Broadcom Corporation. 15 * Copyright (C) 2016-2017 Broadcom Ltd. 29 #include <linux/sched/signal.h> 52 #include <linux/dma-mapping.h> 56 #include <linux/hwmon-sysfs.h> 92 _tg3_flag(TG3_FLAG_##flag, (tp)->tg3_flags) 94 _tg3_flag_set(TG3_FLAG_##flag, (tp)->tg3_flags) 96 _tg3_flag_clear(TG3_FLAG_##flag, (tp)->tg3_flags) [all …]
|
/Linux-v5.10/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1 // SPDX-License-Identifier: ISC 3 * Copyright (c) 2012-2017 Qualcomm Atheros, Inc. 4 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 109 if (!test_bit(WMI_FW_CAPABILITY_CHANNEL_4, wil->fw_capabilities)) in wil_num_supported_channels() 110 num_channels--; in wil_num_supported_channels() 121 wiphy->bands[NL80211_BAND_60GHZ]->n_channels = in update_supported_bands() 124 if (test_bit(WMI_FW_CAPABILITY_CHANNEL_BONDING, wil->fw_capabilities)) { in update_supported_bands() 125 wiphy->bands[NL80211_BAND_60GHZ]->edmg_cap.channels = in update_supported_bands() 127 wiphy->bands[NL80211_BAND_60GHZ]->edmg_cap.bw_config = in update_supported_bands() 136 * qca_wlan_vendor_attr is open source file src/common/qca-vendor.h in [all …]
|
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.c | 1 // SPDX-License-Identifier: ISC 14 #include <linux/sched/signal.h> 72 __le32 buf; /* Can't be pointer on (64-bit) hosts */ 116 #define TXQLEN 2048 /* bulk tx queue length */ 117 #define TXHI (TXQLEN - 256) /* turn on flow control above TXHI */ 118 #define TXLOW (TXHI - 256) /* turn off flow control below TXLOW */ 121 #define TXRETRIES 2 /* # of retries for tx frames */ 126 #define BRCMF_TXBOUND 20 /* Default for max tx frames in 129 #define BRCMF_TXMINMAX 1 /* Max tx frames if rx still pending */ 148 /* 1: isolate internal sdio signals, put external pads in tri-state; requires [all …]
|
/Linux-v5.10/drivers/net/wireless/st/cw1200/ |
D | wsm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * ST-Ericsson CW1200 mac80211 drivers. 6 * Copyright (c) 2010, ST-Ericsson 13 #include <linux/sched.h> 29 if ((buf)->data + size > (buf)->end) \ 31 (buf)->data += size; \ 36 if ((buf)->data + size > (buf)->end) \ 38 memcpy(ptr, (buf)->data, size); \ 39 (buf)->data += size; \ 45 if ((buf)->data + sizeof(type) > (buf)->end) \ [all …]
|
/Linux-v5.10/drivers/net/wan/ |
D | cosa.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 1995-1997 Jan "Yenya" Kasprzak <kas@fi.muni.cz> 20 * For Linux-specific utilities, see below in the "Software info" section. 24 * is a 2-port intelligent (with its own 8-bit CPU) synchronous serial card 28 * "scythe") is a next-generation sync/async board with two interfaces 29 * - currently any of V.24, X.21, V.35 and V.36 can be selected. 30 * It has a 16-bit SAB80166 CPU and can do up to 10 Mb/s per channel. 31 * The 8-channels version is in development. 34 * COSA can be also a bus-mastering device. 40 * firmware binaries and user-space utilities for downloading the firmware [all …]
|
/Linux-v5.10/drivers/staging/fwserial/ |
D | fwserial.c | 1 // SPDX-License-Identifier: GPL-2.0+ 10 #include <linux/sched.h> 32 /* - doubles as loopback port index */ 42 * - should be equal to WAKEUP_CHARS in drivers/tty/n_tty.c because 67 #define loop_idx(port) (((port)->index) / num_ports) 95 #define to_device(a, b) (a->b) 113 spin_lock_bh(&port->lock); in debug_short_write() 114 avail = dma_fifo_avail(&port->tx_fifo); in debug_short_write() 115 spin_unlock_bh(&port->lock); in debug_short_write() 131 spin_lock_bh(&port->lock); in fwtty_profile_fifo() [all …]
|
/Linux-v5.10/drivers/dma/ |
D | imx-sdma.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 // drivers/dma/imx-sdma.c 11 // Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved. 22 #include <linux/sched.h> 26 #include <linux/dma-mapping.h> 38 #include <linux/platform_data/dma-imx-sdma.h> 39 #include <linux/platform_data/dma-imx.h> 42 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h> 45 #include "virt-dma.h" 129 * 0-7 Lower WML Lower watermark level [all …]
|
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | wmi.c | 1 // SPDX-License-Identifier: ISC 3 * Copyright (c) 2005-2011 Atheros Communications Inc. 4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. 5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 15 #include "wmi-tlv.h" 18 #include "wmi-ops.h" 1706 if (arg->passive) in ath10k_wmi_put_wmi_channel() 1708 if (arg->allow_ibss) in ath10k_wmi_put_wmi_channel() 1710 if (arg->allow_ht) in ath10k_wmi_put_wmi_channel() 1712 if (arg->allow_vht) in ath10k_wmi_put_wmi_channel() [all …]
|
/Linux-v5.10/ |
D | CREDITS | 1 This is at least a partial credits-file of people that have 4 scripts. The fields are: name (N), email (E), web-address 6 snail-mail address (S). 10 ---------- 51 D: in-kernel DRM Maintainer 71 E: tim_alpaerts@toyota-motor-europe.com 75 S: B-2610 Wilrijk-Antwerpen 80 W: http://www-stu.christs.cam.ac.uk/~aia21/ 101 D: Maintainer of ide-cd and Uniform CD-ROM driver, 102 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update. [all …]
|
/Linux-v5.10/net/core/ |
D | sock.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * Florian La Roche, <flla@stud.uni-sb.de> 19 * Alan Cox : sock->protocol is set correctly. 27 * not ours - especially broadcast ones!! 51 * Anonymous : inet_create tidied up (sk->reuse setting) 52 * Alan Cox : inet sockets don't set sk->type! 80 * Chris Evans : Security fixes - signedness again 99 #include <linux/sched.h> 100 #include <linux/sched/mm.h> 148 * sk_ns_capable - General socket capability test [all …]
|