Symbol: GPIO_PIN_PUSHPULL
lib/lua/gpio/gpio.c
242
{ "PIN_PUSHPULL", GPIO_PIN_PUSHPULL },
sys/arch/arm/at91/at91pio.c
164
| GPIO_PIN_PUSHPULL
sys/arch/arm/at91/at91pio.c
474
else if (flags & GPIO_PIN_PUSHPULL)
sys/arch/arm/broadcom/bcm2835_gpio.c
308
GPIO_PIN_PUSHPULL | GPIO_PIN_TRISTATE |
sys/arch/evbarm/mpcsa/mpcsa_leds.c
157
| GPIO_PIN_PUSHPULL);
sys/arch/i386/pci/gscpcib.c
149
GPIO_PIN_PUSHPULL | GPIO_PIN_TRISTATE |
sys/arch/i386/pci/gscpcib.c
244
if (flags & GPIO_PIN_PUSHPULL)
sys/dev/fdt/fdt_pinctrl.c
249
drive = GPIO_PIN_PUSHPULL;
sys/dev/gpio/gpioiic.c
150
} else if ((caps & GPIO_PIN_PUSHPULL) && (caps & GPIO_PIN_TRISTATE)) {
sys/dev/gpio/gpioiic.c
152
sc->sc_sda |= GPIO_PIN_PUSHPULL;
sys/dev/gpio/gpioiic.c
175
} else if (caps & GPIO_PIN_PUSHPULL) {
sys/dev/gpio/gpioiic.c
177
sc->sc_scl |= GPIO_PIN_PUSHPULL;
sys/dev/gpio/gpioiic.c
268
if ((sda & GPIO_PIN_PUSHPULL) && !(bits & GPIOIIC_SDA))
sys/dev/gpio/gpioow.c
132
} else if ((caps & GPIO_PIN_PUSHPULL) && (caps & GPIO_PIN_TRISTATE)) {
sys/dev/gpio/gpioow.c
134
sc->sc_data |= GPIO_PIN_PUSHPULL;
sys/dev/gpio/gpioow.c
216
if (data & GPIO_PIN_PUSHPULL)
sys/dev/i2c/emcfan.c
2020
f |= GPIO_PIN_PUSHPULL;
sys/dev/i2c/emcfan.c
2160
if (flags & GPIO_PIN_PUSHPULL)
sys/dev/i2c/emcfaninfo.h
106
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL,
sys/dev/i2c/emcfaninfo.h
107
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL
sys/dev/i2c/emcfaninfo.h
128
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_ALT0,
sys/dev/i2c/emcfaninfo.h
129
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_ALT0,
sys/dev/i2c/emcfaninfo.h
130
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_ALT0
sys/dev/i2c/emcfaninfo.h
151
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_ALT0,
sys/dev/i2c/emcfaninfo.h
152
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_ALT0,
sys/dev/i2c/emcfaninfo.h
153
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_ALT0,
sys/dev/i2c/emcfaninfo.h
154
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_ALT0 | GPIO_PIN_ALT1,
sys/dev/i2c/emcfaninfo.h
155
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL | GPIO_PIN_ALT0 | GPIO_PIN_ALT1,
sys/dev/i2c/emcfaninfo.h
156
GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_OPENDRAIN | GPIO_PIN_PUSHPULL
sys/dev/i2c/max77620.c
125
switch (flags & (GPIO_PIN_PUSHPULL|GPIO_PIN_OPENDRAIN)) {
sys/dev/i2c/max77620.c
126
case GPIO_PIN_PUSHPULL:
sys/dev/i2c/max77620.c
158
flags |= GPIO_PIN_PUSHPULL;
sys/dev/ic/gcscpcib.c
166
GPIO_PIN_PUSHPULL | GPIO_PIN_TRISTATE |
sys/dev/ic/mcp23xxxgpio.c
326
? GPIO_PIN_OPENDRAIN : GPIO_PIN_PUSHPULL;
sys/dev/isa/nct.c
422
GPIO_PIN_PUSHPULL | GPIO_PIN_TRISTATE |
sys/dev/isa/nct.c
631
if ((flg & GPIO_PIN_PUSHPULL) != 0) {
sys/dev/isa/nsclpcsio_isa.c
566
GPIO_PIN_PUSHPULL | GPIO_PIN_TRISTATE |
sys/dev/isa/nsclpcsio_isa.c
667
if (flags & GPIO_PIN_PUSHPULL)
sys/sys/gpio.h
58
GPIO_PIN_PUSHPULL | GPIO_PIN_TRISTATE | \
usr.sbin/gpioctl/gpioctl.c
63
{ GPIO_PIN_PUSHPULL, "pp" },