/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | xlnx,clocking-wizard.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/clock/xlnx,clocking-wizard.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 10 - Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> 20 - xlnx,clocking-wizard 21 - xlnx,clocking-wizard-v5.2 22 - xlnx,clocking-wizard-v6.0 28 "#clock-cells": 33 - description: clock input [all …]
|
/Linux-v6.1/drivers/hwmon/ |
D | pc87427.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * pc87427.c - hardware monitoring driver for the 4 * National Semiconductor PC87427 Super-I/O chip 10 * PC87427 - 8 4 6 0xF2 13 * Only fans are fully supported so far. Temperatures are in read-only 25 #include <linux/hwmon-sysfs.h> 79 * Super-I/O registers and operations 104 return -EBUSY; in superio_enter() 133 #define BANK_FM(nr) (nr) argument 134 #define BANK_FT(nr) (0x08 + (nr)) argument [all …]
|
D | abituguru.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * abituguru.c Copyright (c) 2005-2006 Hans de Goede <hdegoede@redhat.com> 23 #include <linux/hwmon-sysfs.h> 32 /* max nr of sensors in bank1, a bank1 sensor can be in, temp or nc */ 38 /* max nr of sensors in bank2, currently mb's with max 6 fans are known */ 40 /* max nr of pwm outputs, currently mb's with max 5 pwm outputs are known */ 64 * of the time it will reach this status within 30 - 90 ISA reads, and thus we 125 /* Two i/o-ports are used by uGuru */ 143 * correspond to 300-3000 RPM 165 static int bank1_types[ABIT_UGURU_MAX_BANK1_SENSORS] = { -1, -1, -1, -1, -1, [all …]
|
D | adm1026.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * adm1026.c - Part of lm_sensors, Linux kernel modules for hardware 19 #include <linux/hwmon-sysfs.h> 20 #include <linux/hwmon-vid.h> 27 static int gpio_input[17] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, 28 -1, -1, -1, -1, -1, -1, -1, -1 }; 29 static int gpio_output[17] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, 30 -1, -1, -1, -1, -1, -1, -1, -1 }; 31 static int gpio_inverted[17] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, 32 -1, -1, -1, -1, -1, -1, -1, -1 }; [all …]
|
D | nct6683.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * nct6683 - Driver for the hardware monitoring functionality of 6 * Copyright (C) 2013 Guenter Roeck <linux@roeck-us.net> 9 * Copyright (C) 2012, 2013 Guenter Roeck <linux@roeck-us.net> 31 #include <linux/hwmon-sysfs.h> 58 * Super-I/O constants and functions 104 return -EBUSY; in superio_enter() 296 /* ------------------------------------------------------- */ 353 u8 nr; member 358 bool s2; /* true if both index and nr are used */ [all …]
|
D | lm85.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * lm85.c - Part of lm_sensors, Linux kernel modules for hardware 7 * Copyright (c) 2003 Margit Schubert-While <margitsw@t-online.de> 9 * Copyright (C) 2007--2014 Jean Delvare <jdelvare@suse.de> 21 #include <linux/hwmon-vid.h> 22 #include <linux/hwmon-sysfs.h> 38 #define LM85_REG_IN(nr) (0x20 + (nr)) argument 39 #define LM85_REG_IN_MIN(nr) (0x44 + (nr) * 2) argument 40 #define LM85_REG_IN_MAX(nr) (0x45 + (nr) * 2) argument 42 #define LM85_REG_TEMP(nr) (0x25 + (nr)) argument [all …]
|
D | w83792d.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * w83792d.c - Part of lm_sensors, Linux kernel modules for hardware 13 * calculation method to in6-in7(measured value, limits) is a little 30 #include <linux/hwmon-sysfs.h> 153 0x87, /* (bit3-0)SmartFan Fan1 tolerance */ 154 0x87, /* (bit7-4)SmartFan Fan2 tolerance */ 155 0x97 /* (bit3-0)SmartFan Fan3 tolerance */ 174 { 0x88, /* (bit3-0) SmartFanII: Fan1 Non-Stop */ 175 0x88, /* (bit7-4) SmartFanII: Fan1 Level 1 */ 176 0xE0, /* (bit7-4) SmartFanII: Fan1 Level 2 */ [all …]
|
D | lm93.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * lm93.c - Part of lm_sensors, Linux kernel modules for hardware monitoring 13 * Copyright (c) 2003 Margit Schubert-While <margitsw@t-online.de> 16 * Copyright (c) 2003-2004 Jean Delvare <jdelvare@suse.de> 33 #include <linux/hwmon-sysfs.h> 34 #include <linux/hwmon-vid.h> 51 /* voltage inputs: in1-in16 (nr => 0-15) */ 52 #define LM93_REG_IN(nr) (0x56 + (nr)) argument 53 #define LM93_REG_IN_MIN(nr) (0x90 + (nr) * 2) argument 54 #define LM93_REG_IN_MAX(nr) (0x91 + (nr) * 2) argument [all …]
|
D | vt1211.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * vt1211.c - driver for the VIA VT1211 Super-I/O chip integrated hardware 19 #include <linux/hwmon-sysfs.h> 20 #include <linux/hwmon-vid.h> 27 static int uch_config = -1; 31 static int int_mode = -1; 43 /* --------------------------------------------------------------------- 49 * -------- ------------ --------- -------------------------- 59 * --------------------------------------------------------------------- */ 61 /* Voltages (in) numbered 0-5 (ix) */ [all …]
|
/Linux-v6.1/drivers/i2c/busses/ |
D | i2c-acorn.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * - PCF8583 real time clock & static RAM 12 #include <linux/i2c-algo-bit.h> 23 * We must preserve all non-i2c output bits in IOC_CONTROL. 25 * SDA outputs as well (which may be different from the 80 .nr = 0,
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | io_64.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 11 #include <asm-generic/pci_iomap.h> 73 : /* no outputs */ in __raw_writeb() 81 : /* no outputs */ in __raw_writew() 89 : /* no outputs */ in __raw_writel() 97 : /* no outputs */ in __raw_writeq() 161 : /* no outputs */ in writeb() 171 : /* no outputs */ in writew() 181 : /* no outputs */ in writel() 191 : /* no outputs */ in writeq() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | samsung,exynos4210-combiner.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/samsung,exynos4210-combiner.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 19 interrupt sources can be connected to a combiner. The combiner outputs one 26 combiners. For example, a 32-bit interrupt enable/disable config register can 31 - $ref: /schemas/interrupt-controller.yaml# 35 const: samsung,exynos4210-combiner 37 interrupt-controller: true [all …]
|
/Linux-v6.1/tools/perf/util/ |
D | data-convert-json.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include "data-convert.h" 37 // Outputs a JSON-encoded string surrounded by quotes with characters escaped. 67 // Outputs an optional comma, newline and indentation to delimit a new value 80 // Outputs a printf format string (with delimiter) as a JSON value. 92 // Outputs a JSON key-value pair where the value is a string. 102 // Outputs a JSON key-value pair where the value is a printf format string. 121 FILE *out = c->out; in output_sample_callchain_entry() 126 if (al && al->sym && al->sym->namelen) { in output_sample_callchain_entry() 128 output_json_key_string(out, false, 5, "symbol", al->sym->name); in output_sample_callchain_entry() [all …]
|
/Linux-v6.1/drivers/net/ethernet/sfc/falcon/ |
D | falcon_boards.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright 2007-2012 Solarflare Communications Inc. 52 #define LM87_IN_LIMITS(nr, _min, _max) \ argument 53 0x2B + (nr) * 2, _max, 0x2C + (nr) * 2, _min 54 #define LM87_AIN_LIMITS(nr, _min, _max) \ argument 55 0x3B + (nr), _max, 0x1A + (nr), _min 91 struct i2c_client *client = i2c_new_client_device(&board->i2c_adap, info); in ef4_init_lm87() 97 /* Read-to-clear alarm/interrupt status */ in ef4_init_lm87() 108 board->hwmon_client = client; in ef4_init_lm87() 118 i2c_unregister_device(falcon_board(efx)->hwmon_client); in ef4_fini_lm87() [all …]
|
/Linux-v6.1/arch/alpha/boot/ |
D | main.c | 1 // SPDX-License-Identifier: GPL-2.0 22 extern unsigned long switch_to_osf_pal(unsigned long nr, 48 * This function moves into OSF/1 pal-code, and has a temporary 53 * code has the L1 page table identity-map itself in the second PTE 54 * in the L1 page table. Thus the L1-page is virtually addressable 69 pcb_va->ksp = 0; in pal_init() 70 pcb_va->usp = 0; in pal_init() 71 pcb_va->ptbr = L1[1] >> 32; in pal_init() 72 pcb_va->asn = 0; in pal_init() 73 pcb_va->pcc = 0; in pal_init() [all …]
|
D | bootp.c | 1 // SPDX-License-Identifier: GPL-2.0 25 extern unsigned long switch_to_osf_pal(unsigned long nr, 54 * This function moves into OSF/1 pal-code, and has a temporary 59 * code has the L1 page table identity-map itself in the second PTE 60 * in the L1 page table. Thus the L1-page is virtually addressable 75 pcb_va->ksp = 0; in pal_init() 76 pcb_va->usp = 0; in pal_init() 77 pcb_va->ptbr = L1[1] >> 32; in pal_init() 78 pcb_va->asn = 0; in pal_init() 79 pcb_va->pcc = 0; in pal_init() [all …]
|
/Linux-v6.1/arch/sparc/kernel/ |
D | smp_64.c | 1 // SPDX-License-Identifier: GPL-2.0 63 { [0 ... NR_CPUS-1] = CPU_MASK_NONE }; 66 [0 ... NR_CPUS-1] = CPU_MASK_NONE }; 69 [0 ... NR_CPUS - 1] = CPU_MASK_NONE }; 127 current_thread_info()->new_child = 0; in smp_callin() 131 current->active_mm = &init_mm; in smp_callin() 156 * initiates the synchonization instead of the slave. -DaveM 177 t0 = tick_ops->get_tick(); in get_delta() 184 t1 = tick_ops->get_tick(); in get_delta() 186 if (t1 - t0 < best_t1 - best_t0) in get_delta() [all …]
|
/Linux-v6.1/drivers/tty/serial/8250/ |
D | 8250_exar.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Probe module for 8250/16550-type Exar chips PCI serial ports. 59 #define UART_EXAR_TXTRG 0x0a /* Tx FIFO trigger level write-only */ 60 #define UART_EXAR_RXTRG 0x0b /* Rx FIFO trigger level write-only */ 81 * ---- ---- -------- 85 * 3 - <reserved> 89 * 7 - <reserved> 92 * 10 - Red LED 93 * 11..15 - <unused> 110 #define IOT2040_UARTS_GPIO_HI_MODE 0xF8 /* enable & LED as outputs */ [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | exynos5.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. 13 #include <dt-bindings/interrupt-controller/arm-gic.h> 14 #include <dt-bindings/interrupt-controller/irq.h> 17 interrupt-parent = <&gic>; 18 #address-cells = <1>; 19 #size-cells = <1>; 33 compatible = "simple-bus"; 34 #address-cells = <1>; 35 #size-cells = <1>; [all …]
|
D | pxa3xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 7 (gpio <= 26) ? (0x027c + 4 * (gpio - 3)) : \ 8 (gpio <= 98) ? (0x0400 + 4 * (gpio - 27)) : \ 9 (gpio <= 127) ? (0x0600 + 4 * (gpio - 99)) : \ 18 (gpio <= 26) ? (0x027c + 4 * (gpio - 3)) : \ 19 (gpio <= 29) ? (0x0400 + 4 * (gpio - 27)) : \ 20 (gpio <= 98) ? (0x0418 + 4 * (gpio - 30)) : \ 21 (gpio <= 127) ? (0x0600 + 4 * (gpio - 99)) : \ 23 (gpio <= 268) ? (0x052c + 4 * (gpio - 263)) : \ 33 (gpio <= 9) ? (0x028c + 4 * (gpio - 5)) : \ [all …]
|
/Linux-v6.1/drivers/tty/serial/ |
D | sccnxp.c | 1 // SPDX-License-Identifier: GPL-2.0+ 24 #include <linux/platform_data/serial-sccnxp.h> 27 #define SCCNXP_NAME "uart-sccnxp" 93 #define MCTRL_IBIT(cfg, sig) ((((cfg) >> (sig)) & 0xf) - LINE_IP0) 94 #define MCTRL_OBIT(cfg, sig) ((((cfg) >> (sig)) & 0xf) - LINE_OP0) 101 unsigned int nr; member 137 .nr = 2, 148 .nr = 1, 159 .nr = 2, 170 .nr = 1, [all …]
|
/Linux-v6.1/drivers/media/usb/em28xx/ |
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-v6.1/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 bttv-cards.c 6 this file has configuration information - card-specific stuff 9 Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de) 10 & Marcus Metzler (mocm@thp.uni-koeln.de) 11 (c) 1999-2001 Gerd Knorr <kraxel@goldbach.in-berlin.de> 31 #include <media/v4l2-common.h> 33 #include "bttv-audio-hook.h" 84 int no_overlay=-1; 86 static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; [all …]
|
/Linux-v6.1/drivers/leds/ |
D | leds-ss4200.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * SS4200-E Hardware API 65 pr_info("detected '%s'\n", id->ident); in ss4200_led_dmi_callback() 71 MODULE_PARM_DESC(nodetect, "Skip DMI-based hardware detection"); 74 * struct nas_led_whitelist - List of known good models 85 .ident = "Intel SS4200-E", 88 DMI_MATCH(DMI_PRODUCT_NAME, "SS4200-E"), 94 * FUJITSU SIEMENS SCALEO Home Server/SS4200-E 186 gpio_out |= (1<<led->gpio_bit); in __nasgpio_led_set_attr() 188 gpio_out &= ~(1<<led->gpio_bit); in __nasgpio_led_set_attr() [all …]
|
/Linux-v6.1/tools/testing/selftests/rcutorture/formal/srcu-cbmc/ |
D | modify_srcu.awk | 1 #!/usr/bin/awk -f 2 # SPDX-License-Identifier: GPL-2.0 5 # the second should be srcu.c. Outputs modified srcu.h and srcu.c into the 22 FS="([ \\\\\t\n\v\f;,.=(){}+*/<>&|^-]|\\[|\\]|" comment_regexp "|" quote_regexp ")+"; 49 if (FNR != NR) { 76 } else if (ret == -1) { 109 brace_nesting--; 121 paren_nesting--; 153 } while (--n > 0); 162 } while (--n > 0); [all …]
|