aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpio/consumer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/gpio/consumer.txt')
-rw-r--r--Documentation/gpio/consumer.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/gpio/consumer.txt b/Documentation/gpio/consumer.txt
index e42f77d8d4ca..09854fe59307 100644
--- a/Documentation/gpio/consumer.txt
+++ b/Documentation/gpio/consumer.txt
@@ -154,6 +154,7 @@ raw line value:
154 void gpiod_set_raw_value(struct gpio_desc *desc, int value) 154 void gpiod_set_raw_value(struct gpio_desc *desc, int value)
155 int gpiod_get_raw_value_cansleep(const struct gpio_desc *desc) 155 int gpiod_get_raw_value_cansleep(const struct gpio_desc *desc)
156 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value) 156 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value)
157 int gpiod_direction_output_raw(struct gpio_desc *desc, int value)
157 158
158The active-low state of a GPIO can also be queried using the following call: 159The active-low state of a GPIO can also be queried using the following call:
159 160