Searched refs:FLAG_ACTIVE_LOW (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpiolib-legacy.c42 set_bit(FLAG_ACTIVE_LOW, &desc->flags);
H A Dgpiolib-sysfs.c189 irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ?
192 irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ?
311 if (!!test_bit(FLAG_ACTIVE_LOW, &desc->flags) == !!value)
314 assign_bit(FLAG_ACTIVE_LOW, &desc->flags, value);
335 value = !!test_bit(FLAG_ACTIVE_LOW, &desc->flags);
H A Dgpiolib.h164 #define FLAG_ACTIVE_LOW 6 /* value has active low */ macro
H A Dgpiolib-cdev.c142 assign_bit(FLAG_ACTIVE_LOW, flagsp,
842 flags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ?
846 flags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ?
948 if (test_bit(FLAG_ACTIVE_LOW, &line->desc->flags))
1169 irqflags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ?
1172 irqflags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ?
1336 assign_bit(FLAG_ACTIVE_LOW, flagsp,
2219 irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ?
2222 irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ?
2387 if (test_bit(FLAG_ACTIVE_LOW,
[all...]
H A Dgpiolib.c2340 clear_bit(FLAG_ACTIVE_LOW, &flags);
2726 if (test_bit(FLAG_ACTIVE_LOW, &flags))
2917 return test_bit(FLAG_ACTIVE_LOW, &desc->flags);
2928 change_bit(FLAG_ACTIVE_LOW, &desc->flags);
3104 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags))
3164 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags))
3389 test_bit(FLAG_ACTIVE_LOW, &desc->flags))
3455 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags))
3803 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags))
4363 set_bit(FLAG_ACTIVE_LOW,
[all...]

Completed in 146 milliseconds