| /linux/drivers/input/misc/ |
| H A D | cm109.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2007 - 2008 Alfred E. Heggestad <aeh@db.org> 10 * - Komunikate KIP1000 11 * - Genius G-talk 12 * - Allied-Telesis Corega USBPH01 13 * - ... 18 * - Authors of yealink.c 19 * - Thomas Reitmayr 20 * - Oliver Neukum for good review comments and code 21 * - Shaun Jackman <sjackman@gmail.com> for Genius G-talk keymap [all …]
|
| H A D | yealink.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 9 * Driver for the USB-P1K voip usb phone. 12 * - Yealink usb-p1k 13 * - Tiptel 115 14 * - ... 17 * - the usbb2k-api http://savannah.nongnu.org/projects/usbb2k-api/ 18 * - information from http://memeteau.free.fr/usbb2k 19 * - the xpad-driver drivers/input/joystick/xpad.c 22 * - Olivier Vandorpe, for providing the usbb2k-api. 23 * - Martin Diehl, for spotting my memory allocation bug. [all …]
|
| H A D | yealink.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 10 /* Using the control channel on interface 3 various aspects of the phone 16 u8 size; /* 1-11, size of used data bytes. */ 49 * offset key number [0-1f] 57 * size 1-11 58 * offset 0-23 77 * data[0] 0-0xff volume 84 * size 1-11 85 * offset 0-> 86 * data binary representation LE16(-freq), LE16(duration) .... [all …]
|
| /linux/arch/arm/mach-omap1/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 comment "OMAP Core Type" 74 intra-tick resolution than OMAP_MPU_TIMER. The 32KHz timer is 87 timer provides more intra-tick resolution than the 32KHz timer, 91 bool "Enable wake-up events for serial ports" 114 comment "OMAP Board Type" 137 Support for the Siemens SX1 phone. To boot the kernel, 142 Say Y here if you have such a phone, say NO otherwise.
|
| /linux/Documentation/devicetree/bindings/arm/ |
| H A D | arm,versatile.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 13 The ARM Versatile boards are two variants of ARM926EJ-S evaluation boards 30 - description: The ARM Versatile Application Baseboard (HBI-0118) is an 31 evaluation board specifically for the ARM926EJ-S. It can be connected 32 to an IB1 interface board for a touchscreen-type use case or an IB2 33 for a candybar phone-type use case. See ARM DUI 0225D. 35 - const: arm,versatile-ab [all …]
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pnp.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Probe for 8250/16550-type ISAPNP serial ports. 9 * Ported to the Linux PnP Layer - (C) Adam Belay. 45 * Native driver (ali-ircc) is broken so at least 46 * it can be used with irtty-sir. 54 /* Boca Complete Ofc Communicator 14.4 Data-FAX */ 61 /* EuroViVa CommCenter-33.6 SP PnP */ 64 /* Creative Labs Phone Blaster 28.8 DSVD PnP Voice */ 71 /* Creative Modem Blaster Flash56 DI5601-1 */ 75 /* E-Tech */ [all …]
|
| /linux/lib/ |
| H A D | dhry.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 6 * ----------------------------- 19 * Phone: [+49]-9131-7-20330 20 * (8-17 Central European Time) 25 * pp. 1013 - 1030, together with the statistics 29 * - strcpy, strcmp (inside the measurement loop) 30 * - printf, scanf (outside the measurement loop) 42 * Phone: (201) 389-8963 (9-17 EST) 47 * Hardware information includes: Machine type, CPU, type and size 82 * Alan Smith and Rafael Saavedra-Barrera (UC at Berkeley) [all …]
|
| /linux/sound/isa/ad1816a/ |
| H A D | ad1816a_lib.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 ad1816a.c - lowlevel code for Analog Devices AD1816A chip. 4 Copyright (C) 1999-2000 by Massimo Piccioni <dafastidio@libero.it> 24 for (timeout = 1000; timeout-- > 0; udelay(10)) in snd_ad1816a_busy_wait() 28 dev_warn(chip->car in snd_ad1816a_busy_wait() [all...] |
| /linux/sound/pci/ca0106/ |
| H A D | ca0106_mixer.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (c) 2004 James Courtier-Dutton <James@superbug.demon.co.uk> 67 if (emu->spdif_enable) { in ca0106_spdif_enable() 73 val = inl(emu->port + CA0106_GPIO) & ~0x101; in ca0106_spdif_enable() 74 outl(val, emu->port + CA0106_GPIO); in ca0106_spdif_enable() 82 val = inl(emu->port + CA0106_GPIO) | 0x101; in ca0106_spdif_enable() 83 outl(val, emu->port + CA0106_GPIO); in ca0106_spdif_enable() 89 unsigned int val = emu->capture_source; in ca0106_set_capture_source() 103 ngain = emu->i2c_capture_volume[val][0]; /* Left */ in ca0106_set_i2c_capture_source() 104 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][0]; /* Left */ in ca0106_set_i2c_capture_source() [all …]
|
| /linux/sound/pci/emu10k1/ |
| H A D | emumixer.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Lee Revell <rlrevell@joe-job.com> 6 * James Courtier-Dutton <James@superbug.co.uk> 25 static const DECLARE_TLV_DB_SCALE(snd_audigy_db_scale2, -10350, 50, 1); /* WM8775 gain scale */ 37 err = snd_ctl_add(emu->card, snd_ctl_new1(&kctl, emu)); in add_ctls() 47 uinfo->typ in snd_emu10k1_spdif_info() [all...] |
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-camera.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _camera-controls: 13 .. _camera-control-id: 23 .. _v4l2-exposure-auto-type: 28 enum v4l2_exposure_auto_type - 37 .. flat-table:: 38 :header-rows: 0 39 :stub-columns: 0 41 * - ``V4L2_EXPOSURE_AUTO`` 42 - Automatic exposure time, automatic iris aperture. [all …]
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-kirin.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * PCIe host controller driver for Kirin Phone SoCs 27 #include "pcie-designware.h" 29 #define to_kirin_pcie(x) dev_get_drvdata((x)->dev) 58 * in-board Ethernet adapter and the other two connected to M.2 and mini 71 enum pcie_kirin_phy_type type; member 81 /* Per-slot PERST# */ 86 /* Per-slot clkreq */ 140 writel(val, hi3660_pcie_phy->base + reg); in kirin_apb_phy_writel() 146 return readl(hi3660_pcie_phy->base + reg); in kirin_apb_phy_readl() [all …]
|
| /linux/drivers/net/usb/ |
| H A D | ipheth.c | 2 * ipheth.c - Apple iPhone USB Ethernet driver 65 * - NTH16 (NCMH): 12 bytes, as per CDC NCM 1.0 spec 66 * - NDP16 (NCM0): 96 bytes, of which 67 * - NDP16 fixed header: 8 bytes 68 * - maximum of 22 DPEs (21 datagrams + trailer), 4 bytes each 138 tx_buf = usb_alloc_coherent(iphone->udev, IPHETH_TX_BUF_SIZE, in ipheth_alloc_urbs() 139 GFP_KERNEL, &tx_urb->transfer_dma); in ipheth_alloc_urbs() 143 rx_buf = usb_alloc_coherent(iphone->udev, iphone->rx_buf_len, in ipheth_alloc_urbs() 144 GFP_KERNEL, &rx_urb->transfer_dma); in ipheth_alloc_urbs() 149 iphone->tx_urb = tx_urb; in ipheth_alloc_urbs() [all …]
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_patch.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 33 err = snd_ctl_add(ac97->bus->card, snd_ac97_cnew(&controls[idx], ac97)); in patch_build_controls() 46 kctl = snd_ctl_find_id_mixer(ac97->bus->card, name); in reset_tlv() 47 if (kctl && kctl->tl in reset_tlv() [all...] |
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ 6 * This file is not only included from C-code but also from devicetree source 9 * Copyright (c) 1999-2002 Vojtech Pavlik 71 * AC - Application Control 72 * AL - Application Launch Button 73 * SC - System Control 308 outputs (Monitor/LCD/TV-out/etc) */ 490 #define KEY_VIDEOPHONE 0x1a0 /* Media Select Video Phone */ 513 #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */ 515 #define KEY_CONTEXT_MENU 0x1b6 /* GenDesc - system context menu */ [all …]
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | sunplus,sp7021-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/pinctrl/sunplus,sp7021-pinctrl.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Dvorkin Dmitry <dvorkin@tibbo.com> 12 - Wells Lu <wellslutw@gmail.com> 16 refer to pinctrl-bindings.txt in this directory for details of the common 23 (1) function-group pins: 24 Ex 1 (SPI-NOR flash): 25 If control-field SPI_FLASH_SEL is set to 1, GPIO 83, 84, 86 and 87 [all …]
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ 6 * This file is not only included from C-code but also from devicetree source 9 * Copyright (c) 1999-2002 Vojtech Pavlik 71 * AC - Application Control 72 * AL - Applicatio [all...] |
| /linux/include/sound/ |
| H A D | ac97_codec.h | 1 /* SPDX-License-Identifier: GPL-2.0+ 24 /* specific - SigmaTel */ 33 #define AC97_SIGMATEL_MULTICHN 0x74 /* Multi-Channel programming */ 37 /* specific - Analog Devices */ 47 /* specific - Cirrus Logic */ 56 /* specific - Conexant */ 64 /* specific - ALC */ 106 /* specific - Yamaha YMF7x3 */ 110 /* specific - C-Media */ 116 /* specific - wolfson */ [all …]
|
| /linux/include/sound/ac97/ |
| H A D | regs.h | 1 /* SPDX-License-Identifier: GPL-2.0+ 19 #define AC97_PHONE 0x0c /* Phone Volume (optional) */ 33 /* range 0x28-0x3a - AUDIO AC'97 2.0 extensions */ 44 /* range 0x3c-0x58 - MODEM */ 54 #define AC97_GPIO_POLARITY 0x4e /* GPIO Pin Polarity/Type, 0=low, 1=high active */ 59 /* range 0x5a-0x7b - Vendor Specific */ 62 /* range 0x60-0x6f (page 1) - extended codec registers */ 108 #define AC97_BC_16BIT_DAC 0x0000 /* 16-bit DAC resolution */ 109 #define AC97_BC_18BIT_DAC 0x0040 /* 18-bit DAC resolution */ 110 #define AC97_BC_20BIT_DAC 0x0080 /* 20-bit DAC resolution */ [all …]
|
| /linux/drivers/dma/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 96 tristate "Arm DMA-350 support" 101 Enable support for the Arm DMA-350 controller. 119 tristate "Analog Devices AXI-DMAC DMA support" 125 Enable support for the Analog Devices AXI-DMAC peripheral. This DMA 161 tristate "SA-11x0 DMA support" 166 Support the DMA engine found on Intel StrongARM SA-1100 and 167 SA-1110 SoCs. This DMA engine can only be used with on-chip 227 This module can be found on Freescale Vybrid and LS-1 SoCs. 270 Enable support for the IMG multi-threaded DMA controller (MDC). [all …]
|
| /linux/drivers/soc/qcom/ |
| H A D | smp2p.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 26 * of a single 32-bit value between two processors. Each value has a single 33 * processor. By using two separate SMEM items that are single-reader and 34 * single-writer, SMP2P does not require any remote locking mechanisms. 52 * struct smp2p_smem_item - in memory communication structure 54 * @version: version - must be 1 55 * @features: features flag - currently unused 58 * @total_entries: number of entries - always SMP2P_MAX_ENTRY 82 * struct smp2p_entry - driver context matching one entry [all …]
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * em28xx.h - driver for Empia EM2800/EM2820/2840 USB video capture devices 27 #include <media/videobuf2-v4l2.h> 28 #include <media/videobuf2-vmalloc.h> 29 #include <media/v4l2-device.h> 30 #include <media/v4l2-ctrls.h> 31 #include <media/v4l2-fh.h> 32 #include <media/i2c/ir-kbd-i2c.h> 33 #include <media/rc-core.h> 36 #include "em28xx-reg.h" [all …]
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | ste-ux500-samsung-kyle.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Devicetree for the Samsung Galaxy Amp SGH-I407 also known as Kyle. 5 * The code also refers to "Kyle AT&T" reflecting that this mobile phone 10 /dts-v1/; 11 #include "ste-db8500.dtsi" 12 #include "ste-ab8505.dtsi" 13 #include "ste-dbx5x0-pinctrl.dtsi" 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/leds/common.h> 16 #include <dt-bindings/input/input.h> [all …]
|
| /linux/drivers/net/ |
| H A D | eql.c | 2 * Equalizer Load-balancer for serial network interfaces. 4 * (c) Copyright 1995 Simon "Guru Aleph-Null" Janes 17 * Phone: 1-703-847-0040 ext 103 33 * Added one-line eql_remove_slave patch. 47 * slave_load = (ULONG_MAX - (ULONG_MAX / 2)) - 52 * slave_load = (ULONG_MAX - (ULONG_MAX / 2)) - 56 * slave_load = (ULONG_MAX - (ULONG_MAX / 2)) - 60 * slave_load = (ULONG_MAX - (ULONG_MAX / 2)) - 74 * Broken set-bit locking snapshot 80 * Log trimmed of non-pertinent 1.x branch messages [all …]
|
| /linux/sound/pci/ice1712/ |
| H A D | se.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Lowlevel functions for ONKYO WAVIO SE-90PCI and SE-200PCI 7 * Copyright (c) 2007 Shin-ya Okada sh_okada(at)d4.dion.ne.jp 8 * (at) -> @ 29 /* ONKYO WAVIO SE-200PCI */ 38 * AC-Link configuration ICE_EEP2_ACLINK=0x80 56 * A 2ch-DAC of main outputs. 58 * The sample-rate are automatically changed. 59 * ML/I2S (28pin) --------+ 60 * MC/DM1 (27pin) -- 5V | [all …]
|