/linux-6.14.4/drivers/ptp/ |
D | ptp_ocp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 13 #include <linux/clk-provider.h> 15 #include <linux/platform_data/i2c-xiic.h> 16 #include <linux/platform_data/i2c-ocores.h> 24 #include <linux/nvmem-consumer.h> 409 static int ptp_ocp_signal_from_perout(struct ptp_ocp *bp, int gen, 437 (void *)((uintptr_t)(bp) + (map)->bp_offset); \ 453 uintptr_t addr = (uintptr_t)(bp) + (res)->bp_offset; \ 493 -- 650 .name = "xiic-i2c", [all …]
|
/linux-6.14.4/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 1 #!/bin/awk -f 2 # SPDX-License-Identifier: GPL-2.0 3 # gen-insn-attr-x86.awk: Instruction attribute table generator 6 # Usage: awk -f gen-insn-attr-x86.awk x86-opcode-map.txt > inat-tables.c 11 return "Your awk has a printf-format problem." 21 eid = -1 # escape id 22 gid = -1 # group id 23 aid = -1 # AVX id 37 print "/* x86 opcode map generated from x86-opcode-map.txt */" 46 opnd_expr = "^[A-Za-z/]" [all …]
|
/linux-6.14.4/tools/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 1 #!/bin/awk -f 2 # SPDX-License-Identifier: GPL-2.0 3 # gen-insn-attr-x86.awk: Instruction attribute table generator 6 # Usage: awk -f gen-insn-attr-x86.awk x86-opcode-map.txt > inat-tables.c 11 return "Your awk has a printf-format problem." 21 eid = -1 # escape id 22 gid = -1 # group id 23 aid = -1 # AVX id 37 print "/* x86 opcode map generated from x86-opcode-map.txt */" 46 opnd_expr = "^[A-Za-z/]" [all …]
|
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/ |
D | imx6-logicpd-baseboard.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 7 compatible = "gpio-keys"; 9 button-0 { 13 debounce-interval = <10>; 14 wakeup-source; 17 button-1 { 21 debounce-interval = <10>; 22 wakeup-source; 25 button-2 { 29 debounce-interval = <10>; [all …]
|
/linux-6.14.4/drivers/scsi/elx/libefc_sli/ |
D | sli4.c | 1 // SPDX-License-Identifier: GPL-2.0 8 * All common (i.e. transport-independent) SLI-4 functions are implemented 35 * sli_config_cmd_init() - Write a SLI_CONFIG command to the provided buffer. 40 * @dma: DMA buffer for non-embedded commands. 50 if (length > sizeof(config->payload.embed) && !dma) { in sli_config_cmd_init() 60 config->hdr.command = SLI4_MBX_CMD_SLI_CONFIG; in sli_config_cmd_init() 63 config->dw1_flags = cpu_to_le32(flags); in sli_config_cmd_init() 64 config->payload_len = cpu_to_le32(length); in sli_config_cmd_init() 65 return config->payload.embed; in sli_config_cmd_init() 70 config->dw1_flags = cpu_to_le32(flags); in sli_config_cmd_init() [all …]
|
/linux-6.14.4/drivers/phy/st/ |
D | phy-miphy28lp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 25 #include <dt-bindings/phy/phy.h> 171 * 0: 30MHz crystal clk - 1: 100MHz ext clk routed through MiPHY1 173 * 1: 30MHz crystal clk - 0: 100MHz ext clk routed through MiPHY1 233 static char *PHY_TYPE_name[] = { "sata-up", "pcie-up", "", "usb3-up" }; 362 void __iomem *base = miphy_phy->base; in miphy28lp_set_reset() 373 /* Bringing the MIPHY-CPU registers out of reset */ in miphy28lp_set_reset() 374 if (miphy_phy->type == PHY_TYPE_PCIE) { in miphy28lp_set_reset() 386 void __iomem *base = miphy_phy->base; in miphy28lp_pll_calibration() 391 writeb_relaxed(pll_ratio->clk_ref, base + MIPHY_PLL_CLKREF_FREQ); in miphy28lp_pll_calibration() [all …]
|
/linux-6.14.4/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 bpftool-gen 6 ------------------------------------------------------------------------------- 7 tool for BPF code-generation 8 ------------------------------------------------------------------------------- 17 **bpftool** [*OPTIONS*] **gen** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| | { **-L** | **--use-loader** } } 23 GEN COMMANDS 26 | **bpftool** **gen object** *OUTPUT_FILE* *INPUT_FILE* [*INPUT_FILE*...] 27 | **bpftool** **gen skeleton** *FILE* [**name** *OBJECT_NAME*] [all …]
|
/linux-6.14.4/sound/pci/hda/ |
D | patch_conexant.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * Tobin Davis <tdavis@dsl-only.net> 25 struct hda_gen_spec gen; member 63 spec->gen.beep_nid = nid; in set_beep_amp() 65 knew = snd_hda_gen_add_kctl(&spec->gen, NULL, in set_beep_amp() 68 return -ENOMEM; in set_beep_amp() 69 knew->private_value = beep_amp; in set_beep_amp() 76 struct conexant_spec *spec = codec->spec; in cx_auto_parse_beep() 95 struct conexant_spec *spec = codec->spec; in cx_auto_parse_eapd() 103 spec->eapds[spec->num_eapds++] = nid; in cx_auto_parse_eapd() [all …]
|
D | patch_analog.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (c) 2005-2007 Takashi Iwai <[email protected]> 23 struct hda_gen_spec gen; member 44 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */ 52 struct ad198x_spec *spec = codec->spec; in create_beep_ctls() 55 if (!spec->beep_amp) in create_beep_ctls() 58 for (knew = ad_beep_mixer ; knew->name; knew++) { in create_beep_ctls() 63 return -ENOMEM; in create_beep_ctls() 64 kctl->private_value = spec->beep_amp; in create_beep_ctls() 80 !codec->inv_eapd ? 0x00 : 0x02); in ad198x_power_eapd_write() [all …]
|
D | patch_realtek.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 38 /* extra amp-initialization sequence types */ 84 struct hda_gen_spec gen; /* must be at head */ member 147 struct alc_spec *spec = codec->spec; in coef_mutex_lock() 150 mutex_lock(&spec->coef_mutex); in coef_mutex_lock() 155 struct alc_spec *spec = codec->spec; in coef_mutex_unlock() 157 mutex_unlock(&spec->coef_mutex); in coef_mutex_unlock() 209 if (val != -1) in __alc_update_coefex_idx() 229 struct alc_spec *spec = codec->spec; in alc_get_coef0() 231 if (!spec->coef0) in alc_get_coef0() [all …]
|
/linux-6.14.4/drivers/edac/ |
D | mce_amd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 37 static const char * const tt_msgs[] = { "INSN", "DATA", "GEN", "RESV" }; 40 static const char * const ll_msgs[] = { "RESV", "L1", "L2", "L3/GEN" }; 44 "GEN", "RD", "WR", "DRD", "DWR", "IRD", "PRF", "EV", "SNP" 48 const char * const pp_msgs[] = { "SRC", "RES", "OBS", "GEN" }; 55 static const char * const ii_msgs[] = { "MEM", "RESV", "IO", "GEN" }; 71 "PFB non-cacheable bit parity error", 101 "Link-defined sync error packets detected on HT link", 290 u16 ec = EC(m->status); in decode_mc0_mce() 291 u8 xec = XEC(m->status, xec_mask); in decode_mc0_mce() [all …]
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 7 subdir-ccflags-y += $(call cc-option, -Wformat-truncation) 9 # Enable -Werror in CI and development 10 subdir-ccflags-$(CONFIG_DRM_XE_WERROR) += -Werror 12 subdir-ccflags-y += -I$(obj) -I$(src) 18 quiet_cmd_wa_oob = GEN $(notdir $(generated_oob)) 19 cmd_wa_oob = mkdir -p $(@D); $^ $(generated_oob) 28 xe-y += xe_bb.o \ 119 xe-$(CONFIG_HMM_MIRROR) += xe_hmm.o 122 xe-$(CONFIG_HWMON) += xe_hwmon.o [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 22 PKG_CONFIG ?= $(CROSS_COMPILE)pkg-config 25 GENFLAGS := -DHAVE_GENHDR 28 BPF_GCC ?= $(shell command -v bpf-gcc;) 32 OPT_FLAGS ?= $(if $(RELEASE),-O2,-O0) 34 LIBELF_CFLAGS := $(shell $(PKG_CONFIG) libelf --cflags 2>/dev/null) 35 LIBELF_LIBS := $(shell $(PKG_CONFIG) libelf --libs 2>/dev/null || echo -lelf) 44 CFLAGS += -g $(OPT_FLAGS) -rdynamic -std=gnu11 \ 45 -Wall -Werror -fno-omit-frame-pointer \ 47 -I$(CURDIR) -I$(INCLUDE_DIR) -I$(GENDIR) -I$(LIBDIR) \ [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/freescale/ |
D | imx8qm-mek.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright 2018-2019 NXP 7 /dts-v1/; 9 #include <dt-bindings/usb/pd.h> 14 compatible = "fsl,imx8qm-mek", "fsl,imx8qm"; 17 stdout-path = &lpuart0; 21 /delete-node/ cpu-map; 22 /delete-node/ cpu@100; 23 /delete-node/ cpu@101; 26 thermal-zones { [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/leds/backlight/ |
D | qcom-wled.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <[email protected]> 11 - Kiran Gunda <[email protected]> 21 - qcom,pm8941-wled 22 - qcom,pmi8950-wled 23 - qcom,pmi8994-wled 24 - qcom,pmi8998-wled [all …]
|
/linux-6.14.4/drivers/hid/ |
D | hid-wiimote-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (c) 2011-2013 David Herrmann <[email protected]> 17 #include "hid-ids.h" 18 #include "hid-wiimote.h" 28 if (!hdev->ll_driver->output_report) in wiimote_hid_send() 29 return -ENODEV; in wiimote_hid_send() 33 return -ENOMEM; in wiimote_hid_send() 50 spin_lock_irqsave(&wdata->queue.lock, flags); in wiimote_queue_worker() 52 while (wdata->queue.head != wdata->queue.tail) { in wiimote_queue_worker() 53 spin_unlock_irqrestore(&wdata->queue.lock, flags); in wiimote_queue_worker() [all …]
|
/linux-6.14.4/drivers/usb/host/ |
D | pci-quirks.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Some of it includes work-arounds for PCI hardware and BIOS quirks. 5 * It may need to run early during booting -- before USB would normally 6 * initialize -- to ensure that Linux doesn't use any legacy modes. 22 #include "pci-quirks.h" 23 #include "xhci-ext-caps.h" 129 enum amd_chipset_gen gen; member 146 * amd_chipset_sb_type_init - initialize amd chipset southbridge type 156 pinfo->sb_type.gen = AMD_CHIPSET_UNKNOWN; in amd_chipset_sb_type_init() 158 pinfo->smbus_dev = pci_get_device(PCI_VENDOR_ID_ATI, in amd_chipset_sb_type_init() [all …]
|
/linux-6.14.4/include/linux/ceph/ |
D | osd_client.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 30 #define CEPH_HOMELESS_OSD -1 35 * Note that these come from the OSD as little-endian values. On BE arches, 36 * we convert them in-place after receipt. 53 * A SPARSE_READ reply is a 32-bit count of extents, followed by an array of 54 * 64-bit offset/length pairs, and then all of the actual file data 177 u32 gen; member 235 /* an in-flight request */ 386 hoid->hash_reverse_bits = bitrev32(hoid->hash); in ceph_hoid_build_hash_cache() 390 * PG-wide backoff: [begin, end) [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra194-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/nvidia,tegra194-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <[email protected]> 11 - Jon Hunter <[email protected]> 12 - Vidya Sagar <[email protected]> 16 inherits all the common properties defined in snps,dw-pcie.yaml. Some of 20 See nvidia,tegra194-pcie-ep.yaml for details on the Endpoint mode device 26 - nvidia,tegra194-pcie [all …]
|
/linux-6.14.4/tools/lib/bpf/ |
D | libbpf.c | 1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 6 * Copyright (C) 2013-2015 Alexei Starovoitov <[email protected]> 70 #pragma GCC diagnostic ignored "-Wformat-nonliteral" 223 [BPF_PROG_TYPE_EXT] = "ext", 298 if (err != -EPERM || geteuid() != 0) in pr_perm_msg() 315 pr_warn("permission error while running as root; try raising 'ulimit -l'? current value: %s\n", in pr_perm_msg() 331 fd = -1; \ 342 /* as of v1.0 libbpf_set_strict_mode() is a no-op */ in libbpf_set_strict_mode() 388 /* stored as sec_def->cookie for all libbpf-supported SEC()s */ 407 /* BPF program support non-linear XDP buffer */ [all …]
|
/linux-6.14.4/Documentation/netlink/specs/ |
D | rt_link.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: rt-link 4 protocol: netlink-raw 11 - 12 name: ifinfo-flags 15 - 17 - 19 - 21 - 23 - [all …]
|
/linux-6.14.4/mm/ |
D | vmscan.c | 1 // SPDX-License-Identifier: GPL-2.0 31 #include <linux/backing-dev.h> 45 #include <linux/memory-tiers.h> 189 if ((_folio)->lru.prev != _base) { \ 192 prev = lru_to_folio(&(_folio->lru)); \ 193 prefetchw(&prev->_field); \ 210 return sc->target_mem_cgroup; in cgroup_reclaim() 219 return !sc->target_mem_cgroup || mem_cgroup_is_root(sc->target_mem_cgroup); in root_reclaim() 223 * writeback_throttling_sane - is the usual dirty throttling mechanism available? 248 if (sc->proactive && sc->proactive_swappiness) in sc_swappiness() [all …]
|
/linux-6.14.4/arch/x86/kvm/mmu/ |
D | mmu.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Kernel-based Virtual Machine driver for Linux 5 * This module enables machines with Intel VT-x extensions to run virtual 57 #include <asm/spec-ctrl.h> 64 int __read_mostly nx_huge_pages = -1; 100 * When setting this variable to true it enables Two-Dimensional-Paging 102 * 1. the guest-virtual to guest-physical 103 * 2. while doing 1. it walks guest-physical to host-physical 203 return !!(regs->reg & flag); \ 225 return !!(mmu->cpu_role. base_or_ext . reg##_##name); \ [all …]
|
/linux-6.14.4/tools/perf/Documentation/ |
D | perf-script.txt | 1 perf-script(1) 5 ---- 6 perf-script - Read perf.data (created by perf record) and display trace output 9 -------- 12 'perf script' [<options>] record <script> [<record-options>] <command> 13 'perf script' [<options>] report <script> [script-args] 14 'perf script' [<options>] <script> <required-script-args> [<record-options>] <command> 15 'perf script' [<options>] <top-script> [script-args] 18 ----------- 26 You can also run a set of pre-canned scripts that aggregate and [all …]
|
/linux-6.14.4/drivers/net/ethernet/intel/idpf/ |
D | virtchnl2_lan_desc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 207 * struct virtchnl2_splitq_rx_buf_desc - SplitQ RX buffer descriptor format 219 * ---------------------------------------------------------------- 221 * ---------------------------------------------------------------- 223 * ---------------------------------------------------------------- 225 * ---------------------------------------------------------------- 227 * ---------------------------------------------------------------- 242 * struct virtchnl2_singleq_rx_buf_desc - SingleQ RX buffer descriptor format. 250 * ---------------------------------------------------------------- 252 * ---------------------------------------------------------------- [all …]
|