Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pinctrl/cirrus/
Dpinctrl-lochnagar.c443 LN_FUNC(lochnagar##REV##_##ID##_pin.name, PIN, OP)
456 LN_FUNC(lochnagar2_##ID##_BCLK_pin.name, PIN, BOP), \
457 LN_FUNC(lochnagar2_##ID##_LRCLK_pin.name, PIN, LROP), \
458 LN_FUNC(lochnagar2_##ID##_RXDAT_pin.name, PIN, RXOP), \
459 LN_FUNC(lochnagar2_##ID##_TXDAT_pin.name, PIN, TXOP)
476 LN_FUNC("dsp-gpio1", PIN, 0x01),
477 LN_FUNC("dsp-gpio2", PIN, 0x02),
478 LN_FUNC("dsp-gpio3", PIN, 0x03),
479 LN_FUNC("codec-gpio1", PIN, 0x04),
480 LN_FUNC("codec-gpio2", PIN, 0x05),
[all …]
/Linux-v6.6/arch/arm/boot/dts/ti/omap/
Dam335x-pocketbeagle.dts216 /* P2_03 (ZCZ ball T10) gpio0_23 0x824 PIN 9 */
225 /* P1_34 (ZCZ ball T11) gpio0_26 0x828 PIN 10 */
234 /* P2_19 (ZCZ ball U12) gpio0_27 0x82c PIN 11 */
243 /* P2_24 (ZCZ ball T12) gpio1_12 0x830 PIN 12 */
252 /* P2_33 (ZCZ ball R12) gpio1_13 0x834 PIN 13 */
261 /* P2_22 (ZCZ ball V13) gpio1_14 0x838 PIN 14 */
270 /* P2_18 (ZCZ ball U13) gpio1_15 0x83c PIN 15 */
279 /* P2_10 (ZCZ ball R14) gpio1_20 0x850 PIN 20 */
288 /* P2_06 (ZCZ ball U16) gpio1_25 0x864 PIN 25 */
297 /* P2_04 (ZCZ ball T16) gpio1_26 0x868 PIN 26 */
[all …]
Dam335x-moxa-uc-8100-common.dtsi45 …PADCONF(AM335X_PIN_LCD_VSYNC, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_vsync.gpio2_22 Power off PIN*/
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/
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
Dqcom,apq8084-pinctrl.txt65 PIN CONFIGURATION NODES:
Dactions,s700-pinctrl.txt37 PIN CONFIGURATION NODES:
Dactions,s900-pinctrl.txt37 PIN CONFIGURATION NODES:
/Linux-v6.6/Documentation/userspace-api/media/cec/
Dcec-ioc-dqevent.rst153 * .. _`CEC-EVENT-PIN-CEC-LOW`:
160 * .. _`CEC-EVENT-PIN-CEC-HIGH`:
167 * .. _`CEC-EVENT-PIN-HPD-LOW`:
176 * .. _`CEC-EVENT-PIN-HPD-HIGH`:
185 * .. _`CEC-EVENT-PIN-5V-LOW`:
194 * .. _`CEC-EVENT-PIN-5V-HIGH`:
Dcec-ioc-adap-g-caps.rst127 * .. _`CEC-CAP-MONITOR-PIN`:
Dcec-ioc-g-mode.rst156 * .. _`CEC-MODE-MONITOR-PIN`:
163 This mode requires that the :ref:`CEC_CAP_MONITOR_PIN <CEC-CAP-MONITOR-PIN>`
/Linux-v6.6/arch/arm64/boot/dts/renesas/
Dr9a07g043-smarc-pmod.dtso12 * |CN7 (PMOD1 PIN HEADER) |
Dr8a779g0-white-hawk-ard-audio-da7212.dtso18 * |CN40 (IO PIN HEADER) |
/Linux-v6.6/Documentation/arch/arm/samsung/
Dgpio.rst22 PIN configuration
/Linux-v6.6/arch/arm64/boot/dts/hisilicon/
Dhikey970-pmic.dtsi38 ldo4: ldo4 { /* 40 PIN */
/Linux-v6.6/arch/arm64/boot/dts/exynos/
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)
/Linux-v6.6/Documentation/process/
Dmaintainer-pgp-guide.rst451 You should set the user PIN (1), Admin PIN (3), and the Reset Code (4).
453 the Admin PIN and the Reset Code (which allows you to completely wipe
454 the smartcard). You so rarely need to use the Admin PIN, that you will
463 Despite having the name "PIN", neither the user PIN nor the admin
464 PIN on the card need to be numbers.
477 passphrase and the admin PIN of the card for most operations::
518 your PGP key passphrase, and then for the admin PIN. If the command
577 This should ask for your smartcard PIN on your first command, and then
/Linux-v6.6/drivers/pinctrl/
Dpinctrl-rockchip.c215 #define PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, FLAG) \ argument
218 .pin = PIN, \
225 #define RK_MUXROUTE_SAME(ID, PIN, FUNC, REG, VAL) \ argument
226 PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, ROCKCHIP_ROUTE_SAME)
228 #define RK_MUXROUTE_GRF(ID, PIN, FUNC, REG, VAL) \ argument
229 PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, ROCKCHIP_ROUTE_GRF)
231 #define RK_MUXROUTE_PMU(ID, PIN, FUNC, REG, VAL) \ argument
232 PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, ROCKCHIP_ROUTE_PMU)
234 #define RK3588_PIN_BANK_FLAGS(ID, PIN, LABEL, M, P) \ argument
235 PIN_BANK_IOMUX_FLAGS_PULL_FLAGS(ID, PIN, LABEL, M, M, M, M, P, P, P, P)
/Linux-v6.6/Documentation/translations/it_IT/process/
Dmaintainer-pgp-guide.rst469 Dovreste impostare il PIN dell'utente (1), quello dell'amministratore (3) e il
471 posto sicuro -- specialmente il PIN dell'amministratore e il codice di reset
472 (che vi permetterà di azzerare completamente la smartcard). Il PIN
482 A dispetto del nome "PIN", né il PIN utente né quello dell'amministratore
496 vi serviranno sia la passphrase della chiave PGP che il PIN
539 chiave PGP, e poi il PIN dell'amministratore. Se il comando ritorna senza
598 Col primo comando dovrebbe chiedervi il PIN della smartcard, e poi dovrebbe
/Linux-v6.6/Documentation/driver-api/
Dpin-control.rst2 PINCTRL (PIN CONTROL) subsystem
22 - A PIN CONTROLLER is a piece of hardware, usually a set of registers, that
28 in the range 0..maxpin. This numberspace is local to each PIN CONTROLLER, so
33 When a PIN CONTROLLER is instantiated, it will register a descriptor to the
480 - FUNCTIONS have PIN GROUPS as defined on the generic level - so a certain
493 - The combination of a FUNCTION and a PIN GROUP determine a certain function
507 - FUNCTIONS and GROUPS on a certain PIN CONTROLLER are MAPPED to a certain
537 - PINS for a certain FUNCTION using a certain PIN GROUP on a certain
538 PIN CONTROLLER are provided on a first-come first-serve basis, so if some
/Linux-v6.6/Documentation/admin-guide/
Dmodule-signing.rst109 PKCS#11 token requires a PIN, this can be provided at build time by
232 If the private key requires a passphrase or PIN, it can be provided in the
Dkernel-parameters.txt1114 Disable PIN 1 of APIC timer
1464 Enable PIN 1 of APIC timer
/Linux-v6.6/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt233 ** PIN sharing
/Linux-v6.6/Documentation/kbuild/
Dkbuild.rst257 This variable allows a passphrase or PIN to be passed to the sign-file
/Linux-v6.6/drivers/pinctrl/renesas/
Dpinctrl-rzg2l.c96 #define PIN(n) (0x0800 + 0x10 + (n)) macro
912 return !!(readb(pctrl->base + PIN(port)) & BIT(bit)); in rzg2l_gpio_get()
/Linux-v6.6/
DMAINTAINERS4134 BROADCOM BRCMSTB USB PIN MAP DRIVER
16852 PIN CONTROL SUBSYSTEM
16863 PIN CONTROLLER - AMD
16869 PIN CONTROLLER - FREESCALE
16880 PIN CONTROLLER - INTEL
16887 PIN CONTROLLER - KEEMBAY
16892 PIN CONTROLLER - MEDIATEK
16902 PIN CONTROLLER - MEDIATEK MIPS
16924 PIN CONTROLLER - MICROCHIP AT91
16932 PIN CONTROLLER - NXP S32
[all …]