Lines Matching refs:clear_bit
173 clear_bit(FLAG_IS_OUT, &desc->flags); in gpiod_get_direction()
919 clear_bit(FLAG_REQUESTED, &desc->flags); in __gpiod_request()
934 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in __gpiod_request()
935 clear_bit(FLAG_OPEN_DRAIN, &desc->flags); in __gpiod_request()
936 clear_bit(FLAG_OPEN_SOURCE, &desc->flags); in __gpiod_request()
990 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in __gpiod_free()
991 clear_bit(FLAG_REQUESTED, &desc->flags); in __gpiod_free()
992 clear_bit(FLAG_OPEN_DRAIN, &desc->flags); in __gpiod_free()
993 clear_bit(FLAG_OPEN_SOURCE, &desc->flags); in __gpiod_free()
994 clear_bit(FLAG_IS_HOGGED, &desc->flags); in __gpiod_free()
1120 clear_bit(FLAG_IS_OUT, &desc->flags); in gpiod_direction_input()
1356 clear_bit(FLAG_IS_OUT, &desc->flags); in _gpio_set_open_drain_value()
1387 clear_bit(FLAG_IS_OUT, &desc->flags); in _gpio_set_open_source_value()
1648 clear_bit(FLAG_USED_AS_IRQ, &chip->desc[offset].flags); in gpiochip_unlock_as_irq()