/linux-6.8/Documentation/hwmon/ |
D | coretemp.rst | 11 - 0xe (Pentium M DC), 0xf (Core 2 DC 65nm), 12 - 0x16 (Core 2 SC 65nm), 0x17 (Penryn 45nm), 13 - 0x1a (Nehalem), 0x1c (Atom), 0x1e (Lynnfield), 14 - 0x26 (Tunnel Creek Atom), 0x27 (Medfield Atom), 15 - 0x36 (Cedar Trail Atom) 19 Intel 64 and IA-32 Architectures Software Developer's Manual 27 ----------- 30 inside Intel CPUs. This driver can read both the per-core and per-package 31 temperature using the appropriate sensors. The per-package sensor is new; 37 1 degree C. Valid temperatures are from 0 to TjMax degrees C, because [all …]
|
/linux-6.8/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc_coefs.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/drivers/video/omap2/dss/dispc_coefs.c 5 * Copyright (C) 2011 Texas Instruments 16 { 0, -4, 123, 9, 0 }, 17 { 0, -4, 108, 24, 0 }, 18 { 0, -2, 87, 43, 0 }, 20 { 0, 43, 87, -2, 0 }, 21 { 0, 24, 108, -4, 0 }, 22 { 0, 9, 123, -4, 0 }, 28 { 0, -2, 100, 30, 0 }, [all …]
|
/linux-6.8/tools/testing/selftests/hid/tests/ |
D | test_multitouch.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 5 # Copyright (c) 2017 Benjamin Tissoires <benjamin.tissoires@gmail.com> 6 # Copyright (c) 2017 Red Hat, Inc. 20 KERNEL_MODULE = ("hid-multitouch", "hid_multitouch") 310 Unit Exponent (-1) 335 Unit Exponent (-4) 378 Unit Exponent (-1) 397 Unit Exponent (-4) 442 Unit Exponent (-1) [all …]
|
D | test_tablet.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 5 # Copyright (c) 2021 Benjamin Tissoires <benjamin.tissoires@gmail.com> 6 # Copyright (c) 2021 Red Hat, Inc. 42 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 95 def from_evdev(cls, evdev) -> "PenState": 127 def apply(self, events: List[libevdev.InputEvent], strict: bool) -> "PenState": 177 def valid_transitions(self) -> Tuple["PenState", ...]: 256 def historically_tolerated_transitions(self) -> Tuple["PenState", ...]: 258 for skipping the in-range state, due to historical reasons. [all …]
|
/linux-6.8/drivers/gpu/drm/omapdrm/dss/ |
D | dispc_coefs.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 14 { 0, -4, 123, 9, 0 }, 15 { 0, -4, 108, 24, 0 }, 16 { 0, -2, 87, 43, 0 }, 18 { 0, 43, 87, -2, 0 }, 19 { 0, 24, 108, -4, 0 }, 20 { 0, 9, 123, -4, 0 }, 26 { 0, -2, 100, 30, 0 }, 27 { 0, -2, 83, 47, 0 }, [all …]
|
/linux-6.8/arch/arm64/boot/dts/renesas/ |
D | rzg2lc-smarc-pinfunction.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 5 * Copyright (C) 2021 Renesas Electronics Corp. 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h> 12 pinctrl-0 = <&sound_clk_pins>; 13 pinctrl-names = "default"; 16 /* SW8 should be at position 2->1 */ 24 /* SW8 should be at position 2->3 so that GPIO9_CAN1_STB line is activated */ 25 can1-stb-hog { 26 gpio-hog; [all …]
|
D | rzg2l-smarc-pinfunction.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 5 * Copyright (C) 2021 Renesas Electronics Corp. 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h> 12 pinctrl-0 = <&sound_clk_pins>; 13 pinctrl-names = "default"; 20 /* SW7 should be at position 2->3 so that GPIO8_CAN0_STB line is activated */ 21 can0-stb-hog { 22 gpio-hog; 24 output-low; [all …]
|
/linux-6.8/drivers/media/tuners/ |
D | qt1010_priv.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Copyright (C) 2006 Antti Palosaari <crope@iki.fi> 24 09 10 ? changes every 8/24 MHz; values 1d/1c 26 0b 41 ? changes every 2/2 MHz; values 45/45 27 0c e1 ? 30 0f 2c ? 43 1c 89 ? 45 1e 00 ? looks like operation register; write cmd here, read result from 1f-26 59 2c ea ?
|
/linux-6.8/tools/testing/selftests/net/forwarding/ |
D | router_mpath_nh.sh | 2 # SPDX-License-Identifier: GPL-2.0 16 vrf_create "vrf-h1" 17 ip link set dev $h1 master vrf-h1 19 ip link set dev vrf-h1 up 25 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1 26 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1 31 ip route del 2001:db8:2::/64 vrf vrf-h1 32 ip route del 198.51.100.0/24 vrf vrf-h1 38 vrf_destroy "vrf-h1" 43 vrf_create "vrf-h2" [all …]
|
D | router_multipath.sh | 2 # SPDX-License-Identifier: GPL-2.0 10 vrf_create "vrf-h1" 11 ip link set dev $h1 master vrf-h1 13 ip link set dev vrf-h1 up 19 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1 20 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1 25 ip route del 2001:db8:2::/64 vrf vrf-h1 26 ip route del 198.51.100.0/24 vrf vrf-h1 32 vrf_destroy "vrf-h1" 37 vrf_create "vrf-h2" [all …]
|
D | gre_multipath_nh_res.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 # +-------------------------+ 12 # +-------------------|-----+ 14 # +-------------------|------------------------+ 22 # | rem=192.0.2.66 --. rem=192.0.2.82 --. | 24 # | .------------------' | | 25 # | | .------------------' | 33 # +------------|-------------------------------+ 35 # +------------|-------------------------------+ 43 # | | '------------------. | [all …]
|
D | gre_multipath_nh.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 # +-------------------------+ 12 # +-------------------|-----+ 14 # +-------------------|------------------------+ 22 # | rem=192.0.2.66 --. rem=192.0.2.82 --. | 24 # | .------------------' | | 25 # | | .------------------' | 33 # +------------|-------------------------------+ 35 # +------------|-------------------------------+ 43 # | | '------------------. | [all …]
|
/linux-6.8/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
D | ia_css_ctc_table.host.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright (c) 2015, Intel Corporation. 58 53, 51, 49, 49, 47, 45, 45, 45,
|
/linux-6.8/drivers/video/fbdev/i810/ |
D | i810_gtf.c | 1 /*-*- linux-c -*- 2 * linux/drivers/video/i810_main.h -- Intel 810 Non-discrete Video Timings 5 * Copyright (C) 2001 Antonino Daplas<adaplas@pol.net> 20 * FIFO and Watermark tables - based almost wholly on i810_wmark.c in 33 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22008000 }, 47 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22009000 }, 61 { 40, 0x2210c000 }, { 45, 0x2210c000 }, { 49, 0x22111000 }, 74 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22008000 }, 88 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22009000 }, 102 { 40, 0x2210c000 }, { 45, 0x2210c000 }, { 49, 0x22111000 }, [all …]
|
/linux-6.8/arch/alpha/kernel/ |
D | sys_dp264.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * linux/arch/alpha/kernel/sys_dp264.c 5 * Copyright (C) 1995 David A Rusling 6 * Copyright (C) 1996, 1999 Jay A Estabrook 7 * Copyright (C) 1998, 1999 Richard Henderson 9 * Modified by Christopher C. Chimelis, 2001 to 68 dim0 = &cchip->dim0.csr; in tsunami_update_irq_hw() 69 dim1 = &cchip->dim1.csr; in tsunami_update_irq_hw() 70 dim2 = &cchip->dim2.csr; in tsunami_update_irq_hw() 71 dim3 = &cchip->dim3.csr; in tsunami_update_irq_hw() [all …]
|
/linux-6.8/Documentation/arch/s390/ |
D | s390dbf.rst | 6 - arch/s390/kernel/debug.c 7 - arch/s390/include/asm/debug.h 10 ------------ 24 ------- 26 feature with the function call :c:func:`debug_register()`. 31 which are written by event- and exception-calls. 33 An event-call writes the specified debug entry to the active debug 39 An exception-call writes the specified debug entry to the log and 48 There are four versions for the event- and exception-calls: One for 50 and one for sprintf-like formatted strings. [all …]
|
/linux-6.8/drivers/gpu/drm/panel/ |
D | panel-mantix-mlaf057we51.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Mantix MLAF057WE51 5.7" MIPI-DSI panel driver 5 * Copyright (C) Purism SPC 2020 11 #include <linux/media-bus-format.h> 22 #define DRV_NAME "panel-mantix-mlaf057we51" 50 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in mantix_init_sequence() 51 struct device *dev = ctx->dev; in mantix_init_sequence() 77 struct device *dev = ctx->dev; in mantix_enable() 83 dev_err(ctx->dev, "Panel init sequence failed: %d\n", ret); in mantix_enable() 111 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in mantix_disable() [all …]
|
/linux-6.8/drivers/cpufreq/ |
D | longhaul.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * (C) 2003 Dave Jones. 6 * VIA-specific information 59 -1, /* 0000 -> RESERVED */ 60 30, /* 0001 -> 3.0x */ 61 40, /* 0010 -> 4.0x */ 62 -1, /* 0011 -> RESERVED */ 63 -1, /* 0100 -> RESERVED */ 64 35, /* 0101 -> 3.5x */ 65 45, /* 0110 -> 4.5x */ [all …]
|
D | powernow-k6.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * (C) 2000-2003 Dave Jones, Arjan van de Ven, Janne Pänkälä, 33 MODULE_PARM_DESC(max_multiplier, "Maximum multiplier (allowed values: 20 30 35 40 45 50 55 60)"); 38 /* Clock ratio multiplied by 10 - see table 27 in AMD#23446 */ 40 {0, 60, /* 110 -> 6.0x */ 0}, 41 {0, 55, /* 011 -> 5.5x */ 0}, 42 {0, 50, /* 001 -> 5.0x */ 0}, 43 {0, 45, /* 000 -> 4.5x */ 0}, 44 {0, 40, /* 010 -> 4.0x */ 0}, 45 {0, 35, /* 111 -> 3.5x */ 0}, [all …]
|
/linux-6.8/tools/testing/selftests/net/hsr/ |
D | hsr_ping.sh | 2 # SPDX-License-Identifier: GPL-2.0 11 echo -e "\t-4: IPv4 only: disable IPv6 tests (default: test both IPv4 and IPv6)" 31 rndh=$(printf %x $sec)-$(mktemp -u XXXXXX) 32 ns1="ns1-$rndh" 33 ns2="ns2-$rndh" 34 ns3="ns3-$rndh" 47 [ -z "${1##*:*}" ] 54 local ping_args="-q -c 2" 58 ping_args="${ping_args} -6" 62 if [ $? -ne 0 ] ; then [all …]
|
/linux-6.8/arch/riscv/boot/dts/starfive/ |
D | jh7110-pinfunc.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */ 3 * Copyright (C) 2022 Emil Renner Berthing <kernel@esmil.dk> 4 * Copyright (C) 2022 StarFive Technology Co., Ltd. 12 * | 31 - 24 | 23 - 16 | 15 - 10 | 9 - 8 | 7 - 0 | 19 * gpio nr: gpio number, 0 - 63 75 #define GPOUT_SYS_TRACE_DATA3 45 195 #define GPOEN_SYS_SPI5_NSSP 45 255 #define GPI_SYS_SDIO1_DATA0 45
|
/linux-6.8/drivers/auxdisplay/ |
D | hd44780.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2000-2008, Willy Tarreau <w@1wt.eu> 6 * Copyright (C) 2016-2017 Glider bvba 43 struct hd44780_common *hdc = lcd->drvdata; in hd44780_backlight() 44 struct hd44780 *hd = hdc->hd44780; in hd44780_backlight() 46 if (hd->pins[PIN_CTRL_BL]) in hd44780_backlight() 47 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_BL], on); in hd44780_backlight() 55 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_E], 1); in hd44780_strobe_gpio() 60 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_E], 0); in hd44780_strobe_gpio() 66 DECLARE_BITMAP(values, 10); /* for DATA[0-7], RS, RW */ in hd44780_write_gpio8() [all …]
|
/linux-6.8/arch/riscv/boot/dts/microchip/ |
D | mpfs-tysom-m.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Original all-in-one devicetree: 4 * Copyright (C) 2020-2022 - Aldec 6 * Copyright (C) 2022 - Conor Dooley <conor.dooley@microchip.com> 9 /dts-v1/; 12 #include "mpfs-tysom-m-fabric.dtsi" 15 model = "Aldec TySOM-M-MPFS250T-REV2"; 16 compatible = "aldec,tysom-m-mpfs250t-rev2", "microchip,mpfs"; 31 stdout-path = "serial1:115200n8"; 47 compatible = "gpio-leds"; [all …]
|
/linux-6.8/Documentation/fault-injection/ |
D | nvme-fault-injection.rst | 17 --------------------------------------------------- 34 CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.15.0-rc8+ #2 68 EXT4-fs error (device nvme0n1): ext4_find_entry:1436: 72 ------------------------------------------------ 92 CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.15.0-rc8+ #4 123 ------------------------------------------------------ 142 CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.2.0-rc2+ #2 143 Hardware name: MSI MS-7A45/B150M MORTAR ARCTIC (MS-7A45), BIOS 1.50 04/25/2017 160 …74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 69 03 00 00 31 ff e8 62 aa 8c ff fb 66 0f 1f 44 00 00 <4…
|
/linux-6.8/include/acpi/ |
D | acuuid.h | 1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ 4 * Name: acuuid.h - ACPI-related UUID/GUID definitions 6 * Copyright (C) 2000 - 2023, Intel Corp. 21 #define UUID_GPIO_CONTROLLER "4f248f40-d5e2-499f-834c-27758ea1cd3f" 22 #define UUID_USB_CONTROLLER "ce2ee385-00e6-48cb-9f05-2edb927c4899" 23 #define UUID_SATA_CONTROLLER "e4db149b-fcfe-425b-a6d8-92357d78fc7f" 27 #define UUID_PCI_HOST_BRIDGE "33db4d5b-1ff7-401c-9657-7441c03dd766" 28 #define UUID_I2C_DEVICE "3cdff6f7-4267-4555-ad05-b30a3d8938de" 29 #define UUID_POWER_BUTTON "dfbcf3c5-e7a5-44e6-9c1f-29c76f6e059c" 30 #define UUID_MEMORY_DEVICE "03b19910-f473-11dd-87af-0800200c9a66" [all …]
|