HomeSort by: relevance | last modified time | path
    Searched refs:GPIO_PIN_INVIN (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/sys/
gpio.h 42 #define GPIO_PIN_INVIN 0x00000100 /* invert input */
  /src/sys/arch/arm/marvell/
mvsocgpp.c 209 GPIO_PIN_INVIN | GPIO_PIN_PULSATE);
220 pins->pin_flags |= GPIO_PIN_INVIN;
314 mvsocgpp_pin_ctl(NULL, pin, GPIO_PIN_INPUT | GPIO_PIN_INVIN);
420 if (flags & GPIO_PIN_INVIN)
  /src/sys/dev/ic/
mcp23xxxgpio.c 263 if (flags & GPIO_PIN_INVIN) {
334 GPIO_PIN_INVIN;
gcscpcib.c 168 GPIO_PIN_INVIN | GPIO_PIN_INVOUT;
435 if (flags & GPIO_PIN_INVIN)
igpio.c 340 GPIO_PIN_PULLUP | GPIO_PIN_PULLDOWN | GPIO_PIN_INVIN;
570 if (flags & GPIO_PIN_INVIN)
  /src/sys/dev/isa/
nct.c 423 GPIO_PIN_INVIN | GPIO_PIN_INVOUT;
616 (flg & (GPIO_PIN_INPUT | GPIO_PIN_INVIN)) ==
617 (GPIO_PIN_INPUT | GPIO_PIN_INVIN)) {
wbsio.c 508 GPIO_PIN_OUTPUT | GPIO_PIN_INVIN | GPIO_PIN_INVOUT;
648 } else if (flags & GPIO_PIN_INVIN) {
  /src/lib/lua/gpio/
gpio.c 246 { "PIN_INVIN", GPIO_PIN_INVIN },
  /src/usr.sbin/gpioctl/
gpioctl.c 67 { GPIO_PIN_INVIN, "iin" },
  /src/sys/dev/gpio/
gpiosim.c 136 GPIO_PIN_INVIN | GPIO_PIN_INVOUT;
  /src/sys/arch/mips/ralink/
ralink_gpio.c 813 GPIO_PIN_INVIN | GPIO_PIN_INVOUT;

Completed in 34 milliseconds