Symbol: PIN_INPUT_PULLUP
arch/arm64/boot/dts/ti/k3-pinctrl.h
70
#define PIN_INPUT_PULLUP (INPUT_EN | ST_ENABLE | PULL_UP)
drivers/pinctrl/nomadik/pinctrl-nomadik.c
172
#define PIN_INPUT_PULLUP (PIN_DIR_INPUT | PIN_PULL_UP)
include/dt-bindings/pinctrl/am33xx.h
25
#undef PIN_INPUT_PULLUP
include/dt-bindings/pinctrl/am33xx.h
32
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/am43xx.h
45
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/dm814x.h
30
#undef PIN_INPUT_PULLUP
include/dt-bindings/pinctrl/dm814x.h
37
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/dra.h
64
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
include/dt-bindings/pinctrl/omap.h
42
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
70
#define PIN_INPUT_PULLUP (INPUT_EN | ST_ENABLE | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am33xx.h
25
#undef PIN_INPUT_PULLUP
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/am43xx.h
45
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dm814x.h
30
#undef PIN_INPUT_PULLUP
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/dra.h
64
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h
42
#define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)