__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */ /* * This header provides constants for most GPIO bindings. * * Most GPIO bindings include a flags cell as part of the GPIO specifier. * In most cases, the format of the flags cell uses the standard values * defined in this header. */ #ifndef _DT_BINDINGS_GPIO_GPIO_H #define _DT_BINDINGS_GPIO_GPIO_H /* Bit 0 express polarity */ #define GPIO_ACTIVE_HIGH 0 #define GPIO_ACTIVE_LOW 1 /* Bit 1 express single-endedness */ #define GPIO_PUSH_PULL 0 #define GPIO_SINGLE_ENDED 2 /* Bit 2 express Open drain or open source */ #define GPIO_LINE_OPEN_SOURCE 0 #define GPIO_LINE_OPEN_DRAIN 4 /* * Open Drain/Collector is the combination of single-ended open drain interface. * Open Source/Emitter is the combination of single-ended open source interface. */ #define GPIO_OPEN_DRAIN (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_DRAIN) #define GPIO_OPEN_SOURCE (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_SOURCE) /* Bit 3 express GPIO suspend/resume and reset persistence */ #define GPIO_PERSISTENT 0 #define GPIO_TRANSITORY 8 /* Bit 4 express pull up */ #define GPIO_PULL_UP 16 /* Bit 5 express pull down */ #define GPIO_PULL_DOWN 32 /* Bit 6 express pull disable */ #define GPIO_PULL_DISABLE 64 #endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| amlogic,t7-periphs-pinctrl.h | File | 3.41 KB | 0644 |
|
| amlogic-c3-gpio.h | File | 1.36 KB | 0644 |
|
| aspeed-gpio.h | File | 1.33 KB | 0644 |
|
| gpio.h | File | 1.22 KB | 0644 |
|
| meson-a1-gpio.h | File | 1.48 KB | 0644 |
|
| meson-axg-gpio.h | File | 2.27 KB | 0644 |
|
| meson-g12a-gpio.h | File | 2.25 KB | 0644 |
|
| meson-gxbb-gpio.h | File | 2.9 KB | 0644 |
|
| meson-gxl-gpio.h | File | 2.43 KB | 0644 |
|
| meson-s4-gpio.h | File | 1.88 KB | 0644 |
|
| meson8-gpio.h | File | 2.98 KB | 0644 |
|
| meson8b-gpio.h | File | 2.26 KB | 0644 |
|
| msc313-gpio.h | File | 5.29 KB | 0644 |
|
| tegra-gpio.h | File | 1.38 KB | 0644 |
|
| tegra186-gpio.h | File | 1.79 KB | 0644 |
|
| tegra194-gpio.h | File | 1.93 KB | 0644 |
|
| tegra234-gpio.h | File | 1.89 KB | 0644 |
|
| tegra241-gpio.h | File | 1.26 KB | 0644 |
|
| uniphier-gpio.h | File | 497 B | 0644 |
|