Symbol: PIN_INPUT_PULLDOWN
arch/arm64/boot/dts/ti/k3-pinctrl.h
71
#define PIN_INPUT_PULLDOWN (INPUT_EN | ST_ENABLE | PULL_DOWN)
drivers/pinctrl/nomadik/pinctrl-nomadik.c
171
#define PIN_INPUT_PULLDOWN (PIN_DIR_INPUT | PIN_PULL_DOWN)
include/dt-bindings/pinctrl/am33xx.h
26
#undef PIN_INPUT_PULLDOWN
include/dt-bindings/pinctrl/am33xx.h
33
#define PIN_INPUT_PULLDOWN (INPUT_EN)
include/dt-bindings/pinctrl/am43xx.h
46
#define PIN_INPUT_PULLDOWN (INPUT_EN)
include/dt-bindings/pinctrl/dm814x.h
31
#undef PIN_INPUT_PULLDOWN
include/dt-bindings/pinctrl/dm814x.h
38
#define PIN_INPUT_PULLDOWN (INPUT_EN)
include/dt-bindings/pinctrl/dra.h
65
#define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
include/dt-bindings/pinctrl/omap.h
43
#define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
scripts/dtc/include-prefixes/arm64/ti/k3-pinctrl.h
71
#define PIN_INPUT_PULLDOWN (INPUT_EN | ST_ENABLE | PULL_DOWN)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/am33xx.h
26
#undef PIN_INPUT_PULLDOWN
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
46
#define PIN_INPUT_PULLDOWN (INPUT_EN)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/dm814x.h
31
#undef PIN_INPUT_PULLDOWN
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
65
#define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
scripts/dtc/include-prefixes/dt-bindings/pinctrl/omap.h
43
#define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)