Home
last modified time | relevance | path

Searched +full:detect +full:- +full:us (Results 1 – 25 of 732) sorted by relevance

12345678910>>...30

/freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dstmpe.txt2 ----------------
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-src/sys/contrib/device-tree/Bindings/sound/
H A Dda7218.txt3 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 Dcirrus,cs42l43.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd-src/contrib/bionic-x86_64-string/
H A Dssse3-strcmp-slm.S36 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-src/sys/dev/sdhci/
H A Dsdhci_fdt_gpio.c1 /*-
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-src/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ull-dhcom-picoitx.dts1 // 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 Dimx6ull-dhcom-som.dtsi1 // 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-pat
[all...]
H A Dimx6ul-prti6g.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
7 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
16 stdout-path = &uart1;
19 clock_ksz8081_in: clock-ksz8081-in {
20 compatible = "fixed-clock";
21 #clock-cells = <0>;
22 clock-frequency = <25000000>;
25 clock_ksz8081_out: clock-ksz8081-out {
26 compatible = "fixed-clock";
[all …]
/freebsd-src/sys/dev/mmc/
H A Dmmc_fdt_helpers.c57 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-src/contrib/unbound/iterator/
H A Diter_resptype.c2 * 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-src/share/man/man4/
H A Dste.415 .\" 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-src/sys/contrib/device-tree/src/arm/rockchip/
H A Drv1126-edgeble-neu2-io.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 /dts-v1/;
9 #include "rv1126-edgeble-neu2.dtsi"
13 compatible = "edgeble,neural-compute-module-2-i
[all...]
/freebsd-src/contrib/libpcap/doc/
H A DREADME.aix21 ## 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-src/sys/contrib/device-tree/src/arm/st/
H A Dste-ux500-samsung-gavini.dts1 // 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-pinctrl.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/leds/common.h>
12 #include <dt-bindings/input/input.h>
13 #include <dt-bindings/interrupt-controller/irq.h>
[all …]
H A Dste-ux500-samsung-kyle.dts1 // 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-pinctrl.dtsi"
14 #include <dt-bindings/gpio/gpio.h>
15 #include <dt-bindings/leds/common.h>
16 #include <dt-bindings/input/input.h>
17 #include <dt-bindings/interrupt-controller/irq.h>
[all …]
H A Dste-ux500-samsung-codina-tmo.dts1 // 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 * - Different power management IC, AB8505
10 * - As AB8505 has a micro USB phy, no TI TSU6111
11 * - Different power routing such as the removal of the external LDO for the
13 * - Using a regulator for the key backlight LED
14 * - Using the Samsung S6D27A1 panel by default
[all …]
H A Dste-ux500-samsung-codina.dts1 // 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-I8160chn appears to be the same as the europe variant.
17 * There is also the Codina-TMO, Samsung SGH-T599, which has its own device
21 /dts-v1/;
22 #include "ste-db8500.dtsi"
23 #include "ste-ab8500.dtsi"
[all …]
/freebsd-src/lib/libc/locale/
H A Dutf8.c1 /*-
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-src/sys/netgraph/
H A Dng_lmi.c5 /*-
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-src/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru.dtsi1 // 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 * - Th
[all...]
H A Dpx30-engicam-common.dtsi1 // 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-on;
20 regulator-min-microvolt = <5000000>;
21 regulator-max-microvolt = <5000000>;
24 sdio_pwrseq: sdio-pwrseq {
25 compatible = "mmc-pwrseq-simple";
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/usb/
H A Dci-hdrc-usb2.txt4 - 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 …]
/freebsd-src/sys/nfs/
H A Dnfs_lock.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
52 * detect the unlikely, but possible, event of the recycling of a pid.
63 * The structure that the kernel hands us for each lock request.
/freebsd-src/contrib/file/src/
H A Dprint.c2 * Copyright (c) Ian F. Darwin 1986-1995.
4 * maintained 1995-present by Christos Zoulas and others.
29 * print.c - debugging printout routines
56 m->desc[0] == '\0' ? m->desc + 1 : "*unknown*", m->lineno, in file_mdump()
57 (m->cont_level & 7) + 1, ">>>>>>>>", m->offset); in file_mdump()
59 if (m->flag & INDIR) { in file_mdump()
62 (m->in_typ in file_mdump()
264 file_fmtvarint(char * buf,size_t blen,const unsigned char * us,int t) file_fmtvarint() argument
353 file_fmtnum(char * buf,size_t blen,const char * us,int base) file_fmtnum() argument
[all...]
/freebsd-src/usr.bin/localedef/
H A Dlocaledef.19 .\" have given us permission to reprint portions of their documentation. In
13 .\" 2004 Edition, Standard for Information Technology -- Portable Operating
15 .\" Copyright (C) 2001-2004 by the Institute of Electrical and Electronics
64 .Em category-name
67 .Bl -tag -width ".Ev LC_MONETARY"
75 Defines the decimal delimiter, grouping and grouping symbol for non-monetary
84 .Bl -tag -width indent
86 Use big-endian byte order for output.
90 BSD-style
106 .Sy collating-symbol
[all …]

12345678910>>...30