Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
nv10.c File Reference
#include <subdev/gpio.h>

Go to the source code of this file.

Data Structures

struct  nv10_gpio_priv
 

Variables

struct nouveau_oclass nv10_gpio_oclass
 

Variable Documentation

struct nouveau_oclass nv10_gpio_oclass
Initial value:
= {
.handle = NV_SUBDEV(GPIO, 0x10),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv10_gpio_ctor,
.dtor = nv10_gpio_dtor,
.init = nv10_gpio_init,
.fini = nv10_gpio_fini,
},
}

Definition at line 161 of file nv10.c.