| /kernel/linux/linux-6.6/arch/arm64/boot/dts/mediatek/ |
| D | mt7986a-rfb.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 8 #include <dt-bindings/pinctrl/mt65xx.h> 14 chassis-type = "embedded"; 15 compatible = "mediatek,mt7986a-rfb", "mediatek,mt7986a"; 22 stdout-path = "serial0:115200n8"; 30 reg_1p8v: regulator-1p8v { 31 compatible = "regulator-fixed"; 32 regulator-name = "fixed-1.8V"; 33 regulator-min-microvolt = <1800000>; [all …]
|
| D | mt7986a-bananapi-bpi-r3.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 * Frank Wunderlich <frank-w@public-files.de> 9 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/leds/common.h> 13 #include <dt-bindings/pinctrl/mt65xx.h> 18 model = "Bananapi BPI-R3"; 19 chassis-type = "embedded"; 20 compatible = "bananapi,bpi-r3", "mediatek,mt7986a"; [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/bfa/ |
| D | bfa_defs_svc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc. 4 * Copyright (c) 2014- QLogic Corporation. 8 * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter. 130 u32 fcp_conf_req; /* FCP conf requested */ 141 u32 ioh_len_err_event; /* IOH len error - fcp_dl != 146 u32 ioh_cpu_owned_event; /* IOH hit -iost owned by f/w */ 149 u32 ioh_err_int; /* IOH error int during data-phase 154 u32 tio_conf_proc; /* TIO CONF processed */ 155 u32 tio_conf_drop; /* TIO CONF dropped */ [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/bfa/ |
| D | bfa_defs_svc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc. 4 * Copyright (c) 2014- QLogic Corporation. 8 * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter. 130 u32 fcp_conf_req; /* FCP conf requested */ 141 u32 ioh_len_err_event; /* IOH len error - fcp_dl != 146 u32 ioh_cpu_owned_event; /* IOH hit -iost owned by f/w */ 149 u32 ioh_err_int; /* IOH error int during data-phase 154 u32 tio_conf_proc; /* TIO CONF processed */ 155 u32 tio_conf_drop; /* TIO CONF dropped */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | mediatek,mt7986-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7986-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sean Wang <sean.wang@kernel.org> 18 - mediatek,mt7986a-pinctrl 19 - mediatek,mt7986b-pinctrl 25 reg-names: 27 - const: gpio 28 - const: iocfg_rt [all …]
|
| /kernel/linux/linux-6.6/scripts/kconfig/ |
| D | confdata.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 91 * For example, if 'include/config/auto.conf' is given, create 'include/config'. 99 tmp[sizeof(tmp) - 1] = 0; in make_parent_dir() 117 return -1; in make_parent_dir() 137 return -1; in conf_touch_dep() 142 if (fd == -1) in conf_touch_dep() 143 return -1; in conf_touch_dep() 216 return name ? name : "include/config/auto.conf"; in conf_get_autoconfig_name() 237 switch (sym->type) { in conf_set_sym_val() [all …]
|
| /kernel/linux/linux-6.6/drivers/pinctrl/meson/ |
| D | pinctrl-meson.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 * The AO bank is special because it belongs to the Always-On power 46 #include <linux/pinctrl/pinconf-generic.h> 56 #include "../pinctrl-utils.h" 57 #include "pinctrl-meson.h" 64 * meson_get_bank() - find the bank containing a given pin 77 for (i = 0; i < pc->data->num_banks; i++) { in meson_get_bank() 78 if (pin >= pc->data->banks[i].first && in meson_get_bank() 79 pin <= pc->data->banks[i].last) { in meson_get_bank() 80 *bank = &pc->data->banks[i]; in meson_get_bank() [all …]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/meson/ |
| D | pinctrl-meson.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 * The AO bank is special because it belongs to the Always-On power 47 #include <linux/pinctrl/pinconf-generic.h> 56 #include "../pinctrl-utils.h" 57 #include "pinctrl-meson.h" 64 * meson_get_bank() - find the bank containing a given pin 77 for (i = 0; i < pc->data->num_banks; i++) { in meson_get_bank() 78 if (pin >= pc->data->banks[i].first && in meson_get_bank() 79 pin <= pc->data->banks[i].last) { in meson_get_bank() 80 *bank = &pc->data->banks[i]; in meson_get_bank() [all …]
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| D | confdata.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 89 * For example, if 'include/config/auto.conf' is given, create 'include/config'. 97 tmp[sizeof(tmp) - 1] = 0; in make_parent_dir() 115 return -1; in make_parent_dir() 137 return -1; in conf_touch_dep() 148 if (fd == -1) { in conf_touch_dep() 150 return -1; in conf_touch_dep() 158 if (fd == -1) in conf_touch_dep() 159 return -1; in conf_touch_dep() [all …]
|
| /kernel/linux/linux-5.10/net/mac80211/ |
| D | main.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright 2002-2005, Instant802 Networks, Inc. 4 * Copyright 2005-2006, Devicescape Software, Inc. 5 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz> 6 * Copyright 2013-2014 Intel Mobile Communications GmbH 8 * Copyright (C) 2018 - 2019 Intel Corporation 29 #include "driver-ops.h" 42 if (atomic_read(&local->iff_allmultis)) in ieee80211_configure_filter() 45 if (local->monitors || test_bit(SCAN_SW_SCANNING, &local->scanning) || in ieee80211_configure_filter() 46 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning)) in ieee80211_configure_filter() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
| D | recv.c | 2 * Copyright (c) 2008-2011 Atheros Communications Inc. 17 #include <linux/dma-mapping.h> 21 #define SKB_CB_ATHBUF(__skb) (*((struct ath_rxbuf **)__skb->cb)) 25 return sc->ps_enabled && in ath9k_check_auto_sleep() 26 (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP); in ath9k_check_auto_sleep() 35 * to a sender if last desc is self-linked. 40 struct ath_hw *ah = sc->sc_ah; in ath_rx_buf_link() 42 struct ath_desc *ds; in ath_rx_buf_link() local 45 ds = bf->bf_desc; in ath_rx_buf_link() 46 ds->ds_link = 0; /* link to null */ in ath_rx_buf_link() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
| D | recv.c | 2 * Copyright (c) 2008-2011 Atheros Communications Inc. 17 #include <linux/dma-mapping.h> 21 #define SKB_CB_ATHBUF(__skb) (*((struct ath_rxbuf **)__skb->cb)) 25 return sc->ps_enabled && in ath9k_check_auto_sleep() 26 (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP); in ath9k_check_auto_sleep() 35 * to a sender if last desc is self-linked. 40 struct ath_hw *ah = sc->sc_ah; in ath_rx_buf_link() 42 struct ath_desc *ds; in ath_rx_buf_link() local 45 ds = bf->bf_desc; in ath_rx_buf_link() 46 ds->ds_link = 0; /* link to null */ in ath_rx_buf_link() [all …]
|
| /kernel/linux/linux-6.6/net/mac80211/ |
| D | main.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright 2002-2005, Instant802 Networks, Inc. 4 * Copyright 2005-2006, Devicescape Software, Inc. 5 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz> 6 * Copyright 2013-2014 Intel Mobile Communications GmbH 8 * Copyright (C) 2018-2023 Intel Corporation 30 #include "driver-ops.h" 43 if (atomic_read(&local->iff_allmultis)) in ieee80211_configure_filter() 46 if (local->monitors || test_bit(SCAN_SW_SCANNING, &local->scanning) || in ieee80211_configure_filter() 47 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning)) in ieee80211_configure_filter() [all …]
|
| /kernel/linux/linux-6.6/drivers/comedi/drivers/ |
| D | ni_atmio.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Comedi driver for NI AT-MIO E series cards 5 * COMEDI - Linux Control and Measurement Device Interface 6 * Copyright (C) 1997-2001 David A. Schleef <ds@schleef.org> 11 * Description: National Instruments AT-MIO-E series 12 * Author: ds 13 * Devices: [National Instruments] AT-MIO-16E-1 (ni_atmio), 14 * AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3, 15 * AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10 23 * modprobe the isa-pnp module for /proc/isapnp to exist) so the id numbers [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | ni_atmio.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Comedi driver for NI AT-MIO E series cards 5 * COMEDI - Linux Control and Measurement Device Interface 6 * Copyright (C) 1997-2001 David A. Schleef <ds@schleef.org> 11 * Description: National Instruments AT-MIO-E series 12 * Author: ds 13 * Devices: [National Instruments] AT-MIO-16E-1 (ni_atmio), 14 * AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3, 15 * AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10 23 * modprobe the isa-pnp module for /proc/isapnp to exist) so the id numbers [all …]
|
| /kernel/linux/linux-6.6/Documentation/translations/zh_TW/admin-guide/ |
| D | README.rst | 1 .. SPDX-License-Identifier: GPL-2.0 3 .. include:: ../disclaimer-zh_TW.rst 5 :Original: Documentation/admin-guide/README.rst 19 --------------- 32 ----------------------------- 36 PowerPC64、ARM、Hitachi SuperH、Cell、IBM S/390、MIPS、HP PA-RISC、Intel 37 IA-64、DEC VAX、AMD x86-64 Xtensa和ARC架構上。 47 ----- 52 - 網際網路上和書籍上都有大量的(電子)文檔,既有Linux專屬文檔,也有與普通 56 - 文檔/子目錄中有各種自述文件:例如,這些文件通常包含一些特定驅動程序的 [all …]
|
| /kernel/linux/linux-5.10/Documentation/translations/zh_CN/ |
| D | oops-tracing.txt | 1 Chinese translated version of Documentation/admin-guide/bug-hunting.rst 10 --------------------------------------------------------------------- 11 Documentation/admin-guide/bug-hunting.rst 的中文翻译 23 --------------------------------------------------------------------- 30 ------------- 36 如果你对于发送给谁一无所知, 发给linux-kernel@vger.kernel.org。感谢你帮助Linux 40 ---------------------- 43 典型地是/var/log/messages(依赖于/etc/syslog.conf)。有时klogd崩溃了,这种情况下你 46 果机器崩溃坏到你不能输入命令或者磁盘不可用那么你有三种选择:- 49 这是仅有的选择。 另外,你可以用数码相机把屏幕拍下来-不太好,但比没有强。 如果信 [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
| D | f_fs.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * f_fs.c -- user mode file system API for USB composite function controllers 9 * Copyright (C) 2003-2004 David Brownell 57 /* Called with ffs->mutex held; take over ownership of data. */ 69 struct usb_configuration *conf; member 91 cmpxchg(&ffs->setup_state, FFS_SETUP_CANCELLED, FFS_NO_SETUP); in ffs_setup_state_clear_cancelled() 118 struct usb_ep *ep; /* P: ffs->eps_lock */ 119 struct usb_request *req; /* P: epfile->mutex */ 128 /* Protects ep->ep and ep->req. */ 132 struct ffs_ep *ep; /* P: ffs->eps_lock */ [all …]
|
| D | f_generic.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * f_fs.c -- user mode file system API for USB composite function controllers 9 * Copyright (C) 2003-2004 David Brownell 24 #include <linux/dma-mapping.h> 42 /* Called with ffs->mutex held; take over ownership of data. */ 53 struct usb_configuration *conf; member 70 cmpxchg(&ffs->setup_state, FFS_SETUP_CANCELLED, FFS_NO_SETUP); in ffs_setup_state_clear_cancelled() 92 struct usb_ep *ep; /* P: ffs->eps_lock */ 93 struct usb_request *req; /* P: epfile->mutex */ 100 int status; /* P: epfile->mutex */ [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
| D | f_fs.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * f_fs.c -- user mode file system API for USB composite function controllers 9 * Copyright (C) 2003-2004 David Brownell 57 /* Called with ffs->mutex held; take over ownership of data. */ 69 struct usb_configuration *conf; member 91 cmpxchg(&ffs->setup_state, FFS_SETUP_CANCELLED, FFS_NO_SETUP); in ffs_setup_state_clear_cancelled() 118 struct usb_ep *ep; /* P: ffs->eps_lock */ 119 struct usb_request *req; /* P: epfile->mutex */ 126 int status; /* P: epfile->mutex */ 130 /* Protects ep->ep and ep->req. */ [all …]
|
| D | f_generic.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * f_fs.c -- user mode file system API for USB composite function controllers 9 * Copyright (C) 2003-2004 David Brownell 24 #include <linux/dma-mapping.h> 41 /* Called with ffs->mutex held; take over ownership of data. */ 52 struct usb_configuration *conf; member 69 cmpxchg(&ffs->setup_state, FFS_SETUP_CANCELLED, FFS_NO_SETUP); in ffs_setup_state_clear_cancelled() 91 struct usb_ep *ep; /* P: ffs->eps_lock */ 92 struct usb_request *req; /* P: epfile->mutex */ 99 int status; /* P: epfile->mutex */ [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | fib_rule_tests.sh | 2 # SPDX-License-Identifier: GPL-2.0 6 # Kselftest framework requirement - SKIP code is 4. 12 IP="ip -netns testns" 13 IP_PEER="ip -netns peerns" 35 if [ ${rc} -eq ${expected} ]; then 37 printf "\n TEST: %-50s [ OK ]\n" "${msg}" 41 printf "\n TEST: %-50s [FAIL]\n" "${msg}" 75 if [ "${ret}" -eq 0 ]; then 78 echo "nettest not found (try 'make -C ${SELFTEST_PATH} nettest')" 86 set -e [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
| D | aha152x_stub.c | 3 A driver for Adaptec AHA152X-compatible PCMCIA SCSI cards. 5 This driver supports the Adaptec AHA-1460, the New Media Bus 53 #include <pcmcia/ds.h> 92 dev_dbg(&link->dev, "aha152x_attach()\n"); in aha152x_probe() 96 if (!info) return -ENOMEM; in aha152x_probe() 97 info->p_dev = link; in aha152x_probe() 98 link->priv = info; in aha152x_probe() 100 link->config_flags |= CONF_ENABLE_IRQ | CONF_AUTO_SET_IO; in aha152x_probe() 101 link->config_regs = PRESENT_OPTION; in aha152x_probe() 110 dev_dbg(&link->dev, "aha152x_detach\n"); in aha152x_detach() [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
| D | aha152x_stub.c | 3 A driver for Adaptec AHA152X-compatible PCMCIA SCSI cards. 5 This driver supports the Adaptec AHA-1460, the New Media Bus 56 #include <pcmcia/ds.h> 95 dev_dbg(&link->dev, "aha152x_attach()\n"); in aha152x_probe() 99 if (!info) return -ENOMEM; in aha152x_probe() 100 info->p_dev = link; in aha152x_probe() 101 link->priv = info; in aha152x_probe() 103 link->config_flags |= CONF_ENABLE_IRQ | CONF_AUTO_SET_IO; in aha152x_probe() 104 link->config_regs = PRESENT_OPTION; in aha152x_probe() 113 dev_dbg(&link->dev, "aha152x_detach\n"); in aha152x_detach() [all …]
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| D | nfs4state.c | 101 * A waitqueue for all in-progress 4.0 CLOSE operations that are waiting for 128 return ses->se_flags & NFS4_SESSION_DEAD; in is_session_dead() 133 if (atomic_read(&ses->se_ref) > ref_held_by_me) in mark_session_dead_locked() 135 ses->se_flags |= NFS4_SESSION_DEAD; in mark_session_dead_locked() 141 return clp->cl_time == 0; in is_client_expired() 146 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id); in get_client_locked() 148 lockdep_assert_held(&nn->client_lock); in get_client_locked() 152 atomic_inc(&clp->cl_rpc_users); in get_client_locked() 160 struct nfsd_net *nn = net_generic(clp->net, nfsd_net_id); in renew_client_locked() 166 clp->cl_clientid.cl_boot, in renew_client_locked() [all …]
|