Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
gpio.h File Reference
#include <asm-generic/gpio.h>

Go to the source code of this file.

Functions

void gpio_set_value (unsigned gpio, int value)
 
int gpio_get_value (unsigned gpio)
 
int gpio_cansleep (unsigned gpio)
 

Function Documentation

int gpio_cansleep ( unsigned  gpio)

Definition at line 67 of file gpio.c.

int gpio_get_value ( unsigned  gpio)

Definition at line 216 of file gpio.c.

void gpio_set_value ( unsigned  gpio,
int  value 
)

Definition at line 225 of file gpio.c.