Searched refs:PIN_PULL_UP (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos5260-pinctrl.dtsi | 17 #define PIN_PULL_UP 3 macro 226 samsung,pin-pud = <PIN_PULL_UP>; 233 samsung,pin-pud = <PIN_PULL_UP>; 270 samsung,pin-pud = <PIN_PULL_UP>; 277 samsung,pin-pud = <PIN_PULL_UP>; 284 samsung,pin-pud = <PIN_PULL_UP>; 291 samsung,pin-pud = <PIN_PULL_UP>; 298 samsung,pin-pud = <PIN_PULL_UP>; 305 samsung,pin-pud = <PIN_PULL_UP>; 312 samsung,pin-pud = <PIN_PULL_UP>; [all …]
|
D | s3c64xx-pinctrl.dtsi | 17 #define PIN_PULL_UP 2 macro 208 samsung,pin-pud = <PIN_PULL_UP>; 215 samsung,pin-pud = <PIN_PULL_UP>; 221 samsung,pin-pud = <PIN_PULL_UP>; 233 samsung,pin-pud = <PIN_PULL_UP>; 269 samsung,pin-pud = <PIN_PULL_UP>; 306 samsung,pin-pud = <PIN_PULL_UP>;
|
D | exynos3250-pinctrl.dtsi | 17 #define PIN_PULL_UP 3 macro
|
D | exynos4x12-pinctrl.dtsi | 17 #define PIN_PULL_UP 3 macro
|
/linux-4.1.27/drivers/pinctrl/nomadik/ |
D | pinctrl-nomadik.c | 92 #define PIN_PULL_UP (NMK_GPIO_PULL_UP << PIN_PULL_SHIFT) macro 174 #define PIN_INPUT_PULLUP (PIN_DIR_INPUT | PIN_PULL_UP)
|