/Linux-v6.1/Documentation/devicetree/bindings/iio/frequency/ |
D | adi,admv1014.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 21 - adi,admv1014 26 spi-max-frequency: 32 clock-names: 34 - const: lo_in 38 vcm-supply: 40 Common-mode voltage regulator. [all …]
|
D | adi,admv1013.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 21 - adi,admv1013 26 spi-max-frequency: 34 clock-names: 36 - const: lo_in 38 vcm-supply: 42 adi,detector-enable: [all …]
|
/Linux-v6.1/drivers/iio/frequency/ |
D | admv1014.c | 1 // SPDX-License-Identifier: GPL-2.0-only 117 static const char * const quad_se_mode_names[] = { "se-pos", "se-neg", "diff" }; 142 st->data[0] = ADMV1014_READ | FIELD_PREP(ADMV1014_REG_ADDR_READ_MSK, reg); in __admv1014_spi_read() 143 st->data[1] = 0; in __admv1014_spi_read() 144 st->data[2] = 0; in __admv1014_spi_read() 146 t.rx_buf = &st->data[0]; in __admv1014_spi_read() 147 t.tx_buf = &st->data[0]; in __admv1014_spi_read() 148 t.len = sizeof(st->data); in __admv1014_spi_read() 150 ret = spi_sync_transfer(st->spi, &t, 1); in __admv1014_spi_read() 154 *val = FIELD_GET(ADMV1014_REG_DATA_MSK, get_unaligned_be24(&st->data[0])); in __admv1014_spi_read() [all …]
|
D | admv1013.c | 1 // SPDX-License-Identifier: GPL-2.0-only 112 st->data[0] = ADMV1013_READ | FIELD_PREP(ADMV1013_REG_ADDR_READ_MSK, reg); in __admv1013_spi_read() 113 st->data[1] = 0x0; in __admv1013_spi_read() 114 st->data[2] = 0x0; in __admv1013_spi_read() 116 t.rx_buf = &st->data[0]; in __admv1013_spi_read() 117 t.tx_buf = &st->data[0]; in __admv1013_spi_read() 120 ret = spi_sync_transfer(st->spi, &t, 1); in __admv1013_spi_read() 124 *val = FIELD_GET(ADMV1013_REG_DATA_MSK, get_unaligned_be24(&st->data[0])); in __admv1013_spi_read() 134 mutex_lock(&st->lock); in admv1013_spi_read() 136 mutex_unlock(&st->lock); in admv1013_spi_read() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
D | maxim,max96712.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Quad GMSL2 to CSI-2 Deserializer with GMSL1 Compatibility 11 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> 15 CSI-2 D-PHY or C-PHY formatted outputs. The device allows each link to 16 simultaneously transmit bidirectional control-channel data while forward 18 four remotely located sensors using industry-standard coax or STP 22 forward direction and 187.5Mbps in the reverse direction. In GMSL1 mode, the 23 MAX96712 can be paired with first-generation 3.12Gbps or 1.5Gbps GMSL1 [all …]
|
/Linux-v6.1/sound/mips/ |
D | hal2.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 7 * Copyright (c) 1999 Ulf Carlsson <ulfc@bun.falkenberg.se> 8 * Copyright (c) 2001, 2002, 2003 Ladislav Michl <ladis@linux-mips.org> 17 #define H2_ISR_QUAD_MODE 0x04 /* codec mode 0=indigo 1=quad */ 120 #define H2I_AESTX_C_CLKID_SHIFT 3 /* Bresenham Clock Gen 1-3 */ 122 #define H2I_AESTX_C_DATAT_SHIFT 8 /* 1=mono 2=stereo (3=quad) */ 136 #define H2I_C1_CLKID_SHIFT 3 /* Bresenham Clock Gen 1-3 */ 138 #define H2I_C1_DATAT_SHIFT 8 /* 1=mono 2=stereo (3=quad) */ 152 #define H2I_C2_R_ATT_SHIFT 18 /* right d/a output - */ 154 #define H2I_C2_L_ATT_SHIFT 23 /* left d/a output - */ [all …]
|
/Linux-v6.1/drivers/staging/media/max96712/ |
D | max96712.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Maxim MAX9286 Quad GMSL2 Deserializer Driver 15 #include <media/v4l2-ctrls.h> 16 #include <media/v4l2-fwnode.h> 17 #include <media/v4l2-subdev.h> 46 ret = regmap_read(priv->regmap, reg, &val); in max96712_read() 48 dev_err(&priv->client->dev, "read 0x%04x failed\n", reg); in max96712_read() 59 ret = regmap_write(priv->regmap, reg, val); in max96712_write() 61 dev_err(&priv->client->dev, "write 0x%04x failed\n", reg); in max96712_write() 71 ret = regmap_update_bits(priv->regmap, reg, mask, val); in max96712_update_bits() [all …]
|
/Linux-v6.1/drivers/eisa/ |
D | eisa.ids | 6 # Marc Zyngier <maz@wild-wind.fr.eu.org> 10 ABP0510 "Advansys ABP-510 ISA SCSI Host Adapter" 11 ABP0540 "Advansys ABP-540/542 ISA SCSI Host Adapter" 12 ABP7401 "AdvanSys ABP-740/742 EISA Single Channel SCSI Host Adapter" 13 ABP7501 "AdvanSys ABP-750/752 EISA Dual Channel SCSI Host Adapter" 14 ACC1200 "ACCTON EtherCombo-32 Ethernet Adapter" 15 ACC120A "ACCTON EtherCombo-32 Ethernet Adapter" 25 ACE7010 "ACME Multi-Function Board" 39 ACR1711 "AcerFrame 1000 486/33 SYSTEM-2" 41 ACR3211 "AcerFrame 3000MP 486 SYSTEM-1" [all …]
|
/Linux-v6.1/scripts/ |
D | kallsyms.c | 8 * Usage: nm -n vmlinux | scripts/kallsyms [--all-symbols] > symbols.S 72 "__per_cpu_start", "__per_cpu_end", -1ULL, 0 90 fprintf(stderr, "Usage: kallsyms [--all-symbols] [--absolute-percpu] " in usage() 91 "[--base-relative] in.map > out.S\n"); in usage() 97 return (char *)s->sym + 1; in sym_name() 108 * when --all-symbols is specified so exclude them to get a in is_ignored_symbol() 128 "__kvm_nvhe_$", /* arm64 local symbols in non-VHE KVM namespace */ in is_ignored_symbol() 129 "__kvm_nvhe_.L", /* arm64 local symbols in non-VHE KVM namespace */ in is_ignored_symbol() 166 int l = strlen(name) - strlen(*p); in is_ignored_symbol() 204 if (strcmp(sym, ar->start_sym) == 0) { in check_symbol_range() [all …]
|
/Linux-v6.1/sound/pci/ctxfi/ |
D | cthw20k2.c | 1 // SPDX-License-Identifier: GPL-2.0-only 76 * Fixed-point value in 8.24 format for parameter channel */ 88 u16 czbfs:1; /* Clear Z-Buffers */ 162 return -ENOMEM; in src_get_rsc_ctrl_blk() 180 set_field(&ctl->ctl, SRCCTL_STATE, state); in src_set_state() 181 ctl->dirty.bf.ctl = 1; in src_set_state() 189 set_field(&ctl->ctl, SRCCTL_BM, bm); in src_set_bm() 190 ctl->dirty.bf.ctl = 1; in src_set_bm() 198 set_field(&ctl->ctl, SRCCTL_RSR, rsr); in src_set_rsr() 199 ctl->dirty.bf.ctl = 1; in src_set_rsr() [all …]
|
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_engine_cs.c | 1 // SPDX-License-Identifier: MIT 37 * on HSW) - so the final size, including the extra state required for the 250 * intel_engine_context_size() - return the size of the context for an engine 260 * in LRC mode, but does not include the "shared data page" used with 265 struct intel_uncore *uncore = gt->uncore; in intel_engine_context_size() 274 switch (GRAPHICS_VER(gt->i915)) { in intel_engine_context_size() 276 MISSING_CASE(GRAPHICS_VER(gt->i915)); in intel_engine_context_size() 286 if (IS_HASWELL(gt->i915)) in intel_engine_context_size() 309 drm_dbg(>->i915->drm, in intel_engine_context_size() 311 GRAPHICS_VER(gt->i915), cxt_size * 64, in intel_engine_context_size() [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v7_0.c | 894 * gfx_v7_0_init_microcode - load ucode images from disk 910 switch (adev->asic_type) { in gfx_v7_0_init_microcode() 930 err = request_firmware(&adev->gfx.pfp_fw, fw_name, adev->dev); in gfx_v7_0_init_microcode() 933 err = amdgpu_ucode_validate(adev->gfx.pfp_fw); in gfx_v7_0_init_microcode() 938 err = request_firmware(&adev->gfx.me_fw, fw_name, adev->dev); in gfx_v7_0_init_microcode() 941 err = amdgpu_ucode_validate(adev->gfx.me_fw); in gfx_v7_0_init_microcode() 946 err = request_firmware(&adev->gfx.ce_fw, fw_name, adev->dev); in gfx_v7_0_init_microcode() 949 err = amdgpu_ucode_validate(adev->gfx.ce_fw); in gfx_v7_0_init_microcode() 954 err = request_firmware(&adev->gfx.mec_fw, fw_name, adev->dev); in gfx_v7_0_init_microcode() 957 err = amdgpu_ucode_validate(adev->gfx.mec_fw); in gfx_v7_0_init_microcode() [all …]
|
/Linux-v6.1/Documentation/admin-guide/ |
D | devices.txt | 1 0 Unnamed devices (e.g. non-device mounts) 7 2 = /dev/kmem OBSOLETE - replaced by /proc/kcore 11 6 = /dev/core OBSOLETE - replaced by /proc/kcore 18 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore 31 2 char Pseudo-TTY masters 37 Pseudo-tty's are named as follows: 40 the 1st through 16th series of 16 pseudo-ttys each, and 44 These are the old-style (BSD) PTY devices; Unix98 101 5.25" Quad Density (q), 5.25" High Density (h) or 3.5" 106 3 char Pseudo-TTY slaves [all …]
|
/Linux-v6.1/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 13 * the i810/i830 XFree86 driver. The HW-specific code is covered here 73 switch (pdev->device) { in intelfbhw_get_chipset() 75 dinfo->name = "Intel(R) 830M"; in intelfbhw_get_chipset() 76 dinfo->chipset = INTEL_830M; in intelfbhw_get_chipset() 77 dinfo->mobile = 1; in intelfbhw_get_chipset() 78 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset() 81 dinfo->name = "Intel(R) 845G"; in intelfbhw_get_chipset() 82 dinfo->chipset = INTEL_845G; in intelfbhw_get_chipset() 83 dinfo->mobile = 0; in intelfbhw_get_chipset() 84 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset() [all …]
|
/Linux-v6.1/sound/soc/intel/boards/ |
D | bytcr_rt5640.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * byt_cr_dpcm_rt5640.c - ASoc Machine driver for Intel Byt CR platform 29 #include <sound/soc-acpi.h> 30 #include <dt-bindings/sound/rt5640.h> 32 #include "../atom/sst-atom-controls.h" 33 #include "../common/soc-intel-quirks.h" 74 #define BYT_RT5640_DIFF_MIC BIT(18) /* default is single-ended */ 94 /* in-diff or dmic-pin + jdsrc + ovcd-th + -sf + jd-inv + terminating entry */ 108 static int quirk_override = -1; 110 MODULE_PARM_DESC(quirk, "Board-specific quirk override"); [all …]
|
/Linux-v6.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 */ 64 if ((f->class == (u32) (dev->class >> f->class_shift) || in pci_do_fixups() 65 f->class == (u32) PCI_ANY_ID) && in pci_do_fixups() 66 (f->vendor == dev->vendor || in pci_do_fixups() 67 f->vendor == (u16) PCI_ANY_ID) && in pci_do_fixups() 68 (f->device == dev->device || in pci_do_fixups() 69 f->device == (u16) PCI_ANY_ID)) { in pci_do_fixups() [all …]
|
/Linux-v6.1/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|
/Linux-v6.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_reg.h | 3 * Copyright (c) 2007-2013 Broadcom Corporation 13 * R - Read only 14 * RC - Clear on read 15 * RW - Read/Write 16 * ST - Statistics register (clear on read) 17 * W - Write only 18 * WB - Wide bus register - the size is over 32 bits and it should be 20 * WR - Write Clear (write 1 to clear the bit) 32 /* [RW 1] Initiate the ATC array - reset all the valid bits */ 56 * BRB1_IND_FREE_LIST_PRS_CRDT+2 initialize parser initial credit. Warning - [all …]
|