Searched +full:trig +full:- +full:filters (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/input/devices/ |
| H A D | ntrig.rst | 4 N-Trig touchscreen Driver 7 :Copyright: |copy| 2008-2010 Rafi Rubin <rafi@seas.upenn.edu> 8 :Copyright: |copy| 2009-2010 Stephane Chatty 10 This driver provides support for N-Trig pen and multi-touch sensors. Single 11 and multi-touch events are translated to the appropriate protocols for 16 This driver has been reported to work properly with multiple N-Trig devices 21 ---------- 27 The following parameters are used to configure filters to reduce noise: 29 +-----------------------+-----------------------------------------------------+ 31 +-----------------------+-----------------------------------------------------+ [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | runtime.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 4 * Copyright (C) 2018-2025 Intel Corporation 9 #include "iwl-config.h" 10 #include "iwl-trans.h" 15 #include "iwl-nvm-utils.h" 45 * struct iwl_fwrt_dump_data - dump data 46 * @trig: trigger the worker was scheduled upon 50 * is based on iwl_trans_dbg_ini_valid(): the 'trig' part 56 struct iwl_fw_ini_trigger_tlv *trig; member 60 /* must be first to be same as 'trig' */ [all …]
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-cti-platform.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #include <dt-bindings/arm/coresight-cti-dt.h> 14 #include "coresight-cti.h" 15 #include "coresight-priv.h" 23 #define CTI_DT_CONNS "trig-conns" 26 #define CTI_DT_V8ARCH_COMPAT "arm,coresight-cti-v8-arch" 27 #define CTI_DT_CSDEV_ASSOC "arm,cs-dev-assoc" 28 #define CTI_DT_TRIGIN_SIGS "arm,trig-in-sigs" 29 #define CTI_DT_TRIGOUT_SIGS "arm,trig-out-sigs" 30 #define CTI_DT_TRIGIN_TYPES "arm,trig-in-types" [all …]
|
| /linux/drivers/iio/pressure/ |
| H A D | bmp280.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 22 /* DSP registers (IIR filters) */ 195 #define BMP380_MIN_TEMP -4000 428 struct iio_trigger *trig; member 469 /* Miscellaneous, endianness-aware data buffers */
|
| /linux/drivers/acpi/ |
| H A D | resource.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * drivers/acpi/resource.c - ACPI device resources interpretation. 26 /* On X86 IO space is limited to the [0 - 64K] IO port range */ in acpi_iospace_resource_valid() 27 return res->end < 0x10003; in acpi_iospace_resource_valid() 34 * resources can be placed anywhere in the 64-bit physical address space. 43 return ext_irq->resource_source.string_length == 0 && in is_gsi() 44 ext_irq->producer_consumer == ACPI_CONSUMER; in is_gsi() 55 u64 reslen = end - start + 1; in acpi_dev_resource_len_valid() 67 pr_debug("ACPI: invalid or unassigned resource %s [%016llx - %016llx] length [%016llx]\n", in acpi_dev_resource_len_valid() 76 res->flags = IORESOURCE_MEM; in acpi_dev_memresource_flags() [all …]
|
| /linux/drivers/iio/adc/ |
| H A D | ad4170-4.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Analog Devices AD4170-4 ADC driver 6 * Author: Ana-Maria Cusco <ana-maria.cusco@analog.com> 17 #include <linux/clk-provider.h> 81 /* AD4170_CONFIG_A_REG - INTERFACE_CONFIG_A REGISTER */ 246 [AD4170_CHAN_SETUP_REG(0) ... AD4170_CHAN_MAP_REG(AD4170_MAX_ADC_CHANNELS - 1)] = 2, 249 * also interleaved but MISC, AFE, FILTER, FILTER_FS, OFFSET are 16-bit 250 * while OFFSET, GAIN are 24-bit registers so we can't init them all to 278 AD4170_REF_BUF_PRE, /* Pre-charge referrence buffer */ 283 /* maps adi,positive/negative-reference-buffer property values to enum */ [all …]
|