FLAG_ACTIVE_LOW 43 drivers/gpio/gpiolib-legacy.c set_bit(FLAG_ACTIVE_LOW, &desc->flags); FLAG_ACTIVE_LOW 181 drivers/gpio/gpiolib-sysfs.c irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? FLAG_ACTIVE_LOW 184 drivers/gpio/gpiolib-sysfs.c irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? FLAG_ACTIVE_LOW 311 drivers/gpio/gpiolib-sysfs.c if (!!test_bit(FLAG_ACTIVE_LOW, &desc->flags) == !!value) FLAG_ACTIVE_LOW 315 drivers/gpio/gpiolib-sysfs.c set_bit(FLAG_ACTIVE_LOW, &desc->flags); FLAG_ACTIVE_LOW 317 drivers/gpio/gpiolib-sysfs.c clear_bit(FLAG_ACTIVE_LOW, &desc->flags); FLAG_ACTIVE_LOW 339 drivers/gpio/gpiolib-sysfs.c !!test_bit(FLAG_ACTIVE_LOW, &desc->flags)); FLAG_ACTIVE_LOW 599 drivers/gpio/gpiolib.c set_bit(FLAG_ACTIVE_LOW, &desc->flags); FLAG_ACTIVE_LOW 955 drivers/gpio/gpiolib.c set_bit(FLAG_ACTIVE_LOW, &desc->flags); FLAG_ACTIVE_LOW 968 drivers/gpio/gpiolib.c irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? FLAG_ACTIVE_LOW 971 drivers/gpio/gpiolib.c irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? FLAG_ACTIVE_LOW 1101 drivers/gpio/gpiolib.c if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) FLAG_ACTIVE_LOW 2806 drivers/gpio/gpiolib.c clear_bit(FLAG_ACTIVE_LOW, &desc->flags); FLAG_ACTIVE_LOW 3088 drivers/gpio/gpiolib.c if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) FLAG_ACTIVE_LOW 3227 drivers/gpio/gpiolib.c return test_bit(FLAG_ACTIVE_LOW, &desc->flags); FLAG_ACTIVE_LOW 3238 drivers/gpio/gpiolib.c change_bit(FLAG_ACTIVE_LOW, &desc->flags); FLAG_ACTIVE_LOW 3383 drivers/gpio/gpiolib.c if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) FLAG_ACTIVE_LOW 3441 drivers/gpio/gpiolib.c if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) FLAG_ACTIVE_LOW 3651 drivers/gpio/gpiolib.c test_bit(FLAG_ACTIVE_LOW, &desc->flags)) FLAG_ACTIVE_LOW 3718 drivers/gpio/gpiolib.c if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) FLAG_ACTIVE_LOW 4069 drivers/gpio/gpiolib.c if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) FLAG_ACTIVE_LOW 4470 drivers/gpio/gpiolib.c set_bit(FLAG_ACTIVE_LOW, &desc->flags); FLAG_ACTIVE_LOW 4979 drivers/gpio/gpiolib.c active_low = test_bit(FLAG_ACTIVE_LOW, &gdesc->flags);