/freebsd/sys/contrib/device-tree/Bindings/input/ |
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# 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": 37 azoteq,suspend-mode: [all …]
|
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# 10 - Jef [all...] |
H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 21 - azoteq,iqs7222a 22 - azoteq,iqs7222b 23 - azoteq,iqs7222c 24 - azoteq,iqs7222d 29 irq-gpios: 32 Specifies the GPIO connected to the device's active-low RDY output. [all …]
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_audmux.c | 1 /*- 29 * Chapter 16, i.MX 6Dual/6Quad Applications Processor Reference Manual, 53 bus_space_read_4(_sc->bst, _sc->bsh, _reg) 55 bus_space_write_4(_sc->bst, _sc->bsh, _reg, _val) 57 #define AUDMUX_PTCR(n) (0x8 * (n - 1)) /* Port Timing Control Register */ 58 #define PTCR_TFS_DIR (1 << 31) /* Transmit Frame Sync Direction Control */ 61 #define PTCR_TCLKDIR (1 << 26) /* Transmit Clock Direction Control */ 64 #define PTCR_RFS_DIR (1 << 21) /* Receive Frame Sync Direction Control */ 66 #define AUDMUX_PDCR(n) (0x8 * (n - 1) + 0x4) /* Port Data Control Reg */ 69 #define PDCR_RXDSEL_PORT(n) (n - 1) [all …]
|
H A D | imx6_ssi.c | 1 /*- 30 * Chapter 61, i.MX 6Dual/6Quad Applications Processor Reference Manual, 60 bus_space_read_4(_sc->bst, _sc->bsh, _reg) 62 bus_space_write_4(_sc->bst, _sc->bsh, _reg, _val) 94 #define STCR_TFDIR (1 << 6) /* Transmit Frame Direction. */ 95 #define STCR_TXDIR (1 << 5) /* Transmit Clock Direction. */ 96 #define STCR_TSHFD (1 << 4) /* Transmit Shift Direction. */ 156 * Fref ------/ | | | | | | | | | | 157 * PLL4 div select -/ | | | | | | | | | 158 * PLL4 num --------------/ | | | | | | | | [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | FunctionPropertiesAnalysis.cpp | 1 //===- FunctionPropertiesAnalysis.cpp - Function Properties Analysis ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 30 "enable-detailed-function-properties", cl::Hidden, cl::init(false), 34 "big-basic-block-instruction-threshold", cl::Hidden, cl::init(500), 39 "medium-basic-block-instruction-threshold", cl::Hidden, cl::init(15), 41 "before being considered medium-sized.")); 45 "call-with-many-arguments-threshold", cl::Hidden, cl::init(4), 53 if (BI->isConditional()) in getNrBlocksFromCond() [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | sci_types.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 4 * This file is provided under a dual BSD/GPLv2 license. When using or 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 192 * - The void* value passed into the callback represents the cookie 196 * - None 202 * data direction for an IO request. 207 * The data direction for the request is in (a read operation) [all …]
|
H A D | intel_sata.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 4 * This file is provided under a dual BSD/GPLv2 license. When using or 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2010 Intel Corporation. All rights reserved. 98 U32 direction_flag :1; // direction 215 U32 direction :1; member 250 U32 direction :1; member
|
H A D | sati_translator_sequence.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 4 * This file is provided under a dual BSD/GPLv2 license. When using or 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 291 * This field indicates the data direction (none, read, or write) for
|
H A D | scu_task_context.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 4 * This file is provided under a dual BSD/GPLv2 license. When using or 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 81 SCU_TASK_TYPE_IOREAD, ///< IO READ direction or no direction 82 SCU_TASK_TYPE_IOWRITE, ///< IO Write direction 175 //direction bit definition 492 // OFFSET 0x60-0x68 [all …]
|
H A D | sati_passthrough.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 4 * This file is provided under a dual BSD/GPLv2 license. When using or 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 99 * @param[in] cdb The SCSI cdb for the ATA pass-through command 102 @retval TRUE - multiple_count is nonzero with a unsupported command 103 @retval FALSE - multiple_count is zero or the command supports a nonzero value 193 sense_data = (U8*) rsp_iu->data; in sati_passthrough_construct_sense() [all …]
|
H A D | sati_callbacks.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 4 * This file is provided under a dual BSD/GPLv2 license. When using or 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 98 * direction of this IO request. 115 * @note SATI does not manage the user scatter-gather-list. As a result, 137 * @note SATI does not manage the user scatter-gather-list. As a result, 303 * @param[in] address - write buffer address being freed [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx93-11x11-evk.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/usb/pd.h> 13 compatible = "fsl,imx93-11x11-evk", "fsl,imx93"; 16 stdout-path = &lpuart1; 19 reserved-memory { 20 #address-cells = <2>; 21 #size-cells = <2>; 25 compatible = "shared-dma-pool"; 27 alloc-ranges = <0 0x80000000 0 0x40000000>; [all …]
|
H A D | imx8mp-beacon-kit.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/usb/pd.h> 9 #include <dt-bindings/phy/phy-imx8-pcie.h> 11 #include "imx8mp-beacon-som.dtsi" 15 compatible = "beacon,imx8mp-beacon-kit", "fsl,imx8mp"; 23 stdout-path = &uart2; 26 clk_xtal25: clock-xtal25 { 27 compatible = "fixed-clock"; 28 #clock-cells = <0>; [all …]
|
H A D | imx8mn-evk.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/usb/pd.h> 11 stdout-path = &uart2; 14 gpio-leds { 15 compatible = "gpio-leds"; 16 pinctrl-names = "default"; 17 pinctrl-0 = <&pinctrl_gpio_led>; 22 default-state = "on"; 26 hdmi-connector { 27 compatible = "hdmi-connector"; [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_err.et | 32 error_code CLIENT_NOTYET, "Client not yet valid - try again later" 33 error_code SERVICE_NOTYET, "Server not yet valid - try again later" 36 error_code PREAUTH_REQUIRED, "Additional pre-authentication required" 56 error_code ERR_ILL_CR_TKT, "Invalid cross-realm ticket" 60 error_code ERR_BADDIRECTION, "Incorrect message direction" 68 # 53-59 are reserved 70 error_code GENERIC, "Generic error (see e-text)" 109 # 82-93 are reserved 115 # 97-127 are reserved 170 error_code KRB5_RC_NOIO, "Replay cache type does not support non-volatile storage" [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm7225-fairphone-fp4.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 15 #include <dt-bindings/firmware/qcom,scm.h> 16 #include <dt-bindings/gpio/gpio.h> 17 #include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h> 18 #include <dt-bindings/input/input.h> 19 #include <dt-bindings/leds/common.h> 20 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 21 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 22 #include <dt-bindings/usb/pd.h> [all …]
|
H A D | qcm6490-shift-otter.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 7 /dts-v1/; 12 #include <dt-bindings/iio/qcom,spmi-adc7-pm7325.h> 13 #include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h> 14 #include <dt-bindings/leds/common.h> 15 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 16 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 23 /delete-node/ &rmtfs_mem; 28 chassis-type = "handset"; 36 #address-cells = <2>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | mba6ulx.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) 3 * Copyright 2018-2022 TQ-Systems GmbH 4 * Author: Markus Niebel <Markus.Niebel@tq-group.com> 8 model = "TQ-Systems MBA6ULx Baseboard"; 18 stdout-path = &uart1; 22 compatible = "pwm-backlight"; 23 power-supply = <®_mba6ul_3v3>; 24 enable-gpios = <&expander_out0 4 GPIO_ACTIVE_HIGH>; 29 compatible = "gpio-beeper"; 33 gpio_buttons: gpio-keys { [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | numa.txt | 6 1 - Introduction 18 2 - numa-node-id 23 a node id is a 32-bit integer. 26 numa-node-id property which contains the node id of the device. 30 numa-node-id = <0>; 33 numa-node-id = <1>; 36 3 - distance-map 39 The optional device tree node distance-map describes the relative 42 - compatible : Should at least contain "numa-distance-map-v1". 44 - distance-matrix [all …]
|
/freebsd/sys/dev/usb/net/ |
H A D | if_aue.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 21 * 4. Neither the name of the author nor the names of any co-contributors 57 * the station address and a 64-bit multicast hash table. The chip supports 233 .direction = UE_DIR_OUT, 243 .direction = UE_DIR_IN, 252 .direction = UE_DIR_IN, 319 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in aue_csr_read_1() 338 err = uether_do_request(&sc->sc_ue, &req, &val, 1000); in aue_csr_read_2() 356 if (uether_do_request(&sc->sc_ue, &req, &val, 1000)) { in aue_csr_write_1() [all …]
|
/freebsd/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 <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 77 ac02 ATV Turbo / Rally2 Dual Channel USB 2.0 Flash Drive [all …]
|
/freebsd/sys/netinet/libalias/ |
H A D | libalias.3 | 1 .\"- 41 library is a collection of functions for aliasing and de-aliasing of IP 48 Incoming packets are then de-aliased so that they are sent to the correct 52 In the simplest mode of operation, a many-to-one address mapping takes 55 In addition, one-to-one mappings between local and public addresses can 59 many-to-one mappings. 76 .Bd -ragged -offset indent 88 .Bl -item -offset indent -compact 111 .Bd -ragged -offset indent 126 .Bd -ragged -offset indent [all …]
|
/freebsd/contrib/llvm-project/libunwind/ |
H A D | LICENSE.TXT | 23 direction or management of such entity, whether by contract or 72 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 79 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 87 cross-claim or counterclaim in a lawsuit) alleging that the Work 119 wherever such third-party notices normally appear. The contents 152 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 191 identification within third-party archives. 199 http://www.apache.org/licenses/LICENSE-2.0 208 ---- LLVM Exceptions to the Apache 2.0 License ---- 240 The libunwind library is dual licensed under both the University of Illinois [all …]
|
/freebsd/contrib/llvm-project/libcxx/ |
H A D | LICENSE.TXT | 23 direction or management of such entity, whether by contract or 72 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 79 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 87 cross-claim or counterclaim in a lawsuit) alleging that the Work 119 wherever such third-party notices normally appear. The contents 152 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 191 identification within third-party archives. 199 http://www.apache.org/licenses/LICENSE-2.0 208 ---- LLVM Exceptions to the Apache 2.0 License ---- 240 The libc++ library is dual licensed under both the University of Illinois [all …]
|