/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | iqs62x-keys.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/iqs62x-keys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 - $ref: input.yaml# 16 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors 17 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens- 23 further details and examples. Sensor hardware configuration (self-capacitive 24 vs. mutual-inductive, etc.) is selected based on the device's firmware. [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | nvm-reg.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 11 * enum iwl_regulatory_and_nvm_subcmd_ids - regulatory/NVM commands 61 * enum iwl_nvm_access_op - NVM access opcode 71 * enum iwl_nvm_access_target - target of the NVM_ACCESS_CMD 83 * enum iwl_nvm_section_type - section types for NVM_ACCESS_CMD 105 * struct iwl_nvm_access_cmd - Request the device to send an NVM section 123 * struct iwl_nvm_access_resp - response to NVM_ACCESS_CMD [all …]
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-ali1535.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 Acer Labs Inc. (ALI) M1535 South Bridge. 14 The M1535 is a South bridge for portable systems. 15 It is very similar to the M15x3 South bridges also produced 22 by comparing this driver to the i2c-ali15x3 driver. 26 ACPI-compliant Power Management Unit (PMU). 87 #define ALI1535_DEV10B_EN 0x80 /* Enable 10-bit addressing in */ 89 #define ALI1535_T_OUT 0x08 /* Time-out Command (write) */ 90 #define ALI1535_A_HIGH_BIT9 0x08 /* Bit 9 of 10-bit address in */ 91 /* Alert-Response-Address */ [all …]
|
/linux-6.12.1/Documentation/driver-api/media/drivers/ |
D | zoran.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 website: http://mjpeg.sourceforge.net/driver-zoran/ 12 -------------------------- 15 ------------------------ 28 Drivers to use: videodev, i2c-core, i2c-algo-bit, 31 Inputs/outputs: Composite and S-video 45 Drivers to use: videodev, i2c-core, i2c-algo-bit, 49 Six physical inputs. 1-6 are composite, 50 1-2, 3-4, 5-6 doubles as S-video, 51 1-3 triples as component. [all …]
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | hist-v4l2.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 4 .. _hist-v4l2: 21 1998-08-20: First version. 23 1998-08-27: The :c:func:`select()` function was introduced. 25 1998-09-10: New video standard interface. 27 1998-09-18: The ``VIDIOC_NONCAP`` ioctl was replaced by the otherwise 36 1998-09-28: Revamped video standard. Made video controls individually 39 1998-10-02: The ``id`` field was removed from 47 1998-11-08: Many minor changes. Most symbols have been renamed. Some 50 1998-11-12: The read/write direction of some ioctls was misdefined. [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/gvt/ |
D | interrupt.c | 2 * Copyright(c) 2011-2016 Intel Corporation. All rights reserved. 61 #define iir_to_regbase(iir) (iir - 0x8) 62 #define ier_to_regbase(ier) (ier - 0xC) 64 #define get_event_virt_handler(irq, e) (irq->events[e].v_handler) 65 #define get_irq_info(irq, e) (irq->events[e].info) 109 [PIPE_A_ODD_FIELD] = "Pipe A odd field", 110 [PIPE_A_EVEN_FIELD] = "Pipe A even field", 117 [PIPE_B_ODD_FIELD] = "Pipe B odd field", 118 [PIPE_B_EVEN_FIELD] = "Pipe B even field", 148 [ERR_AND_DBG] = "South Error and Debug Interrupts Combined", [all …]
|
/linux-6.12.1/drivers/platform/x86/intel/telemetry/ |
D | debugfs.c | 1 // SPDX-License-Identifier: GPL-2.0 8 * /sys/kernel/debug/telemetry/pss_info: Shows Primary Control Sub-Sys Counters 9 * /sys/kernel/debug/telemetry/ioss_info: Shows IO Sub-System Counters 25 #include <asm/intel-family.h> 31 /* ApolloLake SoC Event-IDs */ 157 {"SOUTH", 48}, 319 if ((debugfs_conf->pss_idle_evts > TELEM_PSS_IDLE_EVTS) || in telemetry_debugfs_check_evts() 320 (debugfs_conf->pcs_idle_blkd_evts > TELEM_PSS_IDLE_BLOCKED_EVTS) || in telemetry_debugfs_check_evts() 321 (debugfs_conf->pcs_s0ix_blkd_evts > TELEM_PSS_S0IX_BLOCKED_EVTS) || in telemetry_debugfs_check_evts() 322 (debugfs_conf->pss_ltr_evts > TELEM_PSS_LTR_BLOCKING_EVTS) || in telemetry_debugfs_check_evts() [all …]
|
/linux-6.12.1/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Derived from cx25840-core.c 11 #include "cx18-driver.h" 12 #include "cx18-io.h" 13 #include "cx18-cards.h" 106 /* xtal * 0xe.2913d68/0x16 = 48000 * 384: 406 MHz pre post-div*/ in cx18_av_init() 127 /* enable sleep mode - register appears to be read only... */ in cx18_av_initialize() 167 * Disable Video Auto-config of the Analog Front End and Video PLL. in cx18_av_initialize() 171 * 0x102 (CXADEC_CHIP_CTRL), 0x104-0x106 (CXADEC_AFE_CTRL), in cx18_av_initialize() 172 * 0x108-0x109 (CXADEC_PLL_CTRL1), and 0x10c-0x10f (CXADEC_VID_PLL_FRAC) in cx18_av_initialize() [all …]
|
/linux-6.12.1/ |
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 ---------- 47 D: in-kernel DRM Maintainer 72 E: tim_alpaerts@toyota-motor-europe.com 76 S: B-2610 Wilrijk-Antwerpen 81 W: http://www-stu.christs.cam.ac.uk/~aia21/ 102 D: Maintainer of ide-cd and Uniform CD-ROM driver, 103 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update. [all …]
|
/linux-6.12.1/drivers/hwmon/ |
D | vt8231.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * vt8231.c - Part of lm_sensors, Linux kernel modules 12 * Supports VIA VT8231 South Bridge embedded sensors 24 #include <linux/hwmon-sysfs.h> 51 * -------- -------- -------- ------ 64 /* fans numbered 0-1 */ 68 /* Voltage inputs numbered 0-5 */ 75 * Temperatures are numbered 1-6 according to the Linux kernel specification. 90 #define TEMP_FROM_REG(reg) (((253 * 4 - (reg)) * 550 + 105) / 210) 91 #define TEMP_MAXMIN_FROM_REG(reg) (((253 - (reg)) * 2200 + 105) / 210) [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | fw.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 11 #include "iwl-trans.h" 12 #include "iwl-op-mode.h" 14 #include "iwl-debug.h" 15 #include "iwl-prph.h" 23 #include "iwl-phy-db.h" 24 #include "iwl-modparams.h" [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_reg.h | 18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 44 * registers that are defined solely for the use by function-like macros. 52 * should be defined using function-like macros. 58 * with underscore, followed by a function-like macro choosing the right 61 * Define the register contents (i.e. bit and bit field macros) from most 65 * Define bit fields using ``REG_GENMASK(h, l)``. Define bit field contents 68 * function-like macros may be used to define bit fields, but do note that the 87 * Try to re-use existing register macro definitions. Only add new macros for 95 * When a bit (field) macro changes or gets added for a new platform, while 234 * [0-7] @ 0x2000 gen2,gen3 [all …]
|
/linux-6.12.1/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 3 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> 5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> 19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 27 * ----- 28 * MPG600/MPG160 support by T.Adachi <tadachi@tadachi-net.com> 32 * using information provided by Jiun-Kuei Jung @ AVerMedia. 34 * Kurouto Sikou CX23416GYC-STVLP tested by K.Ohta <alpha292@bremen.or.jp> 35 * using information from T.Adachi,Takeru KOMORIYA and others :-) 37 * Nagase TRANSGEAR 5000TV, Aopen VA2000MAX-STN6 and I/O data GV-MVP/RX 41 #include "ivtv-driver.h" [all …]
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 Heading 3 uses "----" 25 - To help kernel distributors understand exactly what the XFS online fsck 28 - To help people reading the code to familiarize themselves with the relevant 31 - To help developers maintaining the system by capturing the reasons 59 - Provide a hierarchy of names through which application programs can associate 62 - Virtualize physical storage media across those names, and 64 - Retrieve the named data blobs at any time. 66 - Examine resource usage. 79 cross-references different types of metadata records with each other to look [all …]
|
/linux-6.12.1/kernel/ |
D | signal.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * 1997-11-02 Modified for POSIX.1b signals by Richard Henderson 9 * 2003-06-02 Jim Houston - Concurrent Computer Corp. 46 #include <linux/posix-timers.h> 72 return t->sighand->action[sig - 1].sa.sa_handler; in sig_handler() 92 if (unlikely(t->signal->flags & SIGNAL_UNKILLABLE) && in sig_task_ignored() 97 if (unlikely((t->flags & PF_KTHREAD) && in sig_task_ignored() 111 if (sigismember(&t->blocked, sig) || sigismember(&t->real_blocked, sig)) in sig_ignored() 119 if (t->ptrace && sig != SIGKILL) in sig_ignored() 126 * Re-calculate pending state from the set of locally pending [all …]
|
/linux-6.12.1/drivers/pci/ |
D | quirks.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * This file contains work-arounds for many known PCI hardware bugs. 5 * should be handled in arch-specific code. 20 #include <linux/isa-dma.h> /* isa_dma_bridge_buggy */ 68 * Restrict the speed to 2.5GT/s then with the Target Link Speed field, 91 int ret = -ENOTTY; in pcie_failed_link_retrain() 94 !pcie_cap_has_lnkctl2(dev) || !dev->link_active_reporting) in pcie_failed_link_retrain() 103 pci_info(dev, "broken device, retraining non-functional downstream link at 2.5GT/s\n"); in pcie_failed_link_retrain() 170 if ((f->class == (u32) (dev->class >> f->class_shift) || in pci_do_fixups() 171 f->class == (u32) PCI_ANY_ID) && in pci_do_fixups() [all …]
|
/linux-6.12.1/sound/pci/hda/ |
D | hda_intel.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * hda_intel.c - Implementation of primary alsa driver code base 27 #include <linux/dma-mapping.h> 50 #include <sound/intel-dsp-config.h> 53 #include <linux/apple-gmux.h> 73 /* Defines for ATI HD Audio support in SB450 south bridge */ 108 static int position_fix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; 109 static int bdl_pos_adj[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; 110 static int probe_mask[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; 113 static int single_cmd = -1; [all …]
|
/linux-6.12.1/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* cx25840 - Conexant CX25840 audio/video decoder driver 10 * - cleanup/rewrite for V4L2 API (2005) 36 #include <media/v4l2-common.h> 37 #include <media/drv-intf/cx25840.h> 39 #include "cx25840-core.h" 73 /* ----------------------------------------------------------------------- */ 107 msgs[0].addr = client->addr; in cx25840_read() 113 msgs[1].addr = client->addr; in cx25840_read() 118 if (i2c_transfer(client->adapter, msgs, 2) < 2) in cx25840_read() [all …]
|
/linux-6.12.1/drivers/parport/ |
D | parport_pc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* Low-level parallel-port routines for 8255-based PC-style hardware. 12 * Cleaned up include files - Russell King <linux@arm.uk.linux.org> 13 * DMA support - Bert De Jonghe <bert@sophis.be> 17 * Updated probing logic - Adam Belay <ambx1@neo.rr.com> 38 * only in register addresses (eg because your registers are on 32-bit 43 * but rather will start at port->base_hi. 55 #include <linux/dma-mapping.h> 91 static struct superio_struct { /* For Super-IO chips autodetection */ 109 const struct parport_pc_private *priv = pb->physport->private_data; in frob_econtrol() [all …]
|
/linux-6.12.1/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. 52 #include <linux/dma-mapping.h> 56 #include <linux/hwmon-sysfs.h> 93 _tg3_flag(TG3_FLAG_##flag, (tp)->tg3_flags) 95 _tg3_flag_set(TG3_FLAG_##flag, (tp)->tg3_flags) 97 _tg3_flag_clear(TG3_FLAG_##flag, (tp)->tg3_flags) 123 * and dev->tx_timeout() should be called to fix the problem [all …]
|