Symbol: INPUT_EN
arch/arm64/boot/dts/ti/k3-pinctrl.h
69
#define PIN_INPUT (INPUT_EN | ST_ENABLE | PULL_DISABLE)
arch/arm64/boot/dts/ti/k3-pinctrl.h
70
#define PIN_INPUT_PULLUP (INPUT_EN | ST_ENABLE | PULL_UP)
arch/arm64/boot/dts/ti/k3-pinctrl.h
71
#define PIN_INPUT_PULLDOWN (INPUT_EN | ST_ENABLE | PULL_DOWN)
arch/arm64/boot/dts/ti/k3-pinctrl.h
73
#define PIN_INPUT_NOST (INPUT_EN | PULL_DISABLE)
arch/arm64/boot/dts/ti/k3-pinctrl.h
74
#define PIN_INPUT_PULLUP_NOST (INPUT_EN | PULL_UP)
arch/arm64/boot/dts/ti/k3-pinctrl.h
75
#define PIN_INPUT_PULLDOWN_NOST (INPUT_EN | PULL_DOWN)
include/dt-bindings/pinctrl/am33xx.h
31
#define PIN_INPUT (INPUT_EN | PULL_DISABLE)
include/dt-bindings/pinctrl/am33xx.h
32
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/am33xx.h
33
#define PIN_INPUT_PULLDOWN (INPUT_EN)
include/dt-bindings/pinctrl/am43xx.h
44
#define PIN_INPUT (INPUT_EN | PULL_DISABLE)
include/dt-bindings/pinctrl/am43xx.h
45
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/am43xx.h
46
#define PIN_INPUT_PULLDOWN (INPUT_EN)
include/dt-bindings/pinctrl/dm814x.h
36
#define PIN_INPUT (INPUT_EN | PULL_DISABLE)
include/dt-bindings/pinctrl/dm814x.h
37
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/dm814x.h
38
#define PIN_INPUT_PULLDOWN (INPUT_EN)
include/dt-bindings/pinctrl/dra.h
62
#define PIN_INPUT (INPUT_EN | PULL_DIS)
include/dt-bindings/pinctrl/dra.h
63
#define PIN_INPUT_SLEW (INPUT_EN | SLEWCONTROL)
include/dt-bindings/pinctrl/dra.h
64
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/dra.h
65
#define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
include/dt-bindings/pinctrl/omap.h
41
#define PIN_INPUT INPUT_EN
include/dt-bindings/pinctrl/omap.h
42
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/omap.h
43
#define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
69
#define PIN_INPUT (INPUT_EN | ST_ENABLE | PULL_DISABLE)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
70
#define PIN_INPUT_PULLUP (INPUT_EN | ST_ENABLE | PULL_UP)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
71
#define PIN_INPUT_PULLDOWN (INPUT_EN | ST_ENABLE | PULL_DOWN)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
73
#define PIN_INPUT_NOST (INPUT_EN | PULL_DISABLE)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
74
#define PIN_INPUT_PULLUP_NOST (INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
75
#define PIN_INPUT_PULLDOWN_NOST (INPUT_EN | PULL_DOWN)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am33xx.h
31
#define PIN_INPUT (INPUT_EN | PULL_DISABLE)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am33xx.h
32
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am33xx.h
33
#define PIN_INPUT_PULLDOWN (INPUT_EN)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
44
#define PIN_INPUT (INPUT_EN | PULL_DISABLE)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
45
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am43xx.h
46
#define PIN_INPUT_PULLDOWN (INPUT_EN)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dm814x.h
36
#define PIN_INPUT (INPUT_EN | PULL_DISABLE)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dm814x.h
37
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dm814x.h
38
#define PIN_INPUT_PULLDOWN (INPUT_EN)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dra.h
62
#define PIN_INPUT (INPUT_EN | PULL_DIS)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dra.h
63
#define PIN_INPUT_SLEW (INPUT_EN | SLEWCONTROL)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dra.h
64
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dra.h
65
#define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h
41
#define PIN_INPUT INPUT_EN
scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h
42
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h
43
#define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)