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

Go to the source code of this file.

Data Structures

struct  nvd0_gpio_priv
 

Variables

struct nouveau_oclass nvd0_gpio_oclass
 

Variable Documentation

struct nouveau_oclass nvd0_gpio_oclass
Initial value:
= {
.handle = NV_SUBDEV(GPIO, 0xd0),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nvd0_gpio_ctor,
.dtor = nv50_gpio_dtor,
.init = nv50_gpio_init,
.fini = nv50_gpio_fini,
},
}

Definition at line 96 of file nvd0.c.