| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | rohm,bd71847-pmic.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mfd/rohm,bd71847-pmic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> 14 single-core, dual-core, and quad-core SoCs such as NXP-i.MX 8M. It is 18 …/www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applica… 19 …//www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applic… 24 - rohm,bd71847 25 - rohm,bd71850 [all …]
|
| D | rohm,bd71837-pmic.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mfd/rohm,bd71837-pmic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> 13 BD71837MWV is programmable Power Management ICs for powering single-core, 14 dual-core, and quad-core SoCs such as NXP-i.MX 8M. It is optimized for low 18 …/www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applica… 35 "#clock-cells": 48 # crucial regulators must have the regulator-always-on and regulator-boot-on [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | cs42l42.txt | 5 - compatible : "cirrus,cs42l42" 7 - reg : the I2C address of the device for I2C. 9 - VP-supply, VCP-supply, VD_FILT-supply, VL-supply, VA-supply : 15 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be 18 - interrupts : IRQ line info CS42L42. 19 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 22 - cirrus,ts-inv : Boolean property. For jacks that invert the tip sense 27 0 = (Default) Non-inverted 30 - cirrus,ts-dbnc-rise : Debounce the rising edge of TIP_SENSE_PLUG. With no 33 0 - 0ms, [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | cs42l42.txt | 5 - compatible : "cirrus,cs42l42" 7 - reg : the I2C address of the device for I2C. 9 - VP-supply, VCP-supply, VD_FILT-supply, VL-supply, VA-supply : 15 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be 18 - interrupts : IRQ line info CS42L42. 19 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 22 - cirrus,ts-inv : Boolean property. For jacks that invert the tip sense 27 0 = (Default) Non-inverted 30 - cirrus,ts-dbnc-rise : Debounce the rising edge of TIP_SENSE_PLUG. With no 33 0 - 0ms, [all …]
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | rohm-bd718x7.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 // https://www.rohm.com/datasheet/BD71837MWV/bd71837mwv-e 14 #include <linux/mfd/rohm-bd718x7.h> 23 .gpio = -1, 30 .name = "bd718xx-pwrkey", 35 .name = "gpio-keys", 39 { .name = "bd71837-clk", }, 40 { .name = "bd71837-pmic", }, 45 .name = "gpio-keys", 49 { .name = "bd71847-clk", }, [all …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
| D | saa7134-input.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 #include "saa7134-reg.h" 36 printk(KERN_DEBUG pr_fmt("ir %s: " fmt), ir->rc->device_name, \ 43 /* -------------------- GPIO generic keycode builder -------------------- */ 47 struct saa7134_card_ir *ir = dev->remote; in build_key() 51 switch (dev->board) { in build_key() 62 if (ir->polling) { in build_key() 63 if (ir->last_gpio == gpio) in build_key() 65 ir->last_gpio = gpio; in build_key() 68 data = ir_extract_bits(gpio, ir->mask_keycode); in build_key() [all …]
|
| /kernel/linux/linux-4.19/drivers/media/pci/saa7134/ |
| D | saa7134-input.c | 18 #include "saa7134-reg.h" 46 printk(KERN_DEBUG pr_fmt("ir %s: " fmt), ir->rc->device_name, \ 53 /* -------------------- GPIO generic keycode builder -------------------- */ 57 struct saa7134_card_ir *ir = dev->remote; in build_key() 61 switch (dev->board) { in build_key() 72 if (ir->polling) { in build_key() 73 if (ir->last_gpio == gpio) in build_key() 75 ir->last_gpio = gpio; in build_key() 78 data = ir_extract_bits(gpio, ir->mask_keycode); in build_key() 80 gpio, ir->mask_keycode, data); in build_key() [all …]
|
| /kernel/linux/linux-5.10/drivers/input/mouse/ |
| D | trackpoint.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 67 #define TP_REACH 0x57 /* Backup for Z-axis press */ 70 /* with Z-axis pressed) */ 75 #define TP_THRESH 0x5C /* Minimum value for a Z-axis press */ 76 #define TP_UP_THRESH 0x5A /* Used to generate a 'click' on Z-axis */ 77 #define TP_Z_TIME 0x5E /* How sharp of a press */ 79 #define TP_DRIFT_TIME 0x5F /* How long a 'hands off' condition */ 80 /* must last (x*107ms) for drift */ 96 #define TP_TOGGLE_PTSON 0x2C /* Press to Select */
|
| D | hgpk.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * OLPC HGPK (XO-1) touchpad PS/2 mouse driver 5 * Copyright (c) 2006-2008 One Laptop Per Child 13 * Copyright (c) 2003-2005 Peter Osterlund <petero2@telia.com> 56 "delay (ms) before recal after jumpiness detected"); 61 "delay (ms) before recal after packet spew detected"); 66 "interval (ms) during which recal will be restarted if packet received"); 71 "delay (ms) before recal after recal interrupt detected"); 126 struct hgpk_data *priv = psmouse->private; in hgpk_discard_decay_hack() 135 (avx > recalib_delta / 2 && ((avx / 4) > priv->xlast))) { in hgpk_discard_decay_hack() [all …]
|
| /kernel/linux/linux-4.19/drivers/input/mouse/ |
| D | trackpoint.h | 70 #define TP_REACH 0x57 /* Backup for Z-axis press */ 73 /* with Z-axis pressed) */ 78 #define TP_THRESH 0x5C /* Minimum value for a Z-axis press */ 79 #define TP_UP_THRESH 0x5A /* Used to generate a 'click' on Z-axis */ 80 #define TP_Z_TIME 0x5E /* How sharp of a press */ 82 #define TP_DRIFT_TIME 0x5F /* How long a 'hands off' condition */ 83 /* must last (x*107ms) for drift */ 99 #define TP_TOGGLE_PTSON 0x2C /* Press to Select */ 169 return -ENOSYS; in trackpoint_detect()
|
| D | hgpk.c | 2 * OLPC HGPK (XO-1) touchpad PS/2 mouse driver 4 * Copyright (c) 2006-2008 One Laptop Per Child 12 * Copyright (c) 2003-2005 Peter Osterlund <petero2@telia.com> 59 "delay (ms) before recal after jumpiness detected"); 64 "delay (ms) before recal after packet spew detected"); 69 "interval (ms) during which recal will be restarted if packet received"); 74 "delay (ms) before recal after recal interrupt detected"); 129 struct hgpk_data *priv = psmouse->private; in hgpk_discard_decay_hack() 138 (avx > recalib_delta / 2 && ((avx / 4) > priv->xlast))) { in hgpk_discard_decay_hack() 140 priv->xbigj = avx; in hgpk_discard_decay_hack() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
| D | hists.c | 1 // SPDX-License-Identifier: GPL-2.0 31 #include "../../util/block-info.h" 44 #include "time-utils.h" 58 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter; in hist_browser__has_filter() 64 struct hists *hists = browser->hists; in hist_browser__get_folding() 67 for (nd = rb_first_cached(&hists->entries); in hist_browser__get_folding() 68 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding() 73 if (he->leaf && he->unfolded) in hist_browser__get_folding() 74 unfolded_rows += he->nr_rows; in hist_browser__get_folding() 81 struct ui_browser *browser = &hb->b; in hist_browser__set_title_space() [all …]
|
| /kernel/linux/linux-5.10/Documentation/input/devices/ |
| D | atarikbd.rst | 12 provides a convenient connection point for a mouse and switch-type joysticks. 13 The ikbd processor also maintains a time-of-day clock with one second 18 The ikbd communicates with the main processor over a high speed bi-directional 28 keyboard scan codes for each key press and release. The key scan make (key 41 0xF8-0xFB relative mouse position records (lsbs determined by 43 0xFC time-of-day 67 --------------------------- 92 +127...-128 range, the motion is broken into multiple packets. 97 --------------------------- 104 --------------------- [all …]
|
| /kernel/linux/linux-4.19/Documentation/input/devices/ |
| D | atarikbd.rst | 12 provides a convenient connection point for a mouse and switch-type joysticks. 13 The ikbd processor also maintains a time-of-day clock with one second 18 The ikbd communicates with the main processor over a high speed bi-directional 28 keyboard scan codes for each key press and release. The key scan make (key 41 0xF8-0xFB relative mouse position records (lsbs determined by 43 0xFC time-of-day 67 --------------------------- 92 +127...-128 range, the motion is broken into multiple packets. 97 --------------------------- 104 --------------------- [all …]
|
| /kernel/linux/linux-4.19/tools/perf/ui/browsers/ |
| D | hists.c | 1 // SPDX-License-Identifier: GPL-2.0 43 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter; in hist_browser__has_filter() 49 struct hists *hists = browser->hists; in hist_browser__get_folding() 52 for (nd = rb_first(&hists->entries); in hist_browser__get_folding() 53 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding() 58 if (he->leaf && he->unfolded) in hist_browser__get_folding() 59 unfolded_rows += he->nr_rows; in hist_browser__get_folding() 66 struct ui_browser *browser = &hb->b; in hist_browser__set_title_space() 67 struct hists *hists = hb->hists; in hist_browser__set_title_space() 68 struct perf_hpp_list *hpp_list = hists->hpp_list; in hist_browser__set_title_space() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | rtas.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 47 void enter_rtas(unsigned long); 60 unsigned long rtas_rmo_buf; 63 * If non-NULL, this gets called when the kernel terminates. 74 static unsigned long lock_rtas(void) in lock_rtas() 76 unsigned long flags; in lock_rtas() 84 static void unlock_rtas(unsigned long flags) in unlock_rtas() 93 * are designed only for very early low-level debugging, which 94 * is why the token is hard-coded to 10. 98 unsigned long s; in call_rtas_display_status() [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/ |
| D | rtas.c | 49 void enter_rtas(unsigned long); 62 unsigned long rtas_rmo_buf; 65 * If non-NULL, this gets called when the kernel terminates. 76 static unsigned long lock_rtas(void) in lock_rtas() 78 unsigned long flags; in lock_rtas() 86 static void unlock_rtas(unsigned long flags) in unlock_rtas() 95 * are designed only for very early low-level debugging, which 96 * is why the token is hard-coded to 10. 100 unsigned long s; in call_rtas_display_status() 116 while (width-- > 0) in call_rtas_display_status_delay() [all …]
|
| /kernel/linux/linux-5.10/arch/x86/boot/ |
| D | header.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 28 BOOTSEG = 0x07C0 /* original address of boot-sector */ 45 # "MZ", MS-DOS header 73 # Allow the user to press a key, then reboot 87 .long pe_header 94 .ascii "Remove disk and press any key to reboot...\r\n" 99 .long PE_MAGIC 112 .long 0 # TimeDateStamp 113 .long 0 # PointerToSymbolTable 114 .long 1 # NumberOfSymbols [all …]
|
| /kernel/linux/linux-4.19/arch/x86/boot/ |
| D | header.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 28 BOOTSEG = 0x07C0 /* original address of boot-sector */ 45 # "MZ", MS-DOS header 74 # Allow the user to press a key, then reboot 88 .long pe_header 95 .ascii "Remove disk and press any key to reboot...\r\n" 107 .word 0x8664 # x86-64 110 .long 0 # TimeDateStamp 111 .long 0 # PointerToSymbolTable 112 .long 1 # NumberOfSymbols [all …]
|
| /kernel/linux/linux-4.19/kernel/ |
| D | panic.c | 8 * This function is used through-out the kernel (including mm and fs) 38 static unsigned long tainted_mask = 53 static long no_blink(int state) in no_blink() 58 /* Returns how long it waited in ms */ 59 long (*panic_blink)(int state); 63 * Stop ourself in panic -- architecture code may override this 84 * per-CPU features such as virtualization extensions. 129 * panic - halt the system 140 long i, i_next = 0; in panic() 155 * It's possible to come here directly from a panic-assertion and in panic() [all …]
|
| /kernel/linux/linux-4.19/drivers/hid/ |
| D | hid-logitech-hidpp.c | 5 * Copyright (c) 2012-2013 Google (c) 6 * Copyright (c) 2013-2014 Red Hat Inc. 28 #include <linux/fixp-arith.h> 31 #include "hid-ids.h" 45 "Disable Tap-To-Click mode reporting for touchpads (only on the K400 currently)."); 89 * is 0xFF for the receiver), and all messages (short or long) with a device 100 u8 params[HIDPP_REPORT_VERY_LONG_LENGTH - 4U]; 106 u8 params[HIDPP_REPORT_VERY_LONG_LENGTH - 4U]; 148 unsigned long quirks; 149 unsigned long capabilities; [all …]
|
| /kernel/linux/linux-5.10/kernel/ |
| D | panic.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 * This function is used through-out the kernel (including mm and fs) 48 static unsigned long tainted_mask = 55 unsigned long panic_on_taint; 67 unsigned long panic_print; 73 static long no_blink(int state) in no_blink() 78 /* Returns how long it waited in ms */ 79 long (*panic_blink)(int state); 83 * Stop ourself in panic -- architecture code may override this 104 * per-CPU features such as virtualization extensions. [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-logitech-hidpp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Copyright (c) 2012-2013 Google (c) 7 * Copyright (c) 2013-2014 Red Hat Inc. 25 #include <linux/fixp-arith.h> 28 #include "hid-ids.h" 42 "Disable Tap-To-Click mode reporting for touchpads (only on the K400 currently)."); 83 /* Convenience constant to check for any high-res support. */ 112 * is 0xFF for the receiver), and all messages (short or long) with a device 123 u8 params[HIDPP_REPORT_VERY_LONG_MAX_LENGTH - 4U]; 129 u8 params[HIDPP_REPORT_VERY_LONG_MAX_LENGTH - 4U]; [all …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | dra76-evm.dts | 2 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ 8 /dts-v1/; 11 #include "dra7-evm-common.dtsi" 12 #include "dra76x-mmc-iodelay.dtsi" 13 #include <dt-bindings/net/ti-dp83867.h> 17 compatible = "ti,dra76-evm", "ti,dra762", "ti,dra7"; 24 vsys_12v0: fixedregulator-vsys12v0 { 26 compatible = "regulator-fixed"; 27 regulator-name = "vsys_12v0"; 28 regulator-min-microvolt = <12000000>; [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | am5729-beagleboneai.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2014-2019 Texas Instruments Incorporated - http://www.ti.com/ 6 /dts-v1/; 9 #include "am57xx-commercial-grade.dtsi" 10 #include "dra74x-mmc-iodelay.dtsi" 11 #include "dra74-ipu-dsp-common.dtsi" 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/interrupt-controller/irq.h> 14 #include <dt-bindings/pinctrl/dra.h> 18 compatible = "beagle,am5729-beagleboneai", "ti,am5728", [all …]
|