Home
last modified time | relevance | path

Searched refs:PIN (Results 1 – 25 of 58) sorted by relevance

123

/src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-mt7622.txt90 PIN 0: "GPIO_A"
91 PIN 1: "I2S1_IN"
92 PIN 2: "I2S1_OUT"
93 PIN 3: "I2S_BCLK"
94 PIN 4: "I2S_WS"
95 PIN 5: "I2S_MCLK"
96 PIN 6: "TXD0"
97 PIN 7: "RXD0"
98 PIN 8: "SPI_WP"
99 PIN 9: "SPI_HOLD"
[all …]
H A Dfsl,imx27-pinctrl.txt10 setting. The format is fsl,pins = <PIN MUX_ID CONFIG>.
12 PIN is an integer between 0 and 0xbf. imx27 has 6 ports with 32 configurable
13 configurable pins each. PIN is PORT * 32 + PORT_PIN, PORT_PIN is the pin
90 For convenience there are macros defined in imx27-pinfunc.h which provide PIN
H A Drenesas,rzn1-pinctrl.txt113 (PIN | MUX_FUNC << 8)
114 where PIN directly corresponds to the pl_gpio pin number and MUX_FUNC is
H A Drenesas,rza2-pinctrl.txt65 ((PORT * 8 + PIN) | MUX_FUNC << 16)
H A Dqcom,mdm9615-pinctrl.txt65 PIN CONFIGURATION NODES:
H A Dqcom,msm8960-pinctrl.txt65 PIN CONFIGURATION NODES:
/src/contrib/wpa/hostapd/
H A DREADME-WPS16 with PIN method and push-button configuration (PBC) being the most
20 wireless network, it should be noted that the use of the PIN and
91 # Enable control interface for PBC/PIN entry
120 WPS requires either a device PIN code (usually, 8-digit number) or a
125 The PIN value used in the commands must be processed by an UI to
127 digit. "hostapd_cli wps_check_pin <PIN>" can be used to do such
128 processing. It returns FAIL if the PIN is invalid, or FAIL-CHECKSUM if
129 the checksum digit is incorrect, or the processed PIN (non-digit
130 characters removed) if the PIN is valid.
133 Registrar) in order to start PIN mode negotiation for WPS, an
[all …]
/src/contrib/wpa/wpa_supplicant/
H A DREADME-WPS17 with PIN method and push-button configuration (PBC) being the most
21 wireless network, it should be noted that the use of the PIN and
97 WPS requires either a device PIN code (usually, 8-digit number) or a
102 The PIN value used in the commands must be processed by an UI to
104 digit. "wpa_cli wps_check_pin <PIN>" can be used to do such processing.
105 It returns FAIL if the PIN is invalid, or FAIL-CHECKSUM if the checksum
106 digit is incorrect, or the processed PIN (non-digit characters removed)
107 if the PIN is valid.
109 If the client device has a display, a random PIN has to be generated
115 This will return the generated 8-digit PIN which will then need to be
[all …]
H A DREADME-P2P140 02:01:02:03:04:05 display" would request the peer to display a PIN for
142 to enter a PIN that we display.
146 mainly used with "display" to request it to display a PIN. The "auto"
151 p2p_connect <peer device address> <pbc|pin|PIN#|p2ps> [display|keypad|p2ps]
160 The <pbc|pin|PIN#> parameter specifies the WPS provisioning
161 method. "pbc" string starts pushbutton method, "pin" string start PIN
162 method using an automatically generated PIN (which will be returned as
163 the command return code), PIN# means that a pre-selected PIN can be
164 used (e.g., 12345670). [display|keypad] is used with PIN method
165 to specify which PIN is used (display=dynamically generated random PIN
[all …]
/src/sys/dev/pcf/
H A Dpcf.c66 if ((pcf_get_S1(sc) & PIN) == 0) in pcf_wait_byte()
93 pcf_set_S1(sc, PIN|ESO|ENI|STO|ACK); in pcf_stop_locked()
179 pcf_set_S1(sc, PIN|ESO|STA|ACK); in pcf_start()
230 if (status & PIN) { in pcf_intr()
313 } while ((pcf_get_S1(sc) & PIN) == 0); in pcf_intr()
320 pcf_set_S1(sc, PIN|ESO|ENI|ACK); in pcf_intr()
343 pcf_set_S1(sc, PIN); /* initialize S1 */ in pcf_rst_card()
349 pcf_set_S1(sc, PIN|ES1); in pcf_rst_card()
369 pcf_set_S1(sc, PIN|ESO|ENI|ACK); in pcf_rst_card()
H A Dpcfvar.h45 #define PIN 0x80 /* pending interrupt not (r/w) */ macro
/src/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-pocketbeagle.dts220 /* P2_03 (ZCZ ball T10) gpio0_23 0x824 PIN 9 */
229 /* P1_34 (ZCZ ball T11) gpio0_26 0x828 PIN 10 */
238 /* P2_19 (ZCZ ball U12) gpio0_27 0x82c PIN 11 */
247 /* P2_24 (ZCZ ball T12) gpio1_12 0x830 PIN 12 */
256 /* P2_33 (ZCZ ball R12) gpio1_13 0x834 PIN 13 */
265 /* P2_22 (ZCZ ball V13) gpio1_14 0x838 PIN 14 */
283 /* P2_10 (ZCZ ball R14) gpio1_20 0x850 PIN 20 */
292 /* P2_06 (ZCZ ball U16) gpio1_25 0x864 PIN 25 */
301 /* P2_04 (ZCZ ball T16) gpio1_26 0x868 PIN 26 */
310 /* P2_02 (ZCZ ball V17) gpio1_27 0x86c PIN 27 */
[all …]
/src/contrib/libfido2/tools/
H A Dfido2-unprot.sh42 read PIN
45 …RESIDENT_RPS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -r $DEV_PATH | cut -…
52 …UNPROT_CREDS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -k $RESIDENT_RP $DEV…
/src/crypto/openssl/doc/man7/
H A DEVP_KDF-PVKKDF.pod9 Support for computing the B<PVK KDF> PIN-based KDF through the B<EVP_KDF>
12 The EVP_KDF-PVKKDF algorithm implements a PVK PIN-based key
/src/contrib/libfido2/examples/
H A DREADME.adoc47 Configures <pin> as the new PIN of <device>. If [oldpin] is provided,
48 the device's PIN is changed from [oldpin] to <pin>.
88 Get the number of PIN attempts left on <device> before lockout.
/src/contrib/pam-krb5/tests/data/scripts/pkinit/
H A Dpin-mit1 # Test PKINIT auth with a PIN prompt. -*- conf -*-
/src/sys/contrib/device-tree/src/arm64/renesas/
H A Dr9a07g043-smarc-pmod.dtso12 * |CN7 (PMOD1 PIN HEADER) |
H A Dr9a08g045s33-smarc-pmod1-type-3a.dtso12 * |PMOD1_3A (PMOD1 PIN HEADER) |
H A Dr8a779g0-white-hawk-ard-audio-da7212.dtso18 * |CN40 (IO PIN HEADER) |
H A Dwhite-hawk-ard-audio-da7212.dtso18 * |CN40 (IO PIN HEADER) |
/src/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhikey970-pmic.dtsi34 ldo4: ldo4 { /* 40 PIN */
/src/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-pinctrl.dtsi14 #define PIN(_pin, _func, _pull, _drv) \ macro
23 PIN(_pin, INPUT, _pull, _drv)
26 PIN(_pin, OUTPUT, _pull, _drv)
29 PIN(_pin, 2, _pull, _drv)
/src/sys/contrib/device-tree/Bindings/sound/
H A Dnau8825.txt74 - nuvoton,adcout-drive-strong: make the drive strength of ADCOUT IO PIN strong if set.
H A Ddavinci-mcasp-audio.txt59 When requesting a GPIO, the first parameter is the PIN index in McASP_P*
/src/crypto/openssl/doc/man1/
H A Dopenssl-format-options.pod72 A password or PIN may be supplied to the engine using the B<-passin> option.

123