OF_GPIO_ACTIVE_LOW 44 arch/mips/lantiq/xway/vmmc.c (flags & OF_GPIO_ACTIVE_LOW) ? (0) : (1)); OF_GPIO_ACTIVE_LOW 50 arch/powerpc/platforms/85xx/sgy_cts1000.c trigger = (flags == OF_GPIO_ACTIVE_LOW); OF_GPIO_ACTIVE_LOW 103 arch/powerpc/platforms/85xx/sgy_cts1000.c trigger = (flags == OF_GPIO_ACTIVE_LOW); OF_GPIO_ACTIVE_LOW 147 drivers/gpio/gpiolib-of.c *flags ^= OF_GPIO_ACTIVE_LOW; OF_GPIO_ACTIVE_LOW 166 drivers/gpio/gpiolib-of.c if (*flags & OF_GPIO_ACTIVE_LOW) { OF_GPIO_ACTIVE_LOW 169 drivers/gpio/gpiolib-of.c *flags &= ~OF_GPIO_ACTIVE_LOW; OF_GPIO_ACTIVE_LOW 172 drivers/gpio/gpiolib-of.c *flags |= OF_GPIO_ACTIVE_LOW; OF_GPIO_ACTIVE_LOW 214 drivers/gpio/gpiolib-of.c if (*flags & OF_GPIO_ACTIVE_LOW) { OF_GPIO_ACTIVE_LOW 217 drivers/gpio/gpiolib-of.c *flags &= ~OF_GPIO_ACTIVE_LOW; OF_GPIO_ACTIVE_LOW 220 drivers/gpio/gpiolib-of.c if (!(*flags & OF_GPIO_ACTIVE_LOW)) OF_GPIO_ACTIVE_LOW 223 drivers/gpio/gpiolib-of.c *flags |= OF_GPIO_ACTIVE_LOW; OF_GPIO_ACTIVE_LOW 235 drivers/gpio/gpiolib-of.c *flags |= OF_GPIO_ACTIVE_LOW; OF_GPIO_ACTIVE_LOW 337 drivers/gpio/gpiolib-of.c active_low = flags & OF_GPIO_ACTIVE_LOW; OF_GPIO_ACTIVE_LOW 524 drivers/gpio/gpiolib-of.c if (of_flags & OF_GPIO_ACTIVE_LOW) OF_GPIO_ACTIVE_LOW 598 drivers/gpio/gpiolib-of.c if (xlate_flags & OF_GPIO_ACTIVE_LOW) OF_GPIO_ACTIVE_LOW 1394 drivers/gpu/drm/vc4/vc4_hdmi.c hdmi->hpd_active_low = hpd_gpio_flags & OF_GPIO_ACTIVE_LOW; OF_GPIO_ACTIVE_LOW 1587 drivers/media/i2c/s5c73m3/s5c73m3-core.c state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); OF_GPIO_ACTIVE_LOW 1831 drivers/media/i2c/s5k5baf.c gpios[i].level = !(flags & OF_GPIO_ACTIVE_LOW); OF_GPIO_ACTIVE_LOW 470 drivers/net/phy/spi_ks8995.c flags = (ks->pdata->reset_gpio_flags == OF_GPIO_ACTIVE_LOW ? OF_GPIO_ACTIVE_LOW 350 drivers/pci/controller/dwc/pcie-histb.c if (of_flags & OF_GPIO_ACTIVE_LOW) OF_GPIO_ACTIVE_LOW 869 drivers/pci/controller/pci-mvebu.c if (flags & OF_GPIO_ACTIVE_LOW) { OF_GPIO_ACTIVE_LOW 435 drivers/spi/spi-ppc4xx.c !!(flags & OF_GPIO_ACTIVE_LOW)); OF_GPIO_ACTIVE_LOW 1794 drivers/usb/gadget/udc/at91_udc.c board->vbus_active_low = (flags & OF_GPIO_ACTIVE_LOW) ? 1 : 0; OF_GPIO_ACTIVE_LOW 1799 drivers/usb/gadget/udc/at91_udc.c board->pullup_active_low = (flags & OF_GPIO_ACTIVE_LOW) ? 1 : 0; OF_GPIO_ACTIVE_LOW 638 drivers/usb/host/fhci-hcd.c fhci->alow_gpios[i] = flags & OF_GPIO_ACTIVE_LOW; OF_GPIO_ACTIVE_LOW 533 sound/soc/generic/simple-card-utils.c sjack->gpio.invert = !!(flags & OF_GPIO_ACTIVE_LOW); OF_GPIO_ACTIVE_LOW 109 sound/soc/tegra/tegra_rt5640.c !!(machine->gpio_hp_det_flags & OF_GPIO_ACTIVE_LOW);