/Linux-v5.10/drivers/scsi/esas2r/ |
D | esas2r_ioctl.c | 5 * Copyright (c) 2001-2013 ATTO Technology, Inc. 21 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 40 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 48 * allocate a DMA-able memory area to communicate with the firmware. In 50 * we will allocate a global buffer the first time we need it and re-use 85 a->fm_api_command_done = 1; in complete_fm_api_req() 86 wake_up_interruptible(&a->fm_api_waiter); in complete_fm_api_req() 92 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api() 93 int offset = sgc->cur_offset - a->save_offset; in get_physaddr_fm_api() 95 (*addr) = a->firmware.phys + offset; in get_physaddr_fm_api() [all …]
|
D | esas2r.h | 5 * Copyright (c) 2001-2013 ATTO Technology, Inc. 21 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 40 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 102 #define ESAS2R_COPYRIGHT_YEARS "2001-2013" 127 #define MAKEWORD(lo, hi) ((u16)((u8)(lo) | ((u16)(u8)(hi) << 8))) argument 132 #define MAKEDWORD(lo, hi) ((u32)((u16)(lo) | ((u32)(u16)(hi) << 16))) argument 135 #define LOBIT(x) ((x) & (0 - (x))) 142 readl((void __iomem *)a->regs + (reg) + MW_REG_OFFSET_HWREG) 145 writel(data, (void __iomem *)(a->regs + (reg) + MW_REG_OFFSET_HWREG)) 154 readb((void __iomem *)a->data_window + (reg)) [all …]
|
/Linux-v5.10/tools/testing/selftests/gpio/ |
D | gpio-mockup-sysfs.sh | 2 # SPDX-License-Identifier: GPL-2.0 11 gpio_this_debugfs=`cat $GPIO_DEBUGFS |grep "gpio-$nr" | sed "s/(.*)//g"` 16 elif [ $val_debugfs = "hi" ]; then 18 fi 25 fi 26 fi 29 echo -n "." 33 fi 47 fi 55 echo -n "test pin<$nr>" [all …]
|
/Linux-v5.10/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 9 * Copyright (C) 2007-2014 Silicon Graphics, Inc. All rights reserved. 130 uv_cpuid.pnode_mask = (1 << uv_cpuid.n_skt) - 1; in early_get_pnodeid() 164 + UV4_HUB_REVISION_BASE - 1; in early_set_hub_type() 180 + UV2_HUB_REVISION_BASE - 1; in early_set_hub_type() 239 #define INVALID_TYPE 0 /* Leaf 0xb sub-leaf types */ 274 uv_cpuid.apicid_mask = (~(-1 << sid_shift)); in set_x2apic_bits() 292 strncpy(to, from, len-1); in uv_stringify() 303 for (i = 0; st->entry[i].type != UV_SYSTAB_TYPE_UNUSED; i++) { in early_find_archtype() 304 unsigned long ptr = st->entry[i].offset; in early_find_archtype() 309 if (st->entry[i].type == UV_SYSTAB_TYPE_ARCH_TYPE) in early_find_archtype() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | qcom,wcd9335.txt | 3 Qualcomm WCD9335 Codec is a standalone Hi-Fi audio codec IC, supports 5 the MSM8996, MSM8976, and MSM8956 chipsets. It has in-built 11 - compatible: 21 - reg 26 - interrupts 28 Value type: <prop-encoded-array> 31 - interrupt-names: 37 - reset-gpios: 42 - slim-ifc-dev: 47 - clocks: [all …]
|
D | qcom,wcd934x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 Qualcomm WCD9340/WCD9341 Codec is a standalone Hi-Fi audio codec IC. 14 It has in-built Soundwire controller, pin controller, interrupt mux and 27 reset-gpios: 31 slim-ifc-dev: true 36 clock-names: 39 vdd-buck-supply: [all …]
|
/Linux-v5.10/drivers/s390/net/ |
D | netiucv.c | 1 // SPDX-License-Identifier: GPL-2.0+ 182 * Representation of event-data for the 211 #define NETIUCV_MTU_MAX (NETIUCV_BUFSIZE_MAX - NETIUCV_HDRLEN) 223 clear_bit(0, &priv->tbusy); in netiucv_clear_busy() 231 return test_and_set_bit(0, &priv->tbusy); in netiucv_test_and_set_busy() 258 while (*p && ((p - tmp) < len) && (!isspace(*p))) in netiucv_printname() 270 if (memcmp(conn->userdata, iucvMagic_ebcdic, 16)) { in netiucv_printuser() 273 memcpy(tmp_uid, netiucv_printname(conn->userid, 8), 8); in netiucv_printuser() 274 memcpy(tmp_udat, conn->userdata, 16); in netiucv_printuser() 280 return netiucv_printname(conn->userid, 8); in netiucv_printuser() [all …]
|
/Linux-v5.10/sound/soc/samsung/ |
D | smartq_wm8987.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 // Copyright 2007 Wolfson Microelectronics PLC. - linux@wolfsonmicro.com 7 // Graeme Gregory - graeme.gregory@wolfsonmicro.com 89 .gpio = -1, 132 struct snd_soc_dapm_context *dapm = &rtd->card->dapm; in smartq_wm8987_init() 142 err = snd_soc_card_jack_new(rtd->card, "Headphone Jack", in smartq_wm8987_init() 157 DAILINK_COMP_ARRAY(COMP_CPU("samsung-i2s.0")), 158 DAILINK_COMP_ARRAY(COMP_CODEC("wm8750.0-0x1a", "wm8750-hifi")), 159 DAILINK_COMP_ARRAY(COMP_PLATFORM("samsung-i2s.0"))); 164 .stream_name = "SmartQ Hi-Fi", [all …]
|
/Linux-v5.10/Documentation/sound/cards/ |
D | multisound.sh | 4 # -- Andrew Veliath <andrewtv@usa.net> 15 # -=-=- Getting Firmware -=-=- 26 # Currently, full-duplex digital audio (/dev/dsp only, /dev/audio is 37 # snd-msnd-lib - MultiSound base (requires snd) 39 # snd-msnd-classic - Base audio/mixer support for Classic, Monetery and 42 # snd-msnd-pinnacle - Base audio/mixer support for Pinnacle and Fiji cards 45 # Important Notes - Read Before Using 69 # These cards are configured through the driver snd-msnd-classic. You must 81 # can be used to configure the card in non-PnP mode, and in PnP mode 84 # pinnaclecfg is not required; you can use the snd-msnd-pinnacle module [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | omap3-n950-n9.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * omap3-n950-n9.dtsi - Device Tree file for Nokia N950 & N9 (common stuff) 5 * Written by: Aaro Koskinen <aaro.koskinen@iki.fi> 13 cpu0-supply = <&vcc>; 23 compatible = "regulator-fixed"; 24 regulator-name = "VEMMC"; 25 regulator-min-microvolt = <2900000>; 26 regulator-max-microvolt = <2900000>; 28 startup-delay-us = <150>; 29 enable-active-high; [all …]
|
D | omap3-n900.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (C) 2013-2014 Aaro Koskinen <aaro.koskinen@iki.fi> 7 /dts-v1/; 10 #include <dt-bindings/input/input.h> 13 * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall 15 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch" 16 * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no 32 compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; 45 cpu0-supply = <&vcc>; 50 compatible = "gpio-leds"; [all …]
|
/Linux-v5.10/drivers/video/fbdev/ |
D | tridentfb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2001, 2002 - Jani Monoses <jani@iv.ro> 30 #include <linux/i2c-algo-bit.h> 79 MODULE_PARM_DESC(mode_option, "Initial video mode e.g. '648x480-8@60'"); 81 MODULE_PARM_DESC(mode, "Initial video mode e.g. '648x480-8@60' (deprecated)"); 166 fb_writeb(val, p->io_virt + reg); in t_outb() 171 return fb_readb(p->io_virt + reg); in t_inb() 176 fb_writel(v, par->io_virt + r); in writemmr() 181 return fb_readl(par->io_virt + r); in readmmr() 193 u8 reg = vga_mm_rcrt(par->io_virt, I2C) & DDC_MASK_TGUI; in tridentfb_ddc_setscl_tgui() [all …]
|
/Linux-v5.10/drivers/pci/switch/ |
D | switchtec.c | 1 // SPDX-License-Identifier: GPL-2.0 16 #include <linux/io-64-nonatomic-lo-hi.h> 75 return ERR_PTR(-ENOMEM); in stuser_create() 77 get_device(&stdev->dev); in stuser_create() 78 stuser->stdev = stdev; in stuser_create() 79 kref_init(&stuser->kref); in stuser_create() 80 INIT_LIST_HEAD(&stuser->list); in stuser_create() 81 init_waitqueue_head(&stuser->cmd_comp); in stuser_create() 82 stuser->event_cnt = atomic_read(&stdev->event_cnt); in stuser_create() 84 dev_dbg(&stdev->dev, "%s: %p\n", __func__, stuser); in stuser_create() [all …]
|
/Linux-v5.10/arch/sparc/lib/ |
D | memcpy.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 * Copyright (C) 1995 Linus Torvalds (Linus.Torvalds@helsinki.fi) 44 ldd [%src - (offset) - 0x10], %t0; \ 45 ldd [%src - (offset) - 0x08], %t2; \ 46 st %t0, [%dst - (offset) - 0x10]; \ 47 st %t1, [%dst - (offset) - 0x0c]; \ 48 st %t2, [%dst - (offset) - 0x08]; \ 49 st %t3, [%dst - (offset) - 0x04]; 52 ldd [%src - (offset) - 0x10], %t0; \ 53 ldd [%src - (offset) - 0x08], %t2; \ [all …]
|
/Linux-v5.10/drivers/media/i2c/ |
D | ov5640.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved. 4 * Copyright (C) 2014-2017 Mentor Graphics Inc. 8 #include <linux/clk-provider.h> 21 #include <media/v4l2-async.h> 22 #include <media/v4l2-ctrls.h> 23 #include <media/v4l2-device.h> 24 #include <media/v4l2-event.h> 25 #include <media/v4l2-fwnode.h> 26 #include <media/v4l2-subdev.h> [all …]
|
/Linux-v5.10/drivers/media/rc/ |
D | ati_remote.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (c) 2011, 2012 Anssi Hannula <anssi.hannula@iki.fi> 24 * Vincent Vanackere <vanackere@lif.univ-mrs.fr> 35 * "All-In-Wonder" video card packages. The receiver self-identifies as a 51 * - Press and hold the "hand icon" button. 52 * - When the red LED starts to blink, let go of the "hand icon" button. 53 * - When it stops blinking, input the channel code as two digits, from 01 58 * and mask. Note: debugging prints remote numbers as zero-based hexadecimal. 71 * The default is 0 (respond to all channels). Bit 0 and bits 17-32 of this 84 #include <media/rc-core.h> [all …]
|
/Linux-v5.10/Documentation/admin-guide/blockdev/ |
D | zram.rst | 2 zram: Compressed RAM-based block devices 8 The zram module creates RAM-based block devices named /dev/zram<id> 20 There are several ways to configure and manage zram device(-s): 23 b) using zramctl utility, provided by util-linux (util-linux@vger.kernel.org). 28 In order to get a better idea about zramctl please consult util-linux 29 documentation, zramctl man-page or `zramctl --help`. Please be informed 30 that zram maintainers do not develop/maintain util-linux or zramctl, should 31 you have any questions please contact util-linux@vger.kernel.org 45 -EBUSY an attempt to modify an attribute that cannot be changed once 47 -ENOMEM zram was not able to allocate enough memory to fulfil your [all …]
|
/Linux-v5.10/drivers/staging/rtl8192e/ |
D | rtllib_crypt_tkip.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Host AP crypt: host-based TKIP encryption implementation for Host AP driver 5 * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi> 67 priv->key_idx = key_idx; in rtllib_tkip_init() 69 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init() 70 if (IS_ERR(priv->tx_tfm_michael)) { in rtllib_tkip_init() 72 priv->tx_tfm_michael = NULL; in rtllib_tkip_init() 76 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init() 77 if (IS_ERR(priv->rx_tfm_michael)) { in rtllib_tkip_init() 79 priv->rx_tfm_michael = NULL; in rtllib_tkip_init() [all …]
|
/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_tkip.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Host AP crypt: host-based TKIP encryption implementation for Host AP driver 5 * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi> 71 priv->key_idx = key_idx; in ieee80211_tkip_init() 73 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init() 74 if (IS_ERR(priv->tx_tfm_michael)) { in ieee80211_tkip_init() 77 priv->tx_tfm_michael = NULL; in ieee80211_tkip_init() 81 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init() 82 if (IS_ERR(priv->rx_tfm_michael)) { in ieee80211_tkip_init() 85 priv->rx_tfm_michael = NULL; in ieee80211_tkip_init() [all …]
|
/Linux-v5.10/net/wireless/ |
D | lib80211_crypt_tkip.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * lib80211 crypt: host-based TKIP encryption implementation for lib80211 5 * Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> 79 unsigned long old_flags = _priv->flags; in lib80211_tkip_set_flags() 80 _priv->flags = flags; in lib80211_tkip_set_flags() 87 return _priv->flags; in lib80211_tkip_get_flags() 101 priv->key_idx = key_idx; in lib80211_tkip_init() 103 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in lib80211_tkip_init() 104 if (IS_ERR(priv->tx_tfm_michael)) { in lib80211_tkip_init() 105 priv->tx_tfm_michael = NULL; in lib80211_tkip_init() [all …]
|
/Linux-v5.10/sound/soc/codecs/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 # setting - SPI can't be modular so that case doesn't need to be covered. 386 tristate "Analog Devices AU1761 CODEC - I2C" 392 tristate "Analog Devices AU1761 CODEC - SPI" 429 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter" 435 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode" 438 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM 444 will be called snd-soc-adau7118-hw. 447 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - I2C" 452 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM [all …]
|
/Linux-v5.10/drivers/platform/x86/ |
D | asus-laptop.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * asus-laptop.c - Asus Laptop Support 5 * Copyright (C) 2002-2005 Julien Lerouge, 2003-2006 Karol Kozimor 6 * Copyright (C) 2006-2007 Corentin Chary 13 * Pontus Fuchs - Helper functions, cleanup 14 * Johann Wiesner - Small compile fixes 15 * John Belmonte - ACPI code for Toshiba laptop was a good starting point. 16 * Eric Burghard - LED display support for W1N 17 * Josh Green - Light Sens support 18 * Thomas Tuttle - His first patch for led support was very helpful [all …]
|
/Linux-v5.10/drivers/mfd/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 44 tristate "Active-semi ACT8945A" 49 Support for the ACT8945A PMIC from Active-semi. This device 50 features three step-down DC/DC converters and four low-dropout 66 sun4i-gpadc-iio and the hwmon driver iio_hwmon. 69 called sun4i-gpadc. 88 tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down 119 over at91-usart-serial driver and usart-spi-driver. Only one function 135 tristate "Atmel HLCDC (High-end LCD Controller)" 172 tristate "X-Powers AC100" [all …]
|
/Linux-v5.10/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | dev.c | 8 * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. 18 * - portions of rtl8187se Linux staging driver, Copyright Realtek corp. 20 * - other GPL, unpublished (until now), Linux driver code, 24 * sitting in front of my laptop at evening, week-end, night... 28 * bought a laptop with an unsupported Wi-Fi card some years ago... 126 * HI | 6 | 1 139 * BC | 7 | 4 <- currently not used yet 140 * MG | 1 | x <- Not used 141 * HI | 6 | x <- Not used 142 * VO | 5 | 0 <- used [all …]
|
/Linux-v5.10/drivers/md/ |
D | raid1.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 9 * RAID-1 management functions. 11 * Better read-balancing code written by Mika Kuoppala <miku@iki.fi>, 2000 19 * - bitmap marked during normal i/o 20 * - bitmap used to skip nondirty blocks during sync 22 * Additions to bitmap code, (C) 2003-2004 Paul Clements, SteelEye Technology: 23 * - persistent bitmap code 38 #include "md-bitmap.h" 50 do { if ((md)->queue) blk_add_trace_msg((md)->queue, "raid1 " fmt, ##args); } while (0) 52 #include "raid1-10.c" [all …]
|