Home
last modified time | relevance | path

Searched +full:wait +full:- +full:pin (Results 1 – 25 of 179) sorted by relevance

12345678

/freebsd-src/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5250-snow-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/clock/maxim,max77686.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/sound/samsung-i2s.h>
30 stdout-path = "serial3:115200n8";
33 gpio-keys {
34 compatible = "gpio-keys";
35 pinctrl-names = "default";
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/
H A Domap-gpmc.txt7 - compatible: Should be set to one of the following:
9 ti,omap2420-gpmc (omap2420)
10 ti,omap2430-gpmc (omap2430)
11 ti,omap3430-gpmc (omap3430 & omap3630)
12 ti,omap4430-gpmc (omap4430 & omap4460 & omap543x)
13 ti,am3352-gpmc (am335x devices)
15 - reg: A resource specifier for the register space
17 - ti,hwmods: Should be set to "ti,gpmc" until the DT transition is
19 - #address-cells: Must be set to 2 to allow memory address translation
20 - #size-cells: Must be set to 1 to allow CS address passing
[all …]
H A Dti,gpmc-child.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/ti,gpmc-child.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tony Lindgren <tony@atomide.com>
11 - Roger Quadros <rogerq@kernel.org>
24 gpmc,sync-clk-ps:
28 # Chip-select signal timings corresponding to GPMC_CONFIG2:
29 gpmc,cs-on-ns:
33 gpmc,cs-rd-off-ns:
[all …]
H A Dti,gpmc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/ti,gpmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tony Lindgren <tony@atomide.com>
11 - Roger Quadros <rogerq@kernel.org>
16 - Asynchronous SRAM-like memories and ASICs
17 - Asynchronous, synchronous, and page mode burst NOR flash
18 - NAND flash
19 - Pseudo-SRAM devices
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dlantiq,pinctrl-xway.txt4 - compatible: "lantiq,<chip>-pinctrl", where <chip> is:
10 - reg: Should contain the physical address and length of the gpio/pinmux
13 Please refer to pinctrl-bindings.txt in this directory for details of the
15 phrase "pin configuration node".
17 Lantiq's pin configuration nodes act as a container for an arbitrary number of
19 pin, a group, or a list of pins or groups. This configuration can include the
20 mux function to select on those group(s), and two pin configuration parameters:
21 pull-up and open-drain
27 other words, a subnode that lists a mux function but no pin configuration
28 parameters implies no information about any pin configuration parameters.
[all …]
/freebsd-src/sys/dev/pcf/
H A Dpcf.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
56 * Polling mode for master operations wait for a new
65 while (counter--) { in pcf_wait_byte()
66 if ((pcf_get_S1(sc) & PIN) == 0) in pcf_wait_byte()
91 if (sc->pcf_started) { in pcf_stop_locked()
93 pcf_set_S1(sc, PIN|ESO|ENI|STO|ACK); in pcf_stop_locked()
95 sc->pcf_started = 0; in pcf_stop_locked()
110 DELAY(10); /* XXX wait 10 us */ in pcf_noack()
111 } while (k--); in pcf_noack()
[all …]
/freebsd-src/contrib/libfido2/man/
H A Dfido_bio_dev_get_info.326 .\" SPDX-License-Identifier: BSD-2-Clause
46 …"fido_bio_template_t *template" "fido_bio_enroll_t *enroll" "uint32_t timeout_ms" "const char *pin"
52 …ido_bio_dev_enroll_remove "fido_dev_t *dev" "const fido_bio_template_t *template" "const char *pin"
54 …_get_template_array "fido_dev_t *dev" "fido_bio_template_array_t *template_array" "const char *pin"
56 …bio_dev_set_template_name "fido_dev_t *dev" "const fido_bio_template_t *template" "const char *pin"
80 instructing the authenticator to wait
94 instructing the authenticator to wait
/freebsd-src/sys/dev/gpio/
H A Dgpiokeys.c1 /*-
2 * Copyright (c) 2015-2016 Oleksandr Tymoshenko <gonzo@freebsd.org>
65 #define GPIOKEYS_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx)
66 #define GPIOKEYS_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx)
68 mtx_init(&_sc->sc_mtx, device_get_nameunit((_sc)->sc_dev), \
70 #define GPIOKEYS_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx);
71 #define GPIOKEYS_ASSERT_LOCKED(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED)
73 #define GPIOKEY_LOCK(_key) mtx_lock(&(_key)->mtx)
74 #define GPIOKEY_UNLOCK(_key) mtx_unlock(&(_key)->mtx)
76 mtx_init(&(_key)->mtx, "gpiokey", "gpiokey", MTX_DEF)
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dcs42l42.txt5 - compatible : "cirrus,cs42l42"
7 - reg : the I2C address of the device for I2C.
9 - VP-supply, VCP-supply, VD_FILT-supply, VL-supply, VA-supply :
15 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be
18 - interrupts : IRQ line info CS42L42.
19 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
22 - cirrus,ts-inv : Boolean property. Sets the behaviour of the jack plug
31 - cirrus,ts-dbnc-rise : Debounce the rising edge of TIP_SENSE_PLUG. With no
32 debounce, the tip sense pin might be noisy on a plug event.
34 0 - 0ms,
[all …]
H A Dcirrus,cs42l42.yaml1 # 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
13 The CS42L42 is a low-power audio codec designed for portable applications.
14 It provides a high-dynamic range, stereo DAC for audio playback and a mono
15 high-dynamic-range ADC for audio capture. There is an integrated headset
21 - cirrus,cs42l42
22 - cirrus,cs42l83
29 VP-supply:
[all …]
H A Dst,sta350.txt7 - compatible: "st,sta350"
8 - reg: the I2C address of the device for I2C
9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be
12 - power-down-gpios: a GPIO spec for the power down pin. If specified,
16 - vd
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/power/reset/
H A Dgpio-restart.txt6 handler. If the optional properties 'open-source' is not found, the GPIO line
13 inactive->active edge condition, triggering positive edge triggered
14 reset. After a delay specified by active-delay, the GPIO is set to
15 inactive, thus causing an active->inactive edge, triggering negative edge
16 triggered reset. After a delay specified by inactive-delay, the GPIO
17 is driven active again. After a delay specified by wait-delay, the
21 - compatible : should be "gpio-restart".
22 - gpios : The GPIO to set high/low, see "gpios property" in
23 Documentation/devicetree/bindings/gpio/gpio.txt. If the pin should be
28 - open-source : Treat the GPIO as being open source and defer driving
[all …]
H A Dgpio-restart.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/reset/gpio-restart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
17 'open-source' is not found, the GPIO line will be driven in the inactive state. Otherwise its
22 This will also cause an inactive->active edge condition, triggering positive edge triggered
23 reset. After a delay specified by active-delay, the GPIO is set to inactive, thus causing an
24 active->inactive edge, triggering negative edge triggered reset. After a delay specified by
25 inactive-delay, the GPIO is driven active again. After a delay specified by wait-delay, the
[all …]
H A Dgpio-poweroff.txt9 When the power-off handler is called, the gpio is configured as an
11 condition. This will also cause an inactive->active edge condition, so
13 the GPIO is set to inactive, thus causing an active->inactive edge,
19 - compatible : should be "gpio-poweroff".
20 - gpios : The GPIO to set high/low, see "gpios property" in
21 Documentation/devicetree/bindings/gpio/gpio.txt. If the pin should be
26 - input : Initially configure the GPIO line as an input. Only reconfigure
27 it to an output when the power-off handler is called. If this optional
30 - active-delay-ms: Delay (default 100) to wait after driving gpio active
31 - inactive-delay-ms: Delay (default 100) to wait after driving gpio inactive
[all …]
/freebsd-src/contrib/wpa/src/eap_peer/
H A Deap_wsc.c2 * EAP-WSC peer for Wi-Fi Protected Setup
3 * Copyright (c) 2007-2009, 2012, Jouni Malinen <j@w1.fi>
51 wpa_printf(MSG_DEBUG, "EAP-WSC: %s -> %s", in eap_wsc_state()
52 eap_wsc_state_txt(data->state), in eap_wsc_state()
54 data->state = state; in eap_wsc_state()
74 len = end - pos; in eap_wsc_new_ap_settings()
75 if ((len & 1) || len > 2 * sizeof(cred->ssid) || in eap_wsc_new_ap_settings()
76 hexstr2bin(pos, cred->ssi in eap_wsc_new_ap_settings()
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dtsc2007.txt4 - compatible: must be "ti,tsc2007".
5 - reg: I2C address of the chip.
6 - ti,x-plate-ohms: X-plate resistance in ohms.
9 - gpios: the interrupt gpio the chip is connected to (through the penirq pin).
10 The penirq pin goes to low when the panel is touched.
12 - interrupts: (gpio) interrupt to which the chip is connected
14 - ti,max-rt: maximum pressure.
15 - ti,fuzzx: specifies the absolute input fuzz x value.
16 If set, it will permit noise in the data up to +- the value given to the fuzz
18 - ti,fuzzy: specifies the absolute input fuzz y value.
[all …]
H A Dazoteq,iqs7211.yaml1 # 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/src/mips/cavium-octeon/
H A Docteon_3xxx.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 /dts-v1/;
7 compatible = "cavium,octeon-3860";
8 #address-cells = <2>;
9 #size-cells = <2>;
10 interrupt-parent = <&ciu>;
13 compatible = "simple-bus";
14 #address-cells = <2>;
15 #size-cells = <2>;
18 ciu: interrupt-controller@1070000000000 {
[all …]
/freebsd-src/usr.sbin/wpa/wpa_cli/
H A Dwpa_cli.81 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
48 is a text-based frontend program for interacting with
77 one-time passwords or generic token card
79 challenge-response that uses an external device for generating the
103 non-root user access by using the
124 .Dq Li CTRL-REQ- Ns Ao Ar type Ac Ns Li - Ns Ao Ar id Ac : Ns Aq Ar text
131 (One-Time Password),
138 (One-Time Password) request,
146 .Bd -literal -offset indent
[all …]
/freebsd-src/sys/x86/x86/
H A Dlocal_apic.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
15 * 3. Neither the name of the author nor the names of any co-contributors
98 * I/O interrupts use non-negative IRQ values. These values are used
99 * to mark unused IDT entries or IDT entries reserved for a non-I/O
102 #define IRQ_FREE -1
103 #define IRQ_TIMER -
357 lvt_mode_impl(struct lapic * la,struct lvt * lvt,u_int pin,uint32_t value) lvt_mode_impl() argument
391 lvt_mode(struct lapic * la,u_int pin,uint32_t value) lvt_mode() argument
1121 lapic_set_lvt_mask(u_int apic_id,u_int pin,u_char masked) lapic_set_lvt_mask() argument
1144 lapic_set_lvt_mode(u_int apic_id,u_int pin,u_int32_t mode) lapic_set_lvt_mode() argument
1200 lapic_set_lvt_polarity(u_int apic_id,u_int pin,enum intr_polarity pol) lapic_set_lvt_polarity() argument
1225 lapic_set_lvt_triggermode(u_int apic_id,u_int pin,enum intr_trigger trigger) lapic_set_lvt_triggermode() argument
[all...]
H A Ddelay.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
56 * Pin the current thread ensure correct behavior if the TSCs in delay_tsc()
78 * Only use the TSC if it is P-state invariant. If the TSC is in delay_tc()
79 * not P-state invariant and the CPU is not running at the in delay_tc()
80 * "full" P-state, then the TSC will increment at some rate in delay_tc()
81 * less than tsc_freq and delay_tsc() will wait too long. in delay_tc()
88 if (tc->tc_quality <= 0) in delay_tc()
90 func = tc->tc_get_timecount; in delay_tc()
91 mask = tc->tc_counter_mask; in delay_tc()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra20-usb-phy.txt6 - compatible : For Tegra20, must contain "nvidia,tegra20-usb-phy".
7 For Tegra30, must contain "nvidia,tegra30-usb-phy". Otherwise, must contain
8 "nvidia,<chip>-usb-phy" plus at least one of the above, where <chip> is
10 - reg : Defines the following set of registers, in the order listed:
11 - The PHY's own register set.
13 - The register set of the PHY containing the UTMI pad control registers.
14 Present if-and-only-if phy_type == utmi.
15 - phy_type : Should be one of "utmi", "ulpi" or "hsic".
16 - clocks : Defines the clocks listed in the clock-names property.
17 - clock-names : The following clock names must be present:
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-pinephone-pro.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 * https://files.pine64.org/doc/PinePhonePro/PinephonePro-Schematic-V1.0-20211127.pdf
12 /dts-v1/;
13 #include <dt-bindings/input/gpio-keys.h>
14 #include <dt-binding
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt4 external memory (such as NAND or other memory-mapped peripherals) whereas
18 Also CS1 and CS2 has -A and -B signals. Why they have that is unclear to me.
24 CS0 GPIO134 0x1a800000-0x1b000000 (8MB)
25 CS1 GPIO39 (A) / GPIO123 (B) 0x1b000000-0x1b800000 (8MB)
26 CS2 GPIO40 (A) / GPIO124 (B) 0x1b800000-0x1c000000 (8MB)
27 CS3 GPIO133 0x1d000000-0x25000000 (128 MB)
28 CS4 GPIO132 0x1c800000-0x1d000000 (8MB)
29 CS5 GPIO131 0x1c000000-0x1c800000 (8MB)
31 The APQ8060 Qualcomm Application Processor User Guide, 80-N7150-14 Rev. A,
51 - compatible: should be one of:
[all …]
/freebsd-src/crypto/openssh/regress/
H A Dtest-exec.sh1 # $OpenBSD: test-exec.sh,v 1.108 2024/03/08 11:34:10 dtucker Exp $
6 if [ ! -z "$TEST_SSH_ELAPSED_TIMES" ]; then
10 if [ ! -z "$TEST_SSH_PORT" ]; then
21 if [ ! -d $OBJ ]; then
30 if [ ! -f $SCRIPT ]; then
34 if $TEST_SHELL -n $SCRIPT; then
42 # Portable-specific settings.
44 if [ -x /usr/ucb/whoami ]; then
51 USER=`id -un`
53 if test -z "$LOGNAME"; then
[all …]

12345678