Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
via-gpio.c File Reference
#include <linux/spinlock.h>
#include <linux/gpio.h>
#include <linux/platform_device.h>
#include <linux/via-core.h>
#include <linux/via-gpio.h>
#include <linux/export.h>

Go to the source code of this file.

Data Structures

struct  viafb_gpio
 
struct  viafb_gpio_cfg
 

Macros

#define VIAFB_NUM_GPIOS   ARRAY_SIZE(viafb_all_gpios)
 

Functions

int viafb_gpio_lookup (const char *name)
 
 EXPORT_SYMBOL_GPL (viafb_gpio_lookup)
 
int viafb_gpio_init (void)
 
void viafb_gpio_exit (void)
 

Macro Definition Documentation

#define VIAFB_NUM_GPIOS   ARRAY_SIZE(viafb_all_gpios)

Definition at line 66 of file via-gpio.c.

Function Documentation

EXPORT_SYMBOL_GPL ( viafb_gpio_lookup  )
void viafb_gpio_exit ( void  )

Definition at line 313 of file via-gpio.c.

int viafb_gpio_init ( void  )

Definition at line 308 of file via-gpio.c.

int viafb_gpio_lookup ( const char name)

Definition at line 201 of file via-gpio.c.