/freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/input/ |
H A D | iqs269a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Azoteq IQS269A Capacitive Touch Controller 10 - Jeff LaBundy <jeff@labundy.com> 13 - $ref: input.yaml# 16 The Azoteq IQS269A is an 8-channel capacitive touch controller that features 17 additional Hall-effect and inductive sensing capabilities. 24 - azoteq,iqs269a 25 - azoteq,iqs269a-00 [all …]
|
H A D | iqs626a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Azoteq IQS626A Capacitive Touch Controller 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": [all …]
|
/freebsd-src/sys/dev/atkbdc/ |
H A D | psm.c | 1 /*- 28 * Thanks are also due to Rick Macklem, rick@snowhite.cis.uoguelph.ca - 36 * Andrew Herbert <andrew@werple.apana.org.au> - 8 June 1993 39 * Andrew Herbert - 12 June 1993 42 * - 13 June 1993 44 * Modified for PS/2 AUX mouse by Shoji Yuen <yuen@nuie.nagoya-u.ac.jp> 45 * - 24 October 1993 48 * Kazutaka Yokota <yokota@zodiac.mech.utsunomiya-u.ac.jp> 49 * - 3, 14, 22 October 1996. 50 * - 12 November 1996. IOCTLs and rearranging `psmread', `psmioctl'... [all …]
|
/freebsd-src/share/misc/ |
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-12-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- tw [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-apq8060-dragonboard.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 #include <dt-bindings/input/input.h> 3 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/leds/common.h> 5 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 6 #include <dt-bindings/pinctrl/qcom,pmic-mpp.h> 7 #include "qcom-msm8660.dtsi" 12 compatible = "qcom,apq8060-dragonboard", "qcom,msm8660"; 19 stdout-path = "serial0:115200n8"; 23 vph: regulator-fixed { [all …]
|
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | metaslab.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 50 * moving on to the next top-level vdev. 65 * In pools where the log space map feature is not enabled we touch 82 * The in-core space map representation is more compact than its on-disk form. 83 * The zfs_condense_pct determines how much more compact the in-core 84 * space map representation must be before we compact it on-disk. 171 * in a space map to continue allocations in a first-fit fashion. 173 * switch to using best-fit allocations. 181 * high-performanc 2694 metaslab_t *ms; metaslab_init() local 2818 metaslab_unflushed_changes_memused(metaslab_t * ms) metaslab_unflushed_changes_memused() argument 6151 metaslab_set_unflushed_dirty(metaslab_t * ms,boolean_t dirty) metaslab_set_unflushed_dirty() argument 6157 metaslab_update_ondisk_flush_data(metaslab_t * ms,dmu_tx_t * tx) metaslab_update_ondisk_flush_data() argument 6190 metaslab_set_unflushed_txg(metaslab_t * ms,uint64_t txg,dmu_tx_t * tx) metaslab_set_unflushed_txg() argument 6197 metaslab_unflushed_dirty(metaslab_t * ms) metaslab_unflushed_dirty() argument 6203 metaslab_unflushed_txg(metaslab_t * ms) metaslab_unflushed_txg() argument [all...] |
H A D | vdev_removal.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 63 * a multi-step process: 65 * - Disable allocations from this device (spa_vdev_remove_top). 67 * - From a new thread (spa_vdev_remove_thread), copy data from 73 * - If a free happens during a removal, it is freed from the 77 * - After the removal is completed, the copy thread converts the vdev 120 * contiguous chunks, with more "unnecessary" data -- trading off bandwidth 127 * - the mapping will be smaller, since one entry can cover more allocated 129 * - mor 466 metaslab_t *ms = vd->vdev_ms[i]; vdev_remove_initiate_sync() local [all...] |
/freebsd-src/sys/dev/usb/input/ |
H A D | atp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 39 * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com) 42 * Copyright (C) 2005 Frank Arnold (frank@scirocco-5v-turbo.de) 44 * Copyright (C) 2005 Michael Hanselmann (linux-kernel@hansmi.ch) 56 * I'm grateful to Stephan Scheunig, Angela Naegele, and Nokia IT-support 117 * This is the age in microseconds beyond which a touch is considered 133 * A double-tap followed by a single-finger slide is treated as a 135 * virtual button-press for the lifetime of the slide. The following 144 * The wait duration in ticks after losing a touch contact before [all …]
|
/freebsd-src/sys/dev/ixgbe/ |
H A D | ixgbe_82599.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 63 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_mac_link_ops_82599() 71 if ((mac->ops.get_media_type(hw) == ixgbe_media_type_fiber) && in ixgbe_init_mac_link_ops_82599() 73 mac->ops.disable_tx_laser = in ixgbe_init_mac_link_ops_82599() 75 mac->ops.enable_tx_laser = in ixgbe_init_mac_link_ops_82599() 77 mac->op in ixgbe_init_mac_link_ops_82599() [all...] |
H A D | ixgbe_common.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 64 * ixgbe_init_ops_generic - Inits function ptrs 71 struct ixgbe_eeprom_info *eeprom = &hw->eeprom; in ixgbe_init_ops_generic() 72 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_generic() 78 eeprom->ops.init_params = ixgbe_init_eeprom_params_generic; in ixgbe_init_ops_generic() 81 eeprom->op in ixgbe_init_ops_generic() [all...] |
/freebsd-src/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 36 * ------------------ 42 * i i-1 i-1 45 * i i-1 i 47 * c = c + b (fletcher-4 only) 48 * i i-1 i 50 * d = d + c (fletcher-4 only) 51 * i i-1 i 56 * f_0 .. f_(n-1) are the input data. 63 * n /___| n - i n /___| n - i [all …]
|
/freebsd-src/share/termcap/ |
H A D | termcap | 38 # << EOH - after reordering, above header lines survive and this line dies >> 50 # Terminal names look like <manufacturer> <model> - <modes/options> 61 # w Wide - in 132 column mode. 63 # na No arrow keys - termcap ignores arrow keys which are 85 # Comments in this file begin with # - they cannot appear in the middle 93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap 102 # # -------------------------------- 110 # It has been tried in a minimal way -- the Agile did not blow up! 112 # Anyone who tries it and finds it wanting should get in touch with: 113 # Ralph Keirstead (ralph@sri-unix); [all …]
|
/freebsd-src/contrib/ntp/ntpd/ |
H A D | refclock_nmea.c | 2 * refclock_nmea.c - clock driver for an NMEA GPS CLOCK 51 * This driver supports NMEA-compatible GPS receivers 71 * bit 0 - enables RMC (1) 72 * bit 1 - enables GGA (2) 73 * bit 2 - enables GLL (4) 74 * bit 3 - enables ZDA (8) - Standard Time & Date 75 * bit 3 - enables ZDG (8) - Accord GPS Clock's custom sentence with GPS time 80 * bit 4/5/6 - selects the baudrate for serial port : 117 * $--ZDA,HHMMSS.SS,DD,MM,YYYY,TH,TM,*CS<CR><LF> 133 * '1' indicates accuracy of +/-20 ms [all …]
|
/freebsd-src/sys/conf/ |
H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 11 # Please use ``make LINT'' to create an old-style LINT file if you want to 12 # do kernel test-builds. 48 # auto-size based on physical memory. 66 # after most other flags. Here we use it to inhibit use of non-optimal 67 # gcc built-in functions (e.g., memcmp). 70 # The following is equivalent to 'config -g KERNELNAME' and creates 71 # 'kernel.debug' compiled with -g debugging as well as a normal 81 makeoptions CONF_CFLAGS=-fn [all...] |
/freebsd-src/sys/dev/ath/ |
H A D | if_ath.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 44 * by the driver - eg, calls to ath_hal_gettsf32(). 132 * Only enable this if you're working on PS-POLL support. 234 static int ath_shortcalinterval = 100; /* short cals every 100 ms */ 240 static int ath_anicalinterval = 100; /* ANI calibration - 10 [all...] |
/freebsd-src/sys/net80211/ |
H A D | ieee80211_ht.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting 132 static int ieee80211_ampdu_age = -1; /* threshold for ampdu reorder q (ms) */ 136 "AMPDU max reorder age (ms)"); 142 static int ieee80211_addba_timeout = - [all...] |
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | vdev_disk.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 22 * Copyright (C) 2008-2010 Lawrence Livermore National Security, LLC. 25 * LLNL-CODE-403049. 41 #include <linux/blk-cgroup.h> 50 * For pre-6.8, we just emulate this with a cast, since we don't need any of 55 #define BDH_BDEV(bdh) ((bdh)->bdev) 154 return (i_size_read(bdev->bd_inode)); in bdev_capacity() 162 return (bdev->bd_contains); 214 available = bdev_capacity(bdev_whole(bdev)) - in bdev_max_capacity() [all...] |
/freebsd-src/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 1 /*- 2 * Copyright (c) 2016-2020 Netflix, Inc. 29 * BBR - Congestion Based Congestion Control 148 static int32_t bbr_persist_min = 250000; /* 250ms */ 159 /* Should the following be dynamic too -- loss wise */ 193 * num-measures > min(0) and 209 * segments we hold to in the RTT probe 227 /* thresholds for reduction on drain in sub-states/drain */ 245 * hold */ [all...] |
H A D | rack.c | 1 /*- 2 * Copyright (c) 2016-2020 Netflix, Inc. 162 * - Matt Mathis's Rate Halving which slowly drops 165 * - Yuchung Cheng's RACK TCP (for which its named) that 168 * - Reorder Detection of RFC4737 and the Tail-Loss probe draft 186 * TCP output is also over-written with a new version since it 191 static int32_t rack_tlp_limit = 2; /* No more than 2 TLPs w-out new data */ 194 static int32_t rack_reorder_fade = 60000000; /* 0 - never fade, def 60,000,000 195 * - 6 [all...] |
/freebsd-src/sys/dev/ixl/ |
H A D | i40e_common.c | 3 Copyright (c) 2013-2018, Intel Corporation 41 * i40e_set_mac_type - Sets MAC type 53 if (hw->vendor_id == I40E_INTEL_VENDOR_ID) { in i40e_set_mac_type() 54 switch (hw->device_id) { in i40e_set_mac_type() 75 hw->mac.type = I40E_MAC_XL710; in i40e_set_mac_type() 83 hw->mac.type = I40E_MAC_X722; in i40e_set_mac_type() 86 hw->mac.type = I40E_MAC_X722_VF; in i40e_set_mac_type() 91 hw->mac.type = I40E_MAC_VF; in i40e_set_mac_type() 94 hw->mac.type = I40E_MAC_GENERIC; in i40e_set_mac_type() 102 hw->mac.type, status); in i40e_set_mac_type() [all …]
|
/freebsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_reset.c | 121 ahp->ah_hwp = HAL_TRUE_CHIP; in ar9300_attach_hw_platform() 181 /* Treat like legacy hardware. Do not touch the MFP registers. */ in ar9300_init_mfp() 196 * Mask used to construct AAD for CCMP-AES in ar9300_init_mfp() 197 * Cisco spec defined bits 0-3 as mask in ar9300_init_mfp() 226 centers->ctl_center = centers->ext_center = in ar9300_get_channel_centers() 227 centers->synth_center = ichan->channel; in ar9300_get_channel_centers() 238 centers->synth_center = ichan->channel + HT40_CHANNEL_CENTER_SHIFT; in ar9300_get_channel_centers() 241 centers->synth_center = ichan->channel - HT40_CHANNEL_CENTER_SHIFT; in ar9300_get_channel_centers() 242 extoff = -1; in ar9300_get_channel_centers() 245 centers->ctl_center = in ar9300_get_channel_centers() [all …]
|
/freebsd-src/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 49 * t4_wait_op_done_val - wait until an operation is completed 52 * @mask: a single-bit field within @reg that indicates completion 61 * operation completes and -EAGAIN otherwise. 74 if (--attempts == 0) in t4_wait_op_done_val() 75 return -EAGAIN; in t4_wait_op_done_val() 89 * t4_set_reg_field - set a register field to a value 108 * t4_read_indirect - read indirectly addressed registers 123 while (nregs--) { in t4_read_indirect() [all …]
|
/freebsd-src/sys/netinet/ |
H A D | sctputil.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. 5 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. 6 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. 78 sctp_clog.x.sb.stcb_sbcc = stcb->asoc.sb_cc; in sctp_sblog() 82 SCTP_CTR6(KTR_SCTP, "SCTP:%d[%d]:%x-%x-%x-%x", in sctp_sblog() 99 sctp_clog.x.close.sctp_flags = inp->sctp_flags; in sctp_log_closing() 102 sctp_clog.x.close.state = (uint16_t)stcb->asoc.state; in sctp_log_closing() 108 SCTP_CTR6(KTR_SCTP, "SCTP:%d[%d]:%x-%x-%x-%x", in sctp_log_closing() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1 //===--- CGStmt.cpp - Emit LLVM Code from Statements ------ [all...] |