Linux Kernel
3.7.1
|
#include <subdev/gpio.h>
Go to the source code of this file.
Data Structures | |
struct | nv50_gpio_priv |
Functions | |
void | nv50_gpio_irq_enable (struct nouveau_gpio *gpio, int line, bool on) |
void | nv50_gpio_intr (struct nouveau_subdev *subdev) |
void | nv50_gpio_dtor (struct nouveau_object *object) |
int | nv50_gpio_init (struct nouveau_object *object) |
int | nv50_gpio_fini (struct nouveau_object *object, bool suspend) |
Variables | |
struct nouveau_oclass | nv50_gpio_oclass |
void nv50_gpio_dtor | ( | struct nouveau_object * | object | ) |
int nv50_gpio_fini | ( | struct nouveau_object * | object, |
bool | suspend | ||
) |
int nv50_gpio_init | ( | struct nouveau_object * | object | ) |
void nv50_gpio_intr | ( | struct nouveau_subdev * | subdev | ) |
void nv50_gpio_irq_enable | ( | struct nouveau_gpio * | gpio, |
int | line, | ||
bool | on | ||
) |
struct nouveau_oclass nv50_gpio_oclass |