| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | dlg,da7280.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Dialog Semiconductor DA7280 Low Power High-Definition Haptic Driver 10 - Roy Im <roy.im.opensource@diasemi.com> 23 dlg,actuator-type: 25 - LRA # Linear Resonance Actuator type 26 - ERM-bar # Bar type Eccentric Rotating Mass 27 - ERM-coin # Coin type Eccentric Rotating Mass 29 dlg,const-op-mode: [all …]
|
| H A D | dlg,da7280.txt | 4 - compatible: Should be "dlg,da7280". 5 - reg: Specifies the I2C slave address. 7 - interrupt-parent : Specifies the phandle of the interrupt controller to 10 - dlg,actuator-type: Set Actuator type. it should be one of: 11 "LRA" - Linear Resonance Actuator type. 12 "ERM-bar" - Bar type Eccentric Rotating Mass. 13 "ERM-coin" - Coin type Eccentric Rotating Mass. 15 - dlg,const-op-mode: Haptic operation mode for FF_CONSTANT. 17 1 - Direct register override(DRO) mode triggered by i2c(default), 18 2 - PWM data source mode controlled by PWM duty, [all …]
|
| /freebsd/usr.sbin/mfiutil/ |
| H A D | mfiutil.8 | 69 .Op Ar start Op Ar stop 79 .Cm show foreign Op Ar volume 153 .Cm cache Ar volume Op Ar setting Oo Ar value Oc Op ... 176 .Ar drive Ns Op \&, Ns Ar drive Ns Op ",..." 177 .Op Ar drive Ns Op \&, Ns Ar drive Ns Op ",..." 187 .Cm add Ar drive Op Ar volume 207 .Cm patrol Ar command Op Ar interval Op Ar start 217 .Cm foreign clear Op Ar config 222 .Cm foreign diag Op Ar config 227 .Cm foreign preview Op Ar config [all …]
|
| /freebsd/tools/tools/ath/athdebug/ |
| H A D | athdebug.c | 1 /*- 2 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 31 * athdebug [-i interface] flags 59 ATH_DEBUG_MODE = 0x00000040, /* mode init/setup */ 66 ATH_DEBUG_CALIBRATE = 0x00010000, /* periodic calibration */ 90 { "mode", ATH_DEBUG_MODE }, 139 fprintf(stderr, "usage: %s [-i device] [flags]\n", progname); in usage() 143 exit(-1); in usage() 152 int op; in main() local 163 if (strcmp(argv[1], "-i") == 0) { in main() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sm8150-microsoft-surface-duo.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 9 #include <dt-bindings/gpio/gpio.h> 17 compatible = "microsoft,surface-duo", "qcom,sm8150"; 18 chassis-type = "handset"; 25 stdout-path = "serial0:115200n8"; 28 vph_pwr: vph-pwr-regulator { 29 compatible = "regulator-fixed"; 30 regulator-name = "vph_pwr"; [all …]
|
| /freebsd/contrib/nvi/man/ |
| H A D | vi.1 | 44 is a screen-oriented text editor. 46 is a line-oriented text editor. 55 .Pq read-only 65 are intended as bug-for-bug compatible replacements for the original 89 .Bl -tag -width "-w size " 103 Start editing in ex mode, as if the command name were 112 Start editing in read-only mode, as if the command name was 129 Enter batch mode; applicable only to 132 Batch mode is useful when running 138 .Dq - [all …]
|
| /freebsd/sys/amd64/vmm/io/ |
| H A D | vhpet.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 94 #define VHPET_LOCK(vhp) mtx_lock(&((vhp)->mtx)) 95 #define VHPET_UNLOCK(vhp) mtx_unlock(&((vhp)->mtx)) 106 cap |= (VHPET_NUM_TIMERS - 1) << 8; /* number of timers */ in vhpet_capabilities() 108 cap &= ~HPET_CAP_COUNT_SIZE; /* 32-bit timer */ in vhpet_capabilities() 120 return ((vhpet->config & HPET_CNF_ENABLE) ? true : false); in vhpet_counter_enabled() 128 if ((vhpet->timer[n].cap_config & msi_enable) == msi_enable) in vhpet_timer_msi_enabled() 144 return ((vhpet->timer[n].cap_config & HPET_TCNF_INT_ROUTE) >> 9); in vhpet_timer_ioapic_pin() 153 val = vhpet->countbase; in vhpet_counter() [all …]
|
| H A D | vlapic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 62 #define x2apic(vlapic) (((vlapic)->msr_apicbase & APICBASE_X2APIC) ? 1 : 0) 65 * The 'vlapic->timer_mtx' is used to provide mutual exclusion between the 67 * - timer_freq_bt, timer_period_bt, timer_fire_bt 68 * - timer LVT register 70 #define VLAPIC_TIMER_LOCK(vlapic) mtx_lock_spin(&((vlapic)->timer_mtx)) 71 #define VLAPIC_TIMER_UNLOCK(vlapic) mtx_unlock_spin(&((vlapic)->timer_mtx)) 72 #define VLAPIC_TIMER_LOCKED(vlapic) mtx_owned(&((vlapic)->timer_mtx)) 76 * - arbitrary but chosen to be in the ballpark of contemporary hardware. [all …]
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp.conf.def | 1 /* -*- Mode: Text -*- */ 7 // We want the synopsis to be "/etc/ntp.conf" but we need the prog-name 8 // to be ntp.conf - the latter is also how autogen produces the output 10 prog-name = "ntp.conf"; 11 file-path = "/etc/ntp.conf"; 12 prog-title = "Network Time Protocol daemon (ntpd) configuration format"; 15 explain = <<- _END_EXPLAIN 18 doc-section = { 19 ds-type = 'DESCRIPTION'; 20 ds-format = 'mdoc'; [all …]
|
| H A D | ntp.conf.mdoc.in | 6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:50 AM by AutoGen 5.18.16 8 .\" and the template file agmdoc-cmd.tpl 14 .Op Fl \-option\-name 15 .Op Fl \-option\-name Ar value 46 host addresses written in numeric, dotted\-quad form, 62 .Bl -bulle [all...] |
| H A D | ntp.conf.5mdoc | 6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:50 AM by AutoGen 5.18.16 8 .\" and the template file agmdoc-cmd.tpl 14 .Op Fl \-option\-name 15 .Op Fl \-option\-name Ar value 46 host addresses written in numeric, dotted\-quad form, 62 .Bl -bulle [all...] |
| /freebsd/sys/dev/iavf/ |
| H A D | if_iavf_iflib.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 101 static int iavf_vc_sleep_wait(struct iavf_sc *sc, u32 op); 215 * iavf_register - iflib callback to obtain the shared context pointer 231 * iavf_allocate_pci_resources - Allocate PCI resources 236 * @returns zero or a non-zero error code on failure 245 * iavf_if_attach_pre - Begin attaching the device to the driver 251 * @returns zero or a non-zero error code on failure. 267 vsi = &sc->vsi; in iavf_if_attach_pre() 268 vsi->back = sc; in iavf_if_attach_pre() 269 sc->dev = sc->osdep.dev = dev; in iavf_if_attach_pre() [all …]
|
| /freebsd/contrib/tcsh/ |
| H A D | tcsh.man.new | 29 .\" - Indent in multiples of 4, usually 8. 31 .\" - Use \` for literal back-quote (`). 33 .\" - Use \e for literal backslash (\). 35 .\" - Use \-, not -. 37 .\" - Include the tilde when naming dot files. .Pa ~/.login , not .Pa .login 39 .\" - Refer to external commands in man page format, e.g., .Xr csh 1 43 .\" - Say .Sq the shell , not .Sq tcsh , 46 .\" - Say .Sq shell variable / .Sq environment variable instead of 51 .\" - Use the simple present tense. 54 .\" - IMPORTANT: Cross-reference as much as possible. Commands, variables, [all …]
|
| H A D | tcsh.man | 31 .\" - Tags in lists are bold, except in the FILES section where they are 34 .\" - References are bold for section headings and environment and shell 38 .\" - Be careful with the .B and .I macros: they handle only a limited number 42 .\" - Indent in multiples of 4, usually 8. 44 .\" - Use `', not '' or "", except of course in shell syntax examples. 47 .\" - Use \` for literal back-quote (`). 49 .\" - Use \e for literal backslash (\). 51 .\" - Use \-, not -. 53 .\" - Include the tilde when naming dot files. `~/.login', not `.login'. 55 .\" - Refer to external commands in man page format, e.g., `csh(1)'. However, [all …]
|
| /freebsd/sys/contrib/openzfs/man/man7/ |
| H A D | zpoolprops.7 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 28 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 42 Some properties are read-only statistics while others are configurable and 51 The following are read-only properties: 52 .Bl -tag -width "unsupported@guid" 80 .Xr zpool-prefetch 8 . 82 Total on-disk size of the deduplication table. 86 On whole-disk vdevs, this is the space beyond the end of the GPT – 90 added to the pool – most likely by resizing it in-place. [all …]
|
| /freebsd/share/misc/ |
| H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 278 0x2D Keyboard - and (underscore) 283 0x32 Keyboard Non-US # and ~ [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | tcpdump.1.in | 25 tcpdump \- dump traffic on a network 30 .B \-AbdDefhHIJKlLnNOpqStuUvxX# 32 .B \-B 37 .B \-c 41 .B \-\-count 44 .B \-C 49 .B \-E 54 .B \-F 58 .B \-G 62 .B \-i [all …]
|
| /freebsd/sys/dev/glxsb/ |
| H A D | glxsb.c | 59 #define SB_GLD_MSR_CAP 0x58002000 /* RO - Capabilities */ 60 #define SB_GLD_MSR_CONFIG 0x58002001 /* RW - Master Config */ 61 #define SB_GLD_MSR_SMI 0x58002002 /* RW - SMI */ 62 #define SB_GLD_MSR_ERROR 0x58002003 /* RW - Error */ 63 #define SB_GLD_MSR_PM 0x58002004 /* RW - Power Mgmt */ 64 #define SB_GLD_MSR_DIAG 0x58002005 /* RW - Diagnostic */ 65 #define SB_GLD_MSR_CTRL 0x58002006 /* RW - Security Block Cntrl */ 76 #define SB_GMC_T_SEL0 0x0000 /* RNG post-proc: none */ 77 #define SB_GMC_T_SEL1 0x0100 /* RNG post-proc: LFSR */ 78 #define SB_GMC_T_SEL2 0x0200 /* RNG post-proc: whitener */ [all …]
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_snmp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 64 /* Periodic timer for polling the module's data. */ 87 * The list of all virtual wireless interfaces - sorted by name. 218 uint32_t iidx __unused, enum snmp_op op) in op_wlan_iface() argument 226 switch (op) { in op_wlan_iface() 228 if ((wif = wlan_get_snmp_interface(&val->var, sub)) == NULL) in op_wlan_iface() 233 if ((wif = wlan_get_next_snmp_interface(&val->var, sub)) == NULL) in op_wlan_iface() 235 wlan_append_ifindex(&val->var, sub, wif); in op_wlan_iface() 239 if ((wif = wlan_get_snmp_interface(&val->var, sub)) == NULL) { in op_wlan_iface() [all …]
|
| /freebsd/sys/dev/mps/ |
| H A D | mps.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2011-2015 LSI Corp. 6 * Copyright (c) 2013-2015 Avago Technologies 30 * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD 121 /* Added this union to smoothly convert le64toh cm->cm_desc.Words. 135 /* Rate limit chain-fail messages to 1 per minute */ 164 if (curthread->td_no_sleeping != 0) in mps_diag_reset() 176 if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP) in mps_diag_reset() 177 msleep(&sc->msleep_fake_chan, &sc->mps_mtx, 0, in mps_diag_reset() [all …]
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_utils.c | 1 /*- 2 * SPDX-License-Identifier: GPL-2.0 or Linux-OpenIB 4 * Copyright (c) 2015 - 2023 Intel Corporation 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 41 {IRDMA_AE_AMP_UNALLOCATED_STAG, "Unallocated memory key (L-Key/R-Key)"}, 42 {IRDMA_AE_AMP_INVALID_STAG, "Invalid memory key (L-Key/R-Key)"}, 47 {IRDMA_AE_AMP_BAD_STAG_KEY, "Bad memory key (L-Key/R-Key)"}, 48 {IRDMA_AE_AMP_BAD_STAG_INDEX, "Bad memory key (L-Key/R-Key): Too large memory key index"}, 65 "Attempt to bind an Memory Window (MW) with a valid MW memory key (L-Key/R-Key)"}, [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | rx.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2003-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 11 #include "iwl-prph.h" 12 #include "iwl-io.h" 14 #include "iwl-op-mode.h" 15 #include "pcie/iwl-context-info-v2.h" 37 * to -- the driver can read up to (but not including) this position and get 41 * The WRITE index maps to the last position the driver has read from -- the [all …]
|
| /freebsd/sys/dev/sfxge/common/ |
| H A D | efx_mcdi.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2008-2016 Solarflare Communications Inc. 41 * - MCDIv0: Siena BootROM. Transport uses MCDIv1 headers. 42 * - MCDIv1: Siena firmware and Huntington BootROM. 43 * - MCDIv2: EF10 firmware (Huntington/Medford) and Medford BootROM. 47 * ---------------------------- 96 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_init() 97 EFSYS_ASSERT3U(enp->en_mod_flags, ==, 0); in efx_mcdi_init() 99 switch (enp->en_family) { in efx_mcdi_init() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-trans.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2005-2014, 2018-2025 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 15 #include "iwl-debug.h" 16 #include "iwl-config.h" 18 #include "iwl-op-mode.h" 22 #include "fw/api/dbg-tlv.h" 23 #include "iwl-dbg-tlv.h" 26 #include "iwl-modparams.h" [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mvm.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2025 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 26 #include "iwl-op-mode.h" 27 #include "iwl-trans.h" 28 #include "fw/notif-wait.h" 29 #include "iwl-nvm-utils.h" 31 #include "iwl-config.h" 33 #include "fw-api.h" [all …]
|