Lines Matching refs:test_bit
67 test_bit(FLAG_IS_OUT, &desc->flags) in direction_show()
124 if (!test_bit(FLAG_IS_OUT, &desc->flags)) { in value_store()
169 irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in gpio_sysfs_request_irq()
172 irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in gpio_sysfs_request_irq()
299 if (!!test_bit(FLAG_ACTIVE_LOW, &desc->flags) == !!value) in gpio_sysfs_set_active_low()
327 !!test_bit(FLAG_ACTIVE_LOW, &desc->flags)); in active_low_show()
368 if (!show_direction && test_bit(FLAG_IS_OUT, &desc->flags)) in gpio_is_visible()
579 if (!test_bit(FLAG_REQUESTED, &desc->flags) || in gpiod_export()
580 test_bit(FLAG_EXPORT, &desc->flags)) { in gpiod_export()
584 test_bit(FLAG_REQUESTED, &desc->flags), in gpiod_export()
585 test_bit(FLAG_EXPORT, &desc->flags)); in gpiod_export()
688 if (!test_bit(FLAG_EXPORT, &desc->flags)) in gpiod_unexport()