]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/gpio/consumer.txt
gpio: make gpiod_direction_output take a logical value
[karo-tx-linux.git] / Documentation / gpio / consumer.txt
index e42f77d8d4ca0f06278a09ba6d33108f526cfd75..09854fe59307874864b001f5f92e93519fc40faf 100644 (file)
@@ -154,6 +154,7 @@ raw line value:
        void gpiod_set_raw_value(struct gpio_desc *desc, int value)
        int gpiod_get_raw_value_cansleep(const struct gpio_desc *desc)
        void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value)
+       int gpiod_direction_output_raw(struct gpio_desc *desc, int value)
 
 The active-low state of a GPIO can also be queried using the following call: