Home
last modified time | relevance | path

Searched refs:GPIO_PULL_UP (Results 51 – 60 of 60) sorted by relevance

123

/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-r16-parrot.dts310 usb0_id_det-gpios = <&pio 3 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PD10 */
H A Dsun8i-a83t-tbs-a711.dts500 usb0_id_det-gpios = <&pio 7 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PH11 */
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp157c-ed1.dts342 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
H A Dstm32mp15xx-dhcor-avenger96.dtsi397 cd-gpios = <&gpioi 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
H A Dstm32mp15xx-dhcom-som.dtsi483 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
H A Dstm32mp15xx-dkx.dtsi548 cd-gpios = <&gpiob 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-radxa-zero2.dts42 gpios = <&gpio_ao GPIOAO_3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-ingenic.c79 #define GPIO_PULL_UP 1 macro
3855 bias = (bias >> idxh) & (GPIO_PULL_UP | GPIO_PULL_DOWN); in ingenic_pinconf_get()
3857 pullup = (bias == GPIO_PULL_UP) && (jzpc->info->pull_ups[offt] & BIT(idx)); in ingenic_pinconf_get()
3926 case GPIO_PULL_UP: in ingenic_set_bias()
4036 ingenic_set_bias(jzpc, pin, GPIO_PULL_UP); in ingenic_pinconf_set()
/openbmc/linux/drivers/gpio/
H A Dgpiolib.c4215 if (((lflags & GPIO_PULL_UP) && (lflags & GPIO_PULL_DOWN)) || in gpiod_configure_flags()
4216 ((lflags & GPIO_PULL_UP) && (lflags & GPIO_PULL_DISABLE)) || in gpiod_configure_flags()
4223 if (lflags & GPIO_PULL_UP) in gpiod_configure_flags()
H A Dgpiolib-acpi.c744 *lookupflags |= GPIO_PULL_UP; in acpi_gpio_update_gpiod_lookup_flags()

123