Home
last modified time | relevance | path

Searched refs:GPIO_PIN_PUSHPULL (Results 1 – 13 of 13) sorted by relevance

/src/sys/dev/ftgpio/
H A Dftgpio.c74 GPIO_PIN_INVOUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)
311 if ((pin_flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) == in ftgpio_pin_setflags()
312 (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) in ftgpio_pin_setflags()
317 else if (pin_flags & GPIO_PIN_PUSHPULL) in ftgpio_pin_setflags()
384 pin->gp_flags |= GPIO_PIN_PUSHPULL; in ftgpio_attach()
/src/sys/dev/usb/misc/
H A Dcp2112.c611 if ((flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) != 0) in cp2112_gpio_pin_setflags()
614 if ((flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) == in cp2112_gpio_pin_setflags()
615 (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) in cp2112_gpio_pin_setflags()
627 if ((flags & GPIO_PIN_PUSHPULL) != 0) in cp2112_gpio_pin_setflags()
642 (flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) == 0) { in cp2112_gpio_pin_setflags()
648 flags |= GPIO_PIN_PUSHPULL; in cp2112_gpio_pin_setflags()
679 GPIO_PIN_PUSHPULL; in cp2112gpio_attach()
703 pin->gp_flags |= GPIO_PIN_PUSHPULL; in cp2112gpio_attach()
/src/sys/dev/nctgpio/
H A Dnctgpio.c70 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | \
1251 pin->gp_flags |= GPIO_PIN_PUSHPULL; in nct_attach()
1446 if ((flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) == in nct_gpio_pin_setflags()
1447 (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) { in nct_gpio_pin_setflags()
1475 if ((flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)) != 0) { in nct_gpio_pin_setflags()
1480 pin->gp_flags &= ~(GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL); in nct_gpio_pin_setflags()
1482 flags & (GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL); in nct_gpio_pin_setflags()
/src/sys/dev/gpio/
H A Dqoriq_gpio.h35 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL)
H A Dqoriq_gpio.c304 newflags[i] |= GPIO_PIN_PUSHPULL; in qoriq_gpio_pin_config_32()
/src/sys/sys/
H A Dgpio.h69 #define GPIO_PIN_PUSHPULL 0x00000008 /* push-pull output */ macro
/src/sys/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c463 *out_flags |= GPIO_PIN_PUSHPULL; in max77620_gpio_get_mode()
552 (flags & GPIO_PIN_PUSHPULL)) { in max77620_gpio_pin_setflags()
706 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | in max77620_gpio_attach()
/src/sys/dts/
H A Dbindings-gpio.txt87 GPIO_PIN_PUSHPULL 0x0010 Push-pull output
/src/lib/libgpio/
H A Dgpio.c239 return (gpio_pin_set_flag(handle, pin, GPIO_PIN_PUSHPULL)); in gpio_pin_pushpull()
/src/usr.sbin/gpioctl/
H A Dgpioctl.c56 { "PP", GPIO_PIN_PUSHPULL },
/src/sys/arm/nvidia/
H A Das3722_gpio.c556 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_TRISTATE | in as3722_gpio_attach()
/src/sys/dev/iicbus/gpio/
H A Dtca64xx.c67 | GPIO_PIN_PUSHPULL | GPIO_PIN_INVIN)
/src/sys/arm/mv/
H A Dgpio.c63 GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | \