]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/gpio/consumer.txt
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivi...
[linux.git] / Documentation / gpio / consumer.txt
index 0ff8eb072749fd1ad20568d4dfda1ed7ff1483c3..d8abfc31abbebf136bccee55174a8321f7c92ba3 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: