Searched refs:FLAG_OPEN_DRAIN (Results 1 – 3 of 3) sorted by relevance
36 set_bit(FLAG_OPEN_DRAIN, &desc->flags); in gpio_request_one()
89 #define FLAG_OPEN_DRAIN 7 /* Gpio is open drain type */ macro
871 clear_bit(FLAG_OPEN_DRAIN, &desc->flags); in __gpiod_free()1021 if (value && test_bit(FLAG_OPEN_DRAIN, &desc->flags)) in _gpiod_direction_output_raw()1271 if (test_bit(FLAG_OPEN_DRAIN, &desc->flags)) in _gpiod_set_raw_value()1339 if (test_bit(FLAG_OPEN_DRAIN, &desc->flags)) { in gpiod_set_array_priv()1931 set_bit(FLAG_OPEN_DRAIN, &desc->flags); in gpiod_configure_flags()