| /freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | stmpe.txt | 2 ---------------- 5 - compatible: "st,stmpe-ts" 8 - st,ave-ctrl : Sample average control 9 0 -> 1 sample 10 1 -> 2 samples 11 2 -> 4 samples 12 3 -> 8 samples 13 - st,touch-det-delay : Touch detect interrupt delay (recommended is 3) 14 0 -> 10 us 15 1 -> 50 us [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | da7218.txt | 3 DA7218 is an audio codec with HP detect feature. 8 - compatible : Should be "dlg,da7217" or "dlg,da7218" 9 - reg: Specifies the I2C slave address 11 - VDD-supply: VDD power supply for the device 12 - VDDMIC-supply: VDDMIC power supply for the device 13 - VDDIO-supply: VDDIO power supply for the device 18 - interrupts: IRQ line info for DA7218 chip. 19 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for 21 - interrupt-names : Name associated with interrupt line. Should be "wakeup" if 23 - wakeup-source: Flag to indicate this device can wake system (suspend/resume). [all …]
|
| H A D | cirrus,cs42l43.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 21 - $ref: dai-common.yaml# 26 - cirrus,cs42l43 31 vdd-p-supply: 35 vdd-a-supply: 39 vdd-d-supply: 43 vdd-io-supply: [all …]
|
| /freebsd/contrib/bionic-x86_64-string/ |
| H A D | ssse3-strcmp-slm.S | 36 lea -16(%rcx, %r11), %r9; \ 74 .size name, .-name 95 ja L(crosscache) /* rsi: 16-byte load will cross cache line */ 97 ja L(crosscache) /* rdi: 16-byte load will cross cache line */ 117 * Determine source and destination string offsets from 16-byte alignment. 146 * n(0~15) n(0~15) 15(15+ n-n) ashr_0 158 shr %cl, %r9d /* adjust for 16-byte offset */ 161 * edx must be the same with r9d if in left byte (16-rcx) is equal to 162 * the start from (16-rax) and no null char was seen. 171 * Now both strings are aligned at 16-byte boundary. Loop over strings [all …]
|
| /freebsd/sys/dev/sdhci/ |
| H A D | sdhci_fdt_gpio.c | 1 /*- 28 * for card detect and write protect, and uses FDT data to describe those pins. 60 * Card detect interrupt handler. 67 sdhci_handle_card_present(gpio->slot, sdhci_fdt_gpio_get_present(gpio)); in cd_intr() 71 * Card detect setup. 80 dev = gpio->dev; in cd_setup() 83 * If the device is flagged as non-removable, set that slot option, and in cd_setup() 86 if (OF_hasprop(node, "non-removable")) { in cd_setup() 87 gpio->slot->opt |= SDHCI_NON_REMOVABLE; in cd_setup() 88 gpio->cd_disabled = true; in cd_setup() [all …]
|
| /freebsd/contrib/unbound/iterator/ |
| H A D | iter_resptype.c | 2 * iterator/iter_resptype.c - response type information and classification. 57 if(FLAGS_GET_RCODE(msg->rep->flags) == LDNS_RCODE_NXDOMAIN) in response_type_from_cache() 59 if(request->qtype == LDNS_RR_TYPE_ANY) in response_type_from_cache() 62 /* First we look at the answer section. This can tell us if this is in response_type_from_cache() 64 if(msg->rep->an_numrrsets > 0) { in response_type_from_cache() 69 uint8_t* mname = request->qname; in response_type_from_cache() 70 size_t mname_len = request->qname_len; in response_type_from_cache() 72 for(i=0; i<msg->rep->an_numrrsets; i++) { in response_type_from_cache() 73 struct ub_packed_rrset_key* s = msg->rep->rrsets[i]; in response_type_from_cache() 80 if(ntohs(s->rk.type) == request->qtype && in response_type_from_cache() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6ull-dhcom-picoitx.dts | 1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause 6 * DHCM-iMX6ULL-C080-R051-F0409-SPI-E2-CAN2-SD-RTC-ADC-I-01D2 7 * DHCOR PCB number: 578-200 or newer 8 * DHCOM PCB number: 579-200 or newer 9 * PicoITX PCB number: 487-600 or newer 11 /dts-v1/; 13 #include "imx6ull-dhcom-som.dtsi" 14 #include "imx6ull-dhcom-som-cfg-sdcard.dtsi" 18 compatible = "dh,imx6ull-dhcom-picoitx", "dh,imx6ull-dhcom-som", 19 "dh,imx6ull-dhcor-som", "fsl,imx6ull"; [all …]
|
| H A D | imx6ull-dhcom-som.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause 6 #include "imx6ull-dhcor-som.dtsi" 10 /delete-property/ spi2; 11 /delete-property/ spi3; 28 stdout-path = "serial0:115200n8"; 31 reg_ext_3v3_ref: regulator-ext-3v3-ref { 32 compatible = "regulator-fixed"; 33 regulator-always-on; 34 regulator-max-microvolt = <3300000>; 35 regulator-min-microvolt = <3300000>; [all …]
|
| /freebsd/sys/dev/mmc/ |
| H A D | mmc_fdt_helpers.c | 57 helper->props = mmc_helper.props; in mmc_fdt_parse() 63 if (regulator_get_by_ofw_property(dev, 0, "vmmc-supply", in mmc_fdt_parse() 64 &helper->vmmc_supply) == 0) { in mmc_fdt_parse() 66 device_printf(dev, "vmmc-supply regulator found\n"); in mmc_fdt_parse() 68 if (regulator_get_by_ofw_property(dev, 0, "vqmmc-supply", in mmc_fdt_parse() 69 &helper->vqmmc_supply) == 0) { in mmc_fdt_parse() 71 device_printf(dev, "vqmmc-supply regulator found\n"); in mmc_fdt_parse() 74 if (helper->vqmmc_supply != NULL) { in mmc_fdt_parse() 75 if (regulator_check_voltage(helper->vqmmc_supply, 1200000) == 0) in mmc_fdt_parse() 76 host->caps |= MMC_CAP_SIGNALING_120; in mmc_fdt_parse() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
| H A D | rv1126-edgeble-neu2-io.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 /dts-v1/; 9 #include "rv1126-edgeble-neu2.dtsi" 13 compatible = "edgeble,neural-compute-module-2-io", 14 "edgeble,neural-compute-module-2", "rockchip,rv1126"; 21 stdout-path = "serial2:1500000n8"; 24 vcc12v_dcin: vcc12v-dcin-regulator { 25 compatible = "regulator-fixed"; 26 regulator-name = "vcc12v_dcin"; 27 regulator-always-on; [all …]
|
| /freebsd/share/man/man4/ |
| H A D | ste.4 | 15 .\" 4. Neither the name of the author nor the names of any co-contributors 41 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 64 The ST201 has a 64-bit multicast hash filter 72 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx 84 .Ar full-duplex 86 .Ar half-duplex 93 .Ar full-duplex 95 .Ar half-duplex 102 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/st/ |
| H A D | ste-ux500-samsung-gavini.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Devicetree for the Samsung Galaxy Beam GT-I8530 also known as Gavini. 6 /dts-v1/; 7 #include "ste-db8500.dtsi" 8 #include "ste-ab8500.dtsi" 9 #include "ste-dbx5x0-pinctr [all...] |
| H A D | ste-ux500-samsung-kyle.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Devicetree for the Samsung Galaxy Amp SGH-I407 also known as Kyle. 10 /dts-v1/; 11 #include "ste-db8500.dtsi" 12 #include "ste-ab8505.dtsi" 13 #include "ste-dbx5x0-pinctr [all...] |
| H A D | ste-ux500-samsung-codina-tmo.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Devicetree for the Samsung Galaxy Exhibit SGH-T599 also known as Codina-TMO, 4 * the "TMO" shall be read "T-Mobile" as this phone was produced exlusively 5 * for T-Mobile in the United States. 8 * - No CPU speed cap, full ~1GHz rate 9 * - Differen [all...] |
| H A D | ste-ux500-samsung-codina.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Devicetree for the Samsung Galaxy Ace 2 GT-I8160 also known as Codina. 11 * The Samsung tree further talks about GT-I8160P and GT-I8160chn (China). 12 * The GT-I8160 plain is known as the "europe" variant. 13 * The GT-I8160P is the CDMA version and it appears to not use the ST 15 * The GT-I8160ch [all...] |
| /freebsd/contrib/libpcap/doc/ |
| H A D | README.aix | 21 ## Other AIX-related information 33 same, and the configure script should detect that it's on an AIX 43 should send to tcpdump-workers@lists.tcpdump.org a detailed bug 44 report (if the compile fails, send us the compile error messages; 45 if it compiles but fails to work correctly, send us as detailed as 47 network link-layer type being wrong or time stamps being wrong). 52 https://github.com/the-tcpdump-group/libpcap/tree/master 62 --with-pcap=dlpi 74 lslpp -l bos.rte.tty 86 strload -q -d dlpi [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/ |
| H A D | rc4.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 44 * other enc providers), we can detect it via the loopback field and return a 61 /* In-place IOV crypto */ 72 arcstate = (state != NULL) ? (void *)state->data : NULL; in k5_arcfour_docrypt() 74 ctx = arcstate->ctx; in k5_arcfour_docrypt() 75 if (arcstate->loopback != arcstate) in k5_arcfour_docrypt() 84 ret = EVP_EncryptInit_ex(ctx, EVP_rc4(), NULL, key->keyblock.contents, in k5_arcfour_docrypt() 92 arcstate->ctx = ctx; in k5_arcfour_docrypt() 99 (unsigned char *) iov->data.data, &tmp_len, in k5_arcfour_docrypt() 100 (unsigned char *) iov->data.data, in k5_arcfour_docrypt() [all …]
|
| /freebsd/sys/netgraph/ |
| H A D | ng_lmi.c | 5 /*- 6 * Copyright (c) 1996-1999 Whistle Communications, Inc. 24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 44 * to do ITU Annex A, ANSI Annex D, and "Group-of-Four" variants 50 * Alternately, this node can do auto-detection of the LMI protocol 118 int poll_state; /* state of auto detect machine */ 132 hook_p lmi_channel0; /* auto-detect on DLCI 0 */ 133 hook_p lmi_channel1023;/* auto-detect on DLCI 1023 */ 155 #define SCF_AUTO 0x02 /* we are auto-detecting */ 166 (sc)->flags &= ~SCF_LMITYPE; \ [all …]
|
| /freebsd/lib/libc/locale/ |
| H A D | utf8.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2002-2004 Tim J. Robbins 68 l->__mbrtowc = _UTF8_mbrtowc; in _UTF8_init() 69 l->__wcrtomb = _UTF8_wcrtomb; in _UTF8_init() 70 l->__mbsinit = _UTF8_mbsinit; in _UTF8_init() 71 l->__mbsnrtowcs = _UTF8_mbsnrtowcs; in _UTF8_init() 72 l->__wcsnrtombs = _UTF8_wcsnrtombs; in _UTF8_init() 73 l->runes = rl; in _UTF8_init() 74 l->__mb_cur_max = 4; in _UTF8_init() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-gru.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 * Copyright 2016-2017 Google, Inc 8 #include <dt-bindings/input/input.h> 9 #include "rk3399-op1.dtsi" 18 stdout-path = "serial2:115200n8"; 27 * - Rails that only connect to the EC (or devices that the EC talks to) 29 * - Rails _are_ included if the rails go to the AP even if the AP 38 * - The EC controls the enable and the EC always enables a rail as 40 * - The rails are actually connected to each other by a jumper and 45 ppvar_sys: ppvar-sys { [all …]
|
| H A D | rk3588-ok3588-c.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 4 #include "rk3588-fet3588-c.dtsi" 7 model = "Forlinx OK3588-C Board"; 8 compatible = "forlinx,ok3588-c", "forlinx,fet3588-c", "rockchip,rk3588"; 16 adc-keys-0 { 17 compatible = "adc-keys"; 18 io-channels = <&saradc 0>; 19 io-channel-names = "buttons"; 20 keyup-threshold-microvolt = <1800000>; [all …]
|
| H A D | px30-engicam-common.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 15 vcc5v0_sys: vcc5v0-sys { 16 compatible = "regulator-fixed"; 17 regulator-name = "vcc5v0_sys"; /* +5V */ 18 regulator-always-on; 19 regulator-boot-o [all...] |
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_channel_local.h | 44 * (other than the 0-RTT EL). Note that the `tls` SSL object is not "owned" 77 * and owned by us. 106 * crypto_send[QUIC_PN_SPACE_APP] is the 1-RTT crypto stream. There is no 107 * 0-RTT crypto stream. 140 /* Server only: The DCID we currently expect the peer to use to talk to us. */ 241 * Deadline at which we should send an ACK-eliciting packet to ensure 275 * State tracking. QUIC connection-level state is best represented based on 278 * state of the connection's lifecycle, but more fine-grained conditions of 280 * doc/designs/quic-design/connection-state-machine.md. We are in the Open 330 * At our option, we may also take acknowledgement of any 1-RTT packet [all …]
|
| /freebsd/crypto/krb5/src/lib/gssapi/generic/ |
| H A D | gssapi_alloc.h | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 3 * all copyright and related or neighboring rights to GSS-API Memory 47 /* Be deliberately incompatible with malloc and free, to allow us to detect 53 char *p = (char *)value - 8; in gssalloc_free() 80 char *p = (char *)value - 8; in gssalloc_realloc() 126 copy[size-1] = '\0'; in gssalloc_strdup()
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | ci-hdrc-usb2.txt | 4 - compatible: should be one of: 5 "fsl,imx23-usb" 6 "fsl,imx27-usb" 7 "fsl,imx28-usb" 8 "fsl,imx6q-usb" 9 "fsl,imx6sl-usb" 10 "fsl,imx6sx-usb" 11 "fsl,imx6ul-usb" 12 "fsl,imx7d-usb" 13 "fsl,imx7ulp-usb" [all …]
|