Searched refs:FLAG_OPEN_DRAIN (Results 1 – 3 of 3) sorted by relevance
32 set_bit(FLAG_OPEN_DRAIN, &desc->flags); in gpio_request_one()
935 clear_bit(FLAG_OPEN_DRAIN, &desc->flags); in __gpiod_request()992 clear_bit(FLAG_OPEN_DRAIN, &desc->flags); in __gpiod_free()1142 if (value && test_bit(FLAG_OPEN_DRAIN, &desc->flags)) in _gpiod_direction_output_raw()1402 if (test_bit(FLAG_OPEN_DRAIN, &desc->flags)) in _gpiod_set_raw_value()1469 if (test_bit(FLAG_OPEN_DRAIN, &desc->flags)) { in gpiod_set_array_value_priv()2078 set_bit(FLAG_OPEN_DRAIN, &desc->flags); in gpiod_parse_flags()2231 set_bit(FLAG_OPEN_DRAIN, &desc->flags); in fwnode_get_named_gpiod()
95 #define FLAG_OPEN_DRAIN 7 /* Gpio is open drain type */ macro